A beginner-friendly walkthrough for setting up an ASP.NET Core project from scratch. Covers repository structure conventions recommended by a Microsoft ASP.NET Core architect, creating a .NET solution and project via the CLI, and exploring the generated files (csproj, Program.cs, Startup.cs) in the empty web template. The post is part of a series building a group management component step by step.
Table of contents
Intro #Creating the repository #Repository structure #.gitignoreInitialize the application #The code #Outro #24 Impressions