About 50 results
Open links in new tab
  1. Get started with ASP.NET Core MVC | Microsoft Learn

    This tutorial teaches ASP.NET Core MVC web development with controllers and views. If you're new to ASP.NET Core web development, consider the Razor Pages version of this tutorial, which provides …

  2. ASP.NET Core MVC with EF Core - tutorial series

    May 28, 2025 · ASP.NET Core MVC with EF Core - tutorial series This tutorial teaches ASP.NET Core MVC and Entity Framework Core with controllers and views. Razor Pages is an alternative …

  3. Tutorial: Get started with EF Core in an ASP.NET MVC web app

    The Contoso University sample web application demonstrates how to create ASP.NET Core 2.2 MVC web applications using Entity Framework (EF) Core 2.2 and Visual Studio 2019.

  4. Overview of ASP.NET Core MVC | Microsoft Learn

    Jun 17, 2024 · Learn how ASP.NET Core MVC is a rich framework for building web apps and APIs using the Model-View-Controller design pattern.

  5. ASP.NET documentation | Microsoft Learn

    Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and more.

  6. Getting Started with ASP.NET MVC 5 | Microsoft Learn

    Oct 12, 2023 · This tutorial teaches ASP.NET Core MVC with controllers and views. Razor Pages is a new alternative in ASP.NET Core, a page-based programming model that makes building web UI …

  7. Tutorial: Create C# ASP.NET Core web application - Visual Studio ...

    Nov 21, 2025 · Create a web application in the Visual Studio integrated development environment (IDE) by using C# and ASP.NET Core, make changes to the app, and run the app.

  8. Part 2, add a controller to an ASP.NET Core MVC app

    Jan 27, 2026 · The Model-View-Controller (MVC) architectural pattern separates an app into three main components: M odel, V iew, and C ontroller. The MVC pattern helps you create apps that are more …

  9. Create web APIs with ASP.NET Core | Microsoft Learn

    Dec 7, 2025 · ASP.NET Core supports creating web APIs using controllers or using Minimal APIs. Controllers in a web API are classes that derive from ControllerBase. Controllers are activated and …

  10. Introduction to Identity on ASP.NET Core | Microsoft Learn

    Nov 12, 2025 · Use Identity with an ASP.NET Core app. Learn how to set password requirements (RequireDigit, RequiredLength, RequiredUniqueChars, and more).