I’m planning architecture for a web-based application using web services. It has been recommended that I look into using the ASP.NET MVC Framework. All of the information I’m finding on the MVC discusses its use with web pages, but I have found nothing regarding web services. Can the MVC be used for web services? and if so, where might I find resources to support my research effort?
I’m planning architecture for a web-based application using web services. It has been recommended
Share
ASP.NET MVC can be used to create REST web services. For SOAP, you should stick to standard Web Services.