Introduction - If you have any usage issues, please Google them yourself
Its a sample ASP.NET web application demonstrating how to do basic CRUD (Create/Read/Update/Delete) in ADO.NET. Its basically a Master-Detail database application written entirely in C#. All database operation is performed using stored procedures and they are called using WCF webservices. The web application also uses Telerik ASP.NET Ajax components.