ADO.NET Toolkit

This library is created to boost productivity and performance by addressing issues that we face in real-life projects, while using ADO.NET. Use this library to

ASP.NET

aspnet.zip (101,0 MB)
This project gives you access to the code for upcoming releases that the ASP.NET team is working on, starting with the ASP.NET MVC Framework.

Coconut Dal

coconutdal.zip (3,2 MB)
Coconut Dal is a lightweight data access layer, for use in projects where developers might otherwise be tempted to write native ADO.NET code instead of using a fully-featured library, such as Entity Framework or Microsoft's Enterprise Library.

Data Access Engine (DAE)

dae.zip (6,3 MB)
Data Access Engine (DAE) is an open source and free .NET component to access all popular DBMSs such as Microsoft SQL Server, MySQL, Oracle, Microsoft Access, SQLite and databases that connected by ODBC. DAE helps to connect different DBMSs at the same time.

DALHelper

DALHelper.zip (737 kB)
Connect to your SQL Server database easily, efficiently, writing minimal code.

Data Workflow Activities

datawf.zip (452 kB)
OData and SQL Server Workflow Activities and Designers

ADO .Net DBConnection Library

ADO .Net DataSource Library. Allows simple creation of ADO .Net Database projects by automating the process from creating the ADO Connection object to creating the dataadapter and auto generating all insert/update statements and thus providing a databinding source by which to bind controls to at the end of the process. Example: CDataSource DataSource = new (ConnectionString, DBType); DataSource.AddTable(TableName,QueryName,SQL,AutoGen, AltAutoGen); Datagrid.DataSource = DataSource.GetBindingSource(QueryName); This means fewer lines of code are required to get a functioning binding source up and running. The library supports SQLServer, OLE and ODBC Providers. Oracle .Net Provider can be built into this library if needed in future versions.

DbEntry.Net (Leafing Framework)

DbEntry.zip (23,5 MB)
DbEntry.Net (Leafing Framework) is a lightweight, high performance ORM compnent for .Net. It provides MVC, IoC framework as well.

DbNetData

dbnetdata.zip (549 kB)
A collection of cross vendor database interface classes for .NET written in C# providing a consistent and simplified way of accessing SQL Server, SQL Server CE,Oracle,Access,Access 2007,MySql,DB2,Visual FoxPro,dBASE,Paradox,Pervasive,Firebird,VistaDB and Postgresql databases.

Database Schema Reader

A simple, cross-database facade over .Net 2.0 DbProviderFactories to read database metadata.

High Performance Enterprise Library by FishDawg

enterprise.zip (15,7 MB)
This .Net class library is designed to integrate into enterprise applications to help support their high performance and reliability requirements. The focus of the Enterprise Library is to provide simple and robust mechanisms that take full advantage of the amazing capabilities already in the .Net Framework and extend those capabilities to support the needs of enterprise applications. The first major component of the library is the Operations Framework. The Operations Framework provides flexible and efficient support for asynchronous operations that can fully utilize the power of computers with multiple processors and make I/O operations much faster.

FluentData -Micro ORM with a fluent API that makes it simple to query a database

FluentData.zip (12,0 MB)
A simple to use Micro ORM with a great fluent API that makes it simple to select, insert, update and delete data in a database. Supported databases: Microsoft SQL Server, MS SQL Server Compact, MS SQL Azure, Oracle and MySQL.

IvyORM

IvyORM.zip (39,2 MB)
Extremely simple yet powerful ORM that extends DbConnection and DbTransaction. With IvyORM boilerplate code is reduced while keeping SQL a first class citizen.

K3R .NET 3.5 Wrapper

k3r.zip (299 kB)
K3R.Data is a class library that provides Generic and Extension methods to make it easier to work with aspects of the .NET Framework. K3R was originally created to provide a wrapper around common ADO.NET functions. The project is being developed in C# 3.0.

Microsoft SQL Server Product Samples: Data Programming

This project contains Data Programming samples released with Microsoft SQL Server product.

MyBusiness.NET - The .NET OpenSource ERP - System

MyBusiness.NET is a .NET OpenSource ERP - System developed in C# using Microsoft Visual Studio LightSwitch Beta 2

Stored Procedure Caller

spcaller.zip (836 kB)
A small C# library to assist ADO.NET developer to call SQL Server stored procedures with minimal effort.

SQL data access

.NET library for accessing a Microsoft SQL Server database.

SqlMonitoring Tool

The SqlMonitoring tool makes it possible to monitor SQL 2000, 2005, 2008 environments and send alerts to a central database (SQL 2008). A client can be used to view the alerts en perform actions on them. This tool is a good alternative if you do not have the budget or infrastructure for tools like SCOM.

Zack's Fiasco - Code Generated DAL

ZFCGDAL.zip (209 kB)
Generate your CRUD Stored procedures. Write your own custom stored procedrues. Now, generate generate a complete data access layer that is Data Bindable.