Microsoft ASP.NET is a free technology that allows programmers to create dynamic web applications. ASP.NET can be used to create anything from small, personal websites through to large, enterprise-class web applications. All you need to get started with ASP.NET is the free .NET Framework and the free Visual Web Developer. The ADO.NET Data Services framework consists of a combination of patterns and libraries that enable the creation and consumption of data services for the web.
The goal of the ADO.Net Data Services framework is to facilitate the creation of flexible data services that are naturally integrated with the web, using URIs to point to pieces of data and simple, well-known formats to represent that data, such as JSON and plain XML. This results in the data service being surfaced to the web as a REST-style resource collection that is addressable with URIs and that agents can interact with using the usual HTTP verbs such as GET, POST or DELETE.
To learn more about ADO.NET Data Services, take a look.
Hosted by aspnetpodcast.com
Creator's Site: www.aspnetpodcast.com
Curated By: rmansur