Building a REST API in NET Core | S3P2| Json and how we send data into the cloud

Опубликовано: 04 Август 2026
на канале: Lars Bilde
399
6

This is the second of 5 series in a course about building 2 Tier Web Applications. All previous series in this full course will be linked below as playlists (if any).

The first series about C# Basics:
   • DotNetCore - Angular - Building Web Applic...  

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 2017).

We will be using .Net Cores (C#) Web API as a Rest API on the Backend Tier, Angular4+ (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/CSharpArcitec...

Notice most videos will have a tag so you can see how the code progresses. You can get to the specific tag by writing:
git checkout tags/v0.01
And you can back to newest code (master) by writing:
git checkout master
More about this in the videos.

Important Links:
https://www.visualstudio.com/
https://docs.microsoft.com/en-us/dotn...
https://docs.microsoft.com/en-us/dotn...