Crash Course on .NET Core 5.0

Who is addressed to

This tutorial is aimed to C# programmers with at least 6 months experience. Also , they should  have at least 6 months experience with HTML / CSS / Javascript .. This will help them to understand  .NET Core 3 and how to build applications with the .NET Core framework

The class will be taken by Andrei Ignat, C# MVP for 6 years, https://forums.asp.net moderator and OpenSource contributor( you can find his AspNetCoreImageTagHelper mentioned on https://github.com/aspnet/Mvc ). More details at his blog at http://msprogrammer.serviciipeweb.ro .

 

What it contains

Day 1

  1. .NET Core, .NET Standard, .NET Framework
  2. Some C# advanced
  3. C# 7-8 what’s new
  4. .NET Core 3 what’s new

Day 2

  1. .NET Core WEBAPI / MVC
  2. .NET Core backend – BL, DAL, Security, tests
  3. EF – console, ASP.NET Scaffolding
  4. Functional Anatomy of ASP.NET Core
  5. Ecosystem
  6. .NET Core MVC/ WebAPI – demo and exercises

Day 3

  1. C# 9 What’s new
  2. ASP.NET Core 5
  3. Roslyn Code Generators
  4. EF Core 5
  5. Breaking Changes
  6. Practical Exercise with WebAPI / MVC