Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 412 Bytes

README.markdown

File metadata and controls

4 lines (3 loc) · 412 Bytes

NoNHibernate - Not Only NHibernate

Recently I needed to query the database. Instantly, I started to think about using NHibernate. Wrong. NHibernate is amazing! But it's not great if you just want to query a simple table. This is a simple wrapper over ADO.net, combined with AutoMapper and lambda expressions to create a flexible, convention based way to query databases.

This will work on .NET 3.5