This post originated from an RSS feed registered with .NET Buzz
by Thom Allen.
Original Post: Application Blocks for .Net
Feed Title: revone Software
Feed URL: http://www.contegix.com/suspended.page/
Feed Description: It's all about Dot Net and other techie gadgets
Ran across this cool little util while I was looking for some information on the .Net SqlClient, it's called Microsoft Application Blocks for .NET. An excerpt of the what this does for you:
Summary: 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. It returns SqlDataReader, DataSet, and XmlReader objects. You can use it as a building block in your own .NET-based application to reduce the amount of custom code you need to create, test, and maintain. The download provides full Visual C# and Visual Basic .NET source code and comprehensive documentation.