Click here to Skip to main content
15,885,216 members
Articles / Web Development / ASP.NET

Combining Web Services with MVC

Rate me:
Please Sign up or sign in to vote.
4.53/5 (12 votes)
29 Sep 2009CC (ASA 2.5)2 min read 84.3K   21  
WebServices make for a convenient way to share functionality across many different applications. MVC makes it easy to call methods by using standard HTTP calls. With a little bit of Reflection, you can map an MVC Controller to a Web Service.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions