Entity Framework Core Design DAL Framework | EFCore Complete Course Part 3

preview_player
Показать описание
In this video we shall be setting up and design the base Entity Framework Core DAL Framework. This is part 3 of the EFCore Complete Course and the framework built in here will be used throughout the course.
We shall be starting with a quick recap and have a look on the roadmap. Thereafter we shall start with the POCO entities and adding auditability. We shall see why to use DateTimeOffset and add the project for DAL Framework. Then we use project for actual dal layer and DbContext and Packages.

Free to use the source code for all purposes.

Index:
0:00 - Intro
01:19 - Course Overview - Recap
02:10 -Target for actual production
04:47 - Course Roadmap
05:36 - The Start
06:40 - Contracts project
07:51 - First Entity
10:10 - Adding Auditability
12:05 - DateTimeOffset
13:41 - BaseEntity - Why and Where
14:59 - DAL base Framework
15:40 - Adding the Packages
17:02 - Adding the DbContext
19:08 - Barebone Unit of Work
22:39 - BaseRepository
29:45 - User Repository
31:40 - Extension Methods
33:33 - The mistake corrected
34:42 - Closure and Final Pointers
Рекомендации по теме
Комментарии
Автор

Hi. Thanks for all of your valuable videos. Really appreciate if you upload a video about the Actor Pattern and its implementation.

mzuhry