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

    Mar 2, 2025 · 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 …

  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 20, 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. Views in ASP.NET Core MVC | Microsoft Learn

    Jun 17, 2024 · Learn how views handle the app's data presentation and user interaction in ASP.NET Core MVC.

  5. 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 …

  6. 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 …

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

  8. Learn to upgrade from ASP.NET MVC, Web API, and Web Forms to …

    Jul 21, 2025 · This article shows how to upgrade ASP.NET Framework applications (MVC, Web API, and Web Forms) to ASP.NET Core using the Visual Studio .NET Upgrade Assistant and …

  9. Model Binding in ASP.NET Core | Microsoft Learn

    Learn how model binding in ASP.NET Core works and how to customize its behavior.

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

    Oct 16, 2024 · 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.