Skip to content

Essa aplicação contém um exemplo básico de crud em um Servidor ASMX

License

Notifications You must be signed in to change notification settings

lsantoss/POC.ServerASMX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC.ServerASMX

Application:

This application contains an example of ASMX Server

Unable to perform dependency injection

Cannot use interfaces as return type

Return classes must contain an empty constructor


Frameworks:

  • .Net Framework 4.7.2

Libraries (only most important):

  • Dapper
  • Microsoft.CodeDom.Providers.DotNetCompilerPlatform
  • Microsoft.VisualStudio.Azure.Containers.Tools.Targets
  • Newtonsoft.Json
  • NUnit
  • NUnit.Analyzers
  • NUnit3TestAdapter

How to configure and use:

  • Create an Empty Asp.Net Web Project (.Net Framework)
  • Add a new Web Service file (ASMX)
  • Nos métodos use a anotação: [WebMethod]
  • Method example:
    [WebMethod]
    public List<CustomerQueryResult> List() => _repository.List();

About

Essa aplicação contém um exemplo básico de crud em um Servidor ASMX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages