.Net - Simplify Your SQL Data Access
Most of the time, I prefer to access and update SQL data from my ASP.NET apps programmatically (as opposed to declaratively using data source controls). When I do use data source controls (because there deffinitely is a place for them), I prefer to use the ObjectDataSource control, and use a class defined within the data access layer of my app. In either case, it usually involves typing a lot of data access code (ADO.NET).
I've tried various ADO.NET wrapper libraries out there (such as Microsoft's Data Access Application Block), but I wanted something even simpler that required even less code. So I created the Simplification.Data class library...
Simplification.Data_Usage.doc
Simplification.Data.zip
I've tried various ADO.NET wrapper libraries out there (such as Microsoft's Data Access Application Block), but I wanted something even simpler that required even less code. So I created the Simplification.Data class library...
Simplification.Data_Usage.doc
Simplification.Data.zip