Building a REST API in NET Core | S3P50 | Using Statement and Implement Create Order in the Service

Опубликовано: 05 Сентябрь 2017
на канале: Lars Bilde
292
3

This is the third series in a course with five series 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 A...  
The second series about C# and software archutecture:
   • C# Architecture and more with NET Cor...  

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:
First part (switching to show how to make a new Solution mid series):
https://github.com/EASV/CSharpArcitec...
Last Part:
https://github.com/EASV/CSharpRestAPI...

Important Links:
Create first Web API with .net Core (Windows)
https://docs.microsoft.com/en-us/aspn...

Create first Web API with .net Core (Mac)
https://docs.microsoft.com/en-us/aspn...

Entity Framework Core Home
https://docs.microsoft.com/en-us/ef/c...

Model Validation Annotations
https://msdn.microsoft.com/da-dk/libr...