In this Welcome, we’ll introduce ourselves, give you the lesson rundown, take you on a tour of the .NET ecosystem, and show you all the tools you’ll need to build the projects.
In this series, you can use your editor of choice or GitHub Codespaces. Here are some options we suggest:
- GitHub Codespaces for an in-browser coding environment
- Visual Studio Code, with the C# Dev Kit Extension
- Visual Studio - check out our more detailed instructions for extra help
- .NET SDK
During the series you will learn the basics of C#, building websites and web APIs, and even how to publish your apps to the cloud. Here is a rundown of what the next few weeks will look like.
Let us introduce ourselves. The content in this series is all written by .NET Developer Community Team from Microsoft. More specifically, Jon, James, Jeff, and Katie will be teaching you web development and all things .NET.
- Week 1 – Welcome!
- Week 2 – C# for web development crash course
- Week 3 – We'll build our first pizza website with Razor Pages 🍕
- Week 4 – Upgrade our pizza website with a backend using Minimal web APIs
- Week 5 – Create a Connect 4 Interactive Web Applications with Blazor
- Week 6 – Connect to the cloud by publishing with Azure
To start you on your journey I want to give you a brief overview of what C# and .NET are, and what tools you will need to get going.
.NET is a free, cross-platform, open source developer platform for building many different types of applications. This platform is used by companies of all different industries and different sizes. If you’ve ever used Stack Overflow, eaten Chipotle, or received a package delivered by UPS, then you’ve interacted with .NET!
With .NET, you can use multiple languages, editors, and libraries to build for web, mobile, desktop, games, IoT, and more!
For this series we’ll use ASP.NET Core and Blazor to build web apps!