PetePoco is a tiny, fast, single-file micro-ORM for .NET and Mono. It is a single file that you easily add to any project. It works wit strongly typed POCO's. It supports a close relationship between object and database table. It is fast because it uses dynamic method generations (MSIL) to assign column values to properties. Click here to read moreabout PetaPoco .. And this is how you can use it to insert, update, delete and retrieve the records, it is amazing and easy to use! Add PetePoco package to your project by using Nuget ( http://nuget.org/List/Packages/PetaPoco ) After installation you will see the PetaPoco class added to your project. It is ready to use and this is how you can use it! [PetaPoco. TableName ( "fsCarts" )] [PetaPoco. PrimaryKey ( "RecordID" )] public class Cart { [ Key ] public int RecordId { get ; set ; } public string CartId { get ; set ; } public Guid ProductId { get ; s
Solution Architect | Umbraco Certified Master | Umbraco MVPx3 | Certified ScrumMaster
"Anyone can cook, but only the fearless can be great." Ratatouille