Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learn Web Development Basics #14

Open
nakov opened this issue Feb 2, 2020 · 4 comments
Open

Learn Web Development Basics #14

nakov opened this issue Feb 2, 2020 · 4 comments

Comments

@nakov
Copy link
Contributor

nakov commented Feb 2, 2020

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

  • Some MVC framework (e.g. ASP.NET Core MVC)
  • CRUD operations with a database (ORM framework + MVC framework)
  • Authentication, users, login / logout

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
Copy link
Contributor Author

nakov commented Mar 15, 2020

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
Copy link
Contributor Author

nakov commented Mar 15, 2020

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 nakov changed the title Learn Web Development Learn Web Development Basics Mar 15, 2020
@nakov
Copy link
Contributor Author

nakov commented Mar 15, 2020

29 March 2020

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

@nakov
Copy link
Contributor Author

nakov commented Mar 15, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant