News

In ASP.NET 3.5, the only new control in the ASP.NET toolbox is the ListView, which is sort of a grown-up version of the old DataList. It repeats rows on the page like a DataGrid but allows you to put ...
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.