ASP .NET Web API in ASP .NET MVC 4 Beta
This post is part of ASP .NET MVC 4 Article Series.
With the release of ASP.NET MVC 4 beta, Microsoft shipped ASP.NET Web API within ASP.NET MVC. Developers who are familiar with WCF Web API, might know that WCF Web API is now ASP.NET Web API. However it’s a whole separate topic to discuss but here we will see how we can utilize ASP.NET Web API with ASP.NET MVC application.