posted on Tuesday, March 23, 2004 9:43 AM
by
demiliani
Data Access Application Block for .NET v2
An interesting tool to download from Microsoft: Data Access Application Block for .NET v2.
The Data Access Application Block is a .NET component that contains optimized data access code that will help you call stored procedures and issue SQL text commands against a SQL Server database.
The Data Access Application Block encapsulates performance and resource management best practices for accessing Microsoft SQL Serverâ„¢ databases. It can easily be used as a building block in your own .NET-based application. If you use it, you will reduce the amount of custom code you need to create, test, and maintain.
Really interesting... check it soon!