Murray Brown
asked on
ASP.net how does a service work
Hi
I am trying to understand how a detailed ASP.net MVC web app works. It consumes data from a service that is continually running. I have never built anything like this. What is a service? How does a typically run?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
MVC is just an architectural framework for application design. It neither implies nor requires the use of a service to work, but APIs are often components of an MVC web site.
If you can point to the web app in question, a more complete answer may be possible.