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/...