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):
• DotNetCore - Angular - Building Web A...
Clean Architecture Series from 2018, part 2/5 can be found here:
• 2018 - DotNetCore - Angular - Buildin...
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:
• DotNetCore - Angular - Building Web A...
In 3/5 We will be adding a REST API in the .net Core framework and extend a bit on the Clean Architecture:
• C# CLEAN REST API and more with NET C...
In 4/5 We will use a Real DB with Entity Framework Core:
• C# Clean Arch Entity Framework Core 2...
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:
https://github.com/EASV/CSharpCleanRe...
Important Links:
http://www.entityframeworktutorial.ne...