Version en espanol
ADO.NET AcceleratorReduce the ADO.NET code of your database application 50% or more

Articles

Building a multi-tier data-driven web application using the SqlDataSource control (March 8, 2007)
This article explains how to use the SqlStoreDataSource control to create a web application separating the presentation layer from the data access layer.

Creating CRUD operations using the SqlNetFramework & CodeSmith (April 18, 2007)
This article explains how to generate SQL code for CRUD operations using the SqlNetFramework and CodeSmith.

Introduction to the SqlNetFramework (June 28, 2007)
This article gives a brief introduction about the SqlNetFramework and its advantages.

Different forms to select data using SQL and .NET (August 29, 2007)
This article gives a brief introduction to development tools available that help you to select data using SQL and .NET.

Creating an ADO.NET database factory for MySql database server (January 11, 2008)
This article will teach you how to create a database factory for the MySql open source database server.

Creating a webcontrol to enumerate the items in a Repeater webcontrol (February 26, 2008)
If you need to enumerate the items in a data-bound webcontrol (e.g. Repeater, ListView) the DataItemCounter webcontrol can help you.

Extending DataPager: Creating a google analytics data pager (March 29, 2008)
The GooglePagerField webcontrol extends the DataPager webcontrol to create a google-style pager.

Google Analytics ASP.NET Grid Counter (April 7, 2008)
Enumerate the row items in an ASP.NET Grid with Google Analytics styling.

Improving the GridView sorting capabilities with Google Analytics features (May 8, 2008)
Improve the column sorting of the ASP.NET GridView to give the user a better visual experience.