.NET Core Tutorials
Build Your First ASP.NET Core Web API
Learn how to create a RESTful API with ASP.NET Core, covering controllers, routing, and model binding.
Start TutorialGet Started with Blazor WebAssembly
Discover how to build interactive client-side web UIs with C# and .NET using Blazor WebAssembly.
Start TutorialIntroduction to Razor Pages
Explore Razor Pages for building server-rendered, page-focused web applications in ASP.NET Core.
Start TutorialWorking with Data using Entity Framework Core
Learn the basics of data access with Entity Framework Core, including migrations and CRUD operations.
Start TutorialUsing the .NET CLI
Master the .NET Command-Line Interface (CLI) for creating, building, and managing your .NET Core projects.
Start TutorialContainerizing .NET Core Apps with Docker
Learn how to package and deploy your .NET Core applications in Docker containers.
Start Tutorial