Project DescriptionMicroDal 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