Web Dev : Must haves for WCF 4.0 REST Services & ASP.NET MVC Rc2
March 1st, 2010
Do your self the favor of learning WCF even if you don’t use it – b/c MVC & WCF are using lots of the same components.
This blog series is amazing: http://blogs.msdn.com/endpoint/archive/2010/01/06/introducing-wcf-webhttp-services-in-net-4.aspx
> Especially (IMHO) this blog on ROUTES: (used in MVC & WCF 4.0) : http://blogs.msdn.com/endpoint/archive/2010/01/25/using-routes-to-compose-wcf-webhttp-services.aspx
Beyond that, if you are using ASP.NET MVC RC2… well you need a book, and Jeffrey Palermo has been writing one that you can help him edit on : GIT
> http://github.com/jeffreypalermo/mvc2inaction
Learn, Build, Reap.