13:39
Understanding When to Snapshot [.NET C#]
When to snapshot in event sourced systems? Patreon https://www.patreon.com/raw_coding Courses ...
4:56
Create an EF Core Model from Database First (Scaffold DB Context)
How do you create an Entity Framework model from an existing SQL database (database first?) In this video I'll show you how to ...
36:53
Entity Framework Migrations Explained
The week, James is joined by Brice Lambson, Senior Software Engineer on the Entity Framework team to talk in depth about ...
14:37
Domain-Driven Design Without An ORM Using The Snapshot Pattern
Domain-Driven Design is a powerful approach to designing software. However, it isn't so easy to create rich domain models if you ...
7:38
Part 5 How to handle model changes in entity framework
In this video we will discuss, how to handle model changes after the database is already created. This is continuation to Part 4.
14:15
Keeping domain models and database schema in sync in asp net core
In this video we will discuss 1. How to keep domain models and database schema in sync using migrations in asp.net core 2.
26:51
Getting Started with Entity Framework Core in .NET
I'm Nick, and in this video, I will show you how you can get started with Entity Framework Core in 2025. EF Core is one of the most ...
1:09
03 Building a data model: Entity Framework Core, SQL Server
We're now building a very simple data model and, using Entity Framework Core, add persistence in SQL Server. Source code: ...
48:08
Learn Asp net Core with Entity Framework code first and Migrations along with Dependency injection
Learn and get started with Asp net Core with Entity Framework code first and Migrations along with Dependency injection in less ...
11:41
Entity framework Core Migration | Asp.net core MVC 6.0 tutorial for beginners
Use of model snapshot file in Entity framework core You can download the latest code from below git repository: ...
21:13
This Week Martin and Martin Hack around with Entity Framework Core 1.0 and show how you create a simple model and build a ...
9:40
Part-8: Migrations in entity framework core | Entity framework core 7.0 tutorial | efcore | ef core
This video will help you understand an important concept that is Migrations in entity framework core: - What is Migration? - Why do ...
28:17
Entity Framework in NET Core Application
Knowledge base is an beginner, intermediate educating platform in technology. We are trying to bring examples in simple way ...
57:47
Tomas Herceg - Entity Framework Core (.NET DD 2016)
Entity Framework Core. Metadata; using Microsoft EntityFramework Core. Migrations using SimpleForum.Model ...
31:12
Entity Framework Core In-Depth Part 4
In this episode, Robert is joined by Phil Japikse for part 4 of a 10 part series on Entity Framework Core. This series is a follow-up ...
15:59
How to Implement Code-First Migrations with Entity Framework Core
How to Use Entity Framework Core Code First Migrations In this video, I will show you how to use Entity Framework Core Code ...
0:20
✔️ Create Entity Model from WordPress Migrated Database in ASP.NET Core
shorts #trending #wordpress Complete Video: https://youtu.be/s61Tl8jOY9Y Blog Post to Download Files: ...
17:00
C# - Migrations - ASP.NET MVC with EF Core
This tutorial is about implementing migrations to an MVC app. It presents the following points: - Learn about migrations - Change ...
15:43
Entity Framework Core : Code First | Migrations - EP02
CuriousDrive: Solve Coding Problems & Win Prizes!
In this #EntityFramework #CodeFirst Tutorial, I am going through all the #Migration commands to show their use while building ...
1:15:14
Solution 1: Let's persist data with Entity Framework Core with Patrick K.
Data persistence is often underestimated for both complexity and maintainability reasons. Relational databases often end up ...