Building a REST API in NET Core | S3P60 | The Include Statement and how EF writes SQL

Опубликовано: 08 Сентябрь 2017
на канале: Lars Bilde
445
5

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:

The second series about C# and software archutecture:


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):

Last Part:


Important Links:
Create first Web API with .net Core (Windows)


Create first Web API with .net Core (Mac)


Entity Framework Core Home


Model Validation Annotations