Sql.Net
|
||||
About » What is Sql.Net
» Benefits » Features » Examples » Licensing » Support » Contact Us Documentation »
Users Guide » Reference Download »
DownloadCommercial License
»
Purchase
|
BenefitsBenefits of using Sql.Net over proprietary code
SQL GenerationMost enterprise applications reach a stage where user defined reports or filters are required. Since the structure of the query is not known in development time, SQL must be generated dynamically after a report or filter is defined. Sql.Net fits perfectly for the task since it allows you to describe the query using a convenient Object Model instead of concatenating strings. Using Sql.Net eliminates potential errors and security holes, saves time and will not require you to rewrite the engine once the database changes. PaginationPagination (aka paging) is the most common technique to display information when there is more data than it is possible to put on one screen. The technique suggests that the data is divided into pages of a constant size and only one page is retrieved and displayed at a time. Every database has different level of support for paging. Sql.Net on the other hand, has a dedicated interface to page any kind of query on any supported database.
Data Layer, Software Views and Stored ProceduresSupport for software views and procedures is currently under development. Please contact us for more information.
Benefits of using Sql.Net over other data abstraction products
|