Articles : Page 1 of 1

  • WCF REST Services Inside MVC Projects

    WCF REST Services Inside MVC Projects

    Sep 10
    23

    Recently I blogged about WCF REST services with no svc file and no config. In this post I also discussed the pros/cons of WCF services as compared to using MVC controller actions for web services and I made the case that, in many instances, WCF REST services is better than using the MVC infrastructure because WCF provides: a more RESTful API with less work a convenient automatic help page to assist consumers of your service automatic format selection (i.e., xml/json) depending on HTTP he...

    • Routing
    • MvcContrib
    • Url


  • 1