.NET Micro ORMs

Pluralsight
Course Summary
.NET Micro ORMs will introduce you to what a Micro ORM is and will demonstrate the details of five different .NET Micro ORMs.
-
+
Course Description
Do you want a data ORM that is simple and lightweight but also is powerful and provides incredible performance? If so, a Micro ORM is for you! This course will provide background for what a Micro ORM is and why you might want to use one. It will then dive into specific details of five .NET Micro ORMs: Dapper, OrmLite, Massive, PetaPoco, and Simple.Data. This demo-heavy course will show the simple elegance of Micro ORMs while providing performance faster than any other "full" ORM available today.
-
+
Course Syllabus
Introduction- 22m 36s
—Introduction 1m 13s
—What is A Micro ORM? 5m 55s
—Counter Arguments 2m 55s
—Your First Dapper Query 4m 3s
—Your First OrmLite Query 2m 3s
—Your First PetaPoco Query 1m 36s
—Your First Massive Query 2m 22s
—Your First Simple.Data Query 1m 43s
—Summary 0m 43sDapper- 57m 6s
—Introduction 1m 31s
—Key Features 1m 5s
—Database Setup 2m 13s
—Installing Dapper 2m 33s
—First Repository and Test 7m 40s
—Basic List Query 2m 42s
—Inserting Data 2m 57s
—Retrieving a Single Item 2m 5s
—Updating Data 2m 17s
—Deleting Data 1m 23s
—CRUD with Complex Objects 11m 1s
—Stored Procedures 1m 42s
—Dynamic Parameters 5m 45s
—Putting a UI on Top 4m 27s
—Bulk Insert 2m 38s
—List Support 1m 57s
—Dynamic Capabilities 2m 34s
—Summary 0m 30sOrmLite- 51m 5sMassive- 34m 50sPetaPoco- 41m 51sSimple.Data- 40m 52s