Search
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 5:59 PM by TheIMan, version 7
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.15.18416