About 613,000 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, …

  2. 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.

  3. Developing ASP.NET Core MVC apps - .NET | Microsoft Learn

    Feb 21, 2023 · ASP.NET Core MVC offers many features that are useful for building web-based APIs and apps. The term MVC stands for "Model-View-Controller", a UI pattern that breaks up …

  4. Upgrade from ASP.NET MVC and Web API to ASP.NET Core MVC

    Jul 23, 2025 · This article shows how to start migrating an ASP.NET MVC project to ASP.NET Core MVC 2.1. In the process, it highlights many of the things that have changed from …

  5. Simple authorization in ASP.NET Core | Microsoft Learn

    May 2, 2024 · Learn how to use the Authorize attribute to restrict access to ASP.NET Core controllers and actions.

  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 …

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

    Apr 10, 2024 · 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 …

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

    Jun 1, 2024 · 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 …

  9. Tutorial: Add sorting, filtering, and paging - ASP.NET MVC with EF …

    Apr 10, 2024 · The query string value is provided by ASP.NET Core MVC as a parameter to the action method. The parameter will be a string that's either "Name" or "Date", optionally …

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

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