1 person following this project (follow)

Project Description
MicroDal is a minimalistic wrapper for ADO.NET. It simplifies working with databases, and makes it possible to write oneliners like:

List.DataSource = DataSession.Current.Fetch<AdresseDTO>("SELECT * FROM adresse");
ListDataBind();

MicroDal has focus on speed and simplicity.
ADO.DB wrapper for easy data access.

NuGet

Install using NuGet

PM> Install-Package MicroDal

Or
PM> Install-Package MicroDal.SQLiteProvider

Last edited Sep 27 2011 at 4:59 PM by TheIMan, version 7