Google has announced a new library today to help AJAX developers incorporate RSS and Atom feeds into their web sites. The Google AJAX Feed API will provide easy access to public data feeds through ...
While Windows Communication Foundation 4.5 has lots of little improvements, the ASP.NET Web API is a very big change. You'll probably end up taking advantage of both, so here's what's in the pipeline ...
Peter returns to the ASP.NET Web API in Visual Studio 2012 to use it with ASP.NET. And this time, he's moving complete objects from the client up to the server in an HTTP POST. I've looked at the new ...
In an earlier post here we explored parameter binding in Web API. In this post, we will learn how to pass multiple parameters to Web API controller methods. Web API provides the necessary action ...