.NET 6.0 CRUD WEB API using Generic Repository and Unit of Work Design Pattern. - Part 2

Опубликовано: 06 Октябрь 2024
на канале: Learn@EdwinDeloso
1,803
32

In this video, we implemented our created generic repository in other entity like in thre previous video we are using the User entity and now we add the Car entity using the generic repository and unit of work design pattern. We also use here EntityFrameworkCore ORM to communicate to our SqlServer Database. This is also .net 6.0 framework and its shown how to register services container and the dependency injection in the constructor part.

#.net6.0framework #entityframeworkcore #.net6.0api #.net6crudapi #genericrepository #unitofworkdesign #unitofwork

Repo is here... https://dev.azure.com/EXTEdwinDeloso/...