C# Clean Arch Entity Framework Core 2018 | S4P5 | EF Core DbContext intro

preview_player
Показать описание
This is the 2018 edition part 4 of 5 series in a course about building 2 Tier Web Applications.
In this series, we will be using the Clean/Onion Architecture, wherein the 2017 version I used the good old 3 layered architecture.

All previous series in this full course will be linked below as playlists:
The first series from 2017 about C# Basics (Good basic guide):

Clean Architecture Series from 2018, part 2/5 can be found here:

The 2018 series 2/5 is a new version of an older series, in the older series from 2017 I use the good old 3 layered Architecture, the 2017 version is available here:

In 3/5 We will be adding a REST API in the .net Core framework and extend a bit on the Clean Architecture:

In 4/5 We will use a Real DB with Entity Framework Core:

The overall goal of the course is to learn how to build Distributed Software Systems and also how to code a fully featured Web Application with the newest technologi (Late 2018).

We will be using .Net Cores (C#) Web API as a Rest API on the Backend Tier, Angular5+ (Typescript) as the Frontend Tier and we will persist our data in a MSSQL database using the Entity Framework.
In the end we will build a fully featured web application where we will address most of the issues that arise when developing a real world web application.

To get the code for each of the videos in this series go to:

Important Links:
Рекомендации по теме
Комментарии
Автор

Got to your channel searching for a shadow properties tutorial, the content is awesome man good job! you deserve more likes/subscribers!

AlexGhoro
Автор

It is going to be having tight coupling withe MSeF which is again not good. I hope you will be deleting the tight coupling by introducing some repositories later. :)

NaaneVinu