Author: Henrik's Blog | Posted on: 6/1/2012 2:52:08 PM | Views : 722

The official ASP.NET Web Stack RC NuGet packages are now available on NuGet . If you are new to NuGet then it is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects (check out the NuGet overview ). NuGet Packages Microsoft ASP.NET Web API (RC) -- this package contains everything you need to host ASP.NET Web API on IIS. Microsoft ASP.NET Web API Self Host (RC) -- this package contains everything you need to host ASP.NET Web API within your own process (outside of IIS). Microsoft ASP.NET Web API Client Libraries (RC) -- this package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data. Microsoft ASP...(read more) ...

Go to the complete details ...