iamzly / yadal

Fluent ADO.Net Helper (Yet Another Data Access Library)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

Downloads

YaDal - yet another data access layer

In a nutshell, this library is

  • a light-weight Fluent API for ADO.Net
  • small enough
  • designed to help you get rid of the DBNull.Value mess, as well as the overall ADO.Net cruft
  • NOT an ORM

To use it, you can use nuget (install-package Net.Code.AdoNet), or just drop the Db.cs file in your project.

For more information and examples, see the wiki.

About

Fluent ADO.Net Helper (Yet Another Data Access Library)

License:MIT License


Languages

Language:C# 99.7%Language:Batchfile 0.3%