ASP.NET Core Tutorials

Explore comprehensive tutorials to build modern, cloud-ready, and high-performance web applications with ASP.NET Core.

Featured Tutorials

Create a Web API with ASP.NET Core

Learn how to build RESTful web services using ASP.NET Core Web API. Covers routing, controllers, data binding, and HTTP responses.

Web API REST HTTP C#

Building Web Applications with Razor Pages

An introduction to Razor Pages, a simplified, page-focused programming model for building ASP.NET Core web UI.

Razor Pages UI Web Development C#

Getting Started with Blazor Server

Build interactive client-side web UI with .NET and C# using Blazor Server. No JavaScript required for much of the UI logic.

Blazor Client-Side UI .NET C#

CRUD Operations with Entity Framework Core

Master Create, Read, Update, and Delete operations in ASP.NET Core using Entity Framework Core for data persistence.

Entity Framework Core ORM Database C#