How To Get Started with Asp .Net Core For Web Development

Amazon Web Services - Sep 9 - - Dev Community

Starting out as a Web Developer?

If you are trying to be a web developer. Chances are, the approach you will follow was the usual HTML->CSS->JS->React->TailwindCSS->Idk what's next but prolly backend like Node.js or sum. This was the usual approach recommended to us if you will do some research in the internet. I want to offer a different approach which is the Asp .Net Core roadmap. Look at the Diagram below.

Diagram

Setup

This will be a series of blog posts and this will serve as the landing page.

The prerequisites are:

I will assume that you have prior knowledge of these three. The rest will be taught on the go. Let us skip the JS part as we will be using it rarely (will only appear on some occasions). My reasoning for why you should learn HTML for the very basics (no need to spend too much time) and CSS should be less of a priority is because frontend for Asp is good but the backend is better. On this case, we will focus on the functionalities and what the website can do rather than making websites full of designs but with less functionalities.