Skip to content

ozzymcduff/customer-service-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c# implementation using asp.net mvc

Pros:

  • dependency injection
  • routing and model binding simplify task of creating web service
  • there is a test server that can help you with testing

Cons:

  • you need to be familiar with the abstractions and the framework