ASP.NET Reflection WCF Loading Entity Framework Related Entities with AutoMapper and Reflection by Matthew Jones
Entity Framework Sample Project Dapper Dapper vs Entity Framework vs ADO.NET Performance Benchmarking Just how fast is Dapper.NET compared to ADO.NET and Entity Framework? Let's find out! Download the sample project from GitHub to test on your machine. by Matthew Jones
Modeling Practice ASP.NET C# Modeling Practice - Candy Land in .NET Part 2: Programming the Game Let's complete our C# model of Candy Land, and run it to show that it works. by Matthew Jones
Modeling Practice ASP.NET C# Modeling Practice - Candy Land in .NET Part 1: Overview Let's build the classic children's game Candy Land as a C# program! by Matthew Jones
ASP.NET ASP.NET MVC Demystified ASP.NET MVC Partial Views - ASP.NET MVC Demystified Let's see how to split our CSHTML views into reusable partial views for ASP.NET MVC. by Matthew Jones
Tutorials Entity Framework Code First Using Code-First Migrations in Entity Framework by Matthew Jones
Tutorials Entity Framework Code First Building a Code-First Model Using FluentAPI in Entity Framework by Matthew Jones