Link to home
Create AccountLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

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?

Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

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.

ASKER CERTIFIED SOLUTION
Avatar of David H.H.Lee
David H.H.Lee
Flag of Malaysia image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer