Welcome to the Intro to Web Development with .NET GitHub repository! We’re excited to take you along with us as we build awesome projects and learn all about the wonderful world of web development.
Here, you'll find a 6-part series of lessons and projects to get you started building web applications with .NET!
Note The content in this repo is part of a free, 6-part e-mail series that will teach you something new every week. The e-mails include introductions to the content in these lessons. If you came here directly and haven't signed up for the e-mails, you can do that here: https://aka.ms/WebLearningSeries/signup
🎥 Click the image above for a video about the series!
To use this curriculum on your own, fork the entire repo and go into the numbered folders to access the lessons and projects. This series is designed to take 6 weeks, about 1 week per lesson, but feel free to complete it at your own pace.
You can also complete the lesson from your browser using GitHub Codespaces. To open a Codespace, simply select the green Code button. Then click the + to create a Codespace on the main branch.
Lesson Name | Learning Objectives | Linked Lesson | |
---|---|---|---|
01 | Welcome | Introduction to C#, .NET, and web development with .NET | Welcome to the Intro to Web Dev with .NET series |
02 | C# | A quick runthrough of C# attributes, syntax, and OOP | C# Crash Course |
03 | Razor Pages | Learn about ASP.NET Core, Razor Pages, and build a pizza website 🍕 | Build a Pizza Website with Razor Pages |
04 | Minimal APIs | Build a Minimal API backend for your pizza website | Build an HTTP backend with Minimal APIs |
05 | Blazor | Learn Blazor and build an interactive Connect Four game | Introducing Blazor Web Applications |
06 | Publish to Azure | Learn how to publish your project to the cloud☁️ | Publish your Web App to Azure |
You can open this repo in GitHub Codespaces without installing anything on your computer.
There's a few places you can go for help and more information on the topics covered in this repository.
- C# documentation
- .NET documentation
- ASP.NET documentation, Razor Pages
- ASP.NET documentation, Minimal APIs
- ASP.NET documentation, Blazor
- Azure documentation
To leave us feedback on this learning series, please fill out our survey or file an issue in this repository.
Start a .NET Learning Path
Find a .NET user group & join a .NET events at our Community Page.
Follow us @dotnet on Twitter
.NET Interactive Notebooks for C# is a .NET Foundation project.
There are many .NET related projects on GitHub.
- .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
- ASP.NET Core home - the best place to start learning about ASP.NET Core.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.