Building Your First ASP.NET Core Project
I teach C# for the CoderGirl program at LaunchCode. After graduating from the Learning Track, the students move on to the Project Track where they are expected to build their own final project to showcase their new skills.
This is a learning guide for those students in the C# Project Track or anyone who has learned C# and ASP.NET and is looking to build their first end to end project.
Getting Started
ASP.NET Core 2.2 End to End Project Tutorials
Project Setup
- Starting a New ASP.NET Core 2.2 C# Project with Visual Studio 2017
- Starting a New ASP.NET Core 2.2 C# Project with Visual Studio for Mac
- Clean Code Tools for .NET Core
- Updating Your JavaScript Libraries in ASP.NET Core 2.2
User Authentication
More to come…