Nakov-School / Programming2019

Школата на Наков - випуск 2019, приложно програмиране
https://nakov.softuni.bg
3 stars 0 forks source link

Learn Web Development Basics #14

Open nakov opened 4 years ago

nakov commented 4 years ago

Learn the basics of server-side Web development and MVC frameworks:

Go through a basic ASP.NET MVC Core Tutorial from Microsoft:

Go through a more advanced ASP.NET MVC + EF Core Tutorial from Microsoft:

Go through ASP.NET Identity tutorial from Microsoft:

nakov commented 4 years ago

15 March 2020

Follow the official ASP.NET MVC Core Tutorial from Microsoft (overview, getting started, controllers, views, models): https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app

nakov commented 4 years ago

22 March 2020

Follow the official ASP.NET MVC Core Tutorial from Microsoft (until the end of the tutorial): https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/working-with-sql

nakov commented 4 years ago

29 March 2020

Go through the more advanced ASP.NET MVC + EF Core Tutorial from Microsoft:

nakov commented 4 years ago

5 April 2020

Go through ASP.NET Identity tutorials from Microsoft: