Build web apps with ASP.NET Core for beginners
Get started with web development using ASP.NET Core. In this beginner-friendly pathway, you'll learn the basics of C#, HTML, Razor Pages, and more!
Prerequisites
- Local installation of .NET SDK
Modules in this learning path
Practice the beginning steps of web development by creating a simple web project in Visual Studio Code that contains a web page, a CSS file, and a JavaScript file. Learn how to use developer tools in your browser to check your work.
There are various tools and reports at your disposal that can highlight issues that need to be addressed. There are also standards like ARIA tags that will make your app usable by all.
Create a RESTful service with ASP.NET Core controllers that supports create, read, update, delete (CRUD) operations.