You'll find an embedded player for the recording at the top of this post. This video is just over 90
The first in a series of videos all about the CMDB that I'm attempting to build in .NET Core, using C# and TDD
The final part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we're doing a little refactoring to add our Join table, Shadow Properties and the ability to Seed the database from a series of json files.
The penultimate part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we'll be adding our Character class and service, a Character controller, a little refactoring, and creating POCOs for our Book and Character models
The second part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we'll be adding an initial database migration, adding some seed data, building a Book service, and returning book JSON data in our Book controller
The first part in our multi-post tutorial on using WebApi with Entity Framework Core. This week we'll go through the data model design, the directory structure we'll be using for out code, and what we actually hope to achieve with this project.
In this post, I take you through how to add Entity Framework Core to a .NET Core application, how the built in .NET Core Dependency Injection system works, and how to run queries against a DbSet.