ADO.NET Accelerator
Reduce more than 50% ADO.NET code from your SQL database applications
Start using the Free ADO.NET Accelerator or the Commercial ADO.NET Accelerator version to stop writting repetitive ADO.NET code.
ADO.NET Accelerator benefits:
- - You can use the FREE ADO.NET Accelerator version to save time when you need to write ADO.NET code. Supported databases: Microsoft SQL Server, Oracle, Access and any other database that supports OleDb.
- - Eliminate most of the ADO.NET code that you need to write to execute a SQL query against a database.
- - Create data access code in just a fraction of the original time.
- - ADO.NET Accelerator eliminates more than 50% of the ADO.NET code that you need to write to execute a SQL query.
- - Avoid expensive programming errors generating consistent and well structurated data access code.
- - All you need to know
to start using ADO.NET Accelerator is ADO.NET and SQL. It makes ADO.NET Accelerator a perfect tool for junior developers.
- - Avoid writting a string containing SQL code,
in your source code files (cs, vb), to create a SQL query(s).
ADO.NET Accelerator reduces to the maximum the quantity of ADO.NET code that you need to write to execute a SQL query against a database. ADO.NET Accelerator improves your code quality eliminating unnecesary
lines of code, it makes your data access code easier to understand and read. ADO.NET Accelerator speed up the development of database applications using ADO.NET.
- - Create a SQL query without adding a string containing SQL code in your source code files (cs, vb).
Inserting strings containing SQL code in your source code files is a common practice, however it makes harder to edit and to give format to the SQL query. The SQL Editor allows you to create, edit and execute SQL queries without inserting SQL code in your source code files.
- - ADO.NET Accelerator has a data source control that allows you to link data to controls like DataGrid, GridView, DataList, DetailsView, Repeater and FormView to display information.
The data source control, SqlStoreDataSource, allows you to provide data to data-bound controls in an ASP.NET application. The SqlStoreDataSource control is as easy to use as the SqlDataSource control but without embedding SQL code in the HTML markup, as the SqlDataSource control does. The SqlStoreDataSource control clearly separates the presentation layer from the data access layer without embedding SQL code in the HTML markup.