In this video tutorials, we will be creating our Domain Model based on the existing SQL SERVER database with Entity Framework Core 2.0; will be using the Repository with Unit Of Work design Pattern to our Data Access object; will be using built in DI (Dependency Injection) feature to configure our Data access and business objects; and finally we will be using all these objects into the Controller classes with construction injections.