Open links in new tab
  1. ASP.NET tutorials | Microsoft Learn

    • For new web application development, we recommend Razor Pages. For more information, see Get started with Razor Pages.
      The following step-by-step guides for developing … See more

    Web Forms

    Code Editing ASP.NET Web Forms in Visual Studio 2013
    Using Page Inspector in Visual Studio 2012

    Microsoft Learn
    MVC

    Using Page Inspector in ASP.NET MVC
    Create an ASP.NET MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)

    Microsoft Learn
    Web API

    Getting Started with Web API 2 (C#)
    Using Web API with ASP.NET Web Forms
    Creating Web API Help Pages
    Hands On Lab: Build a Single Page Application (SPA) with ASP.NET Web API and Angular.js

    Microsoft Learn
  1. ASP.NET is a free, open-source web framework developed by Microsoft for building modern web applications and services. It allows developers to create dynamic websites, web applications, and web APIs using HTML, CSS, and JavaScript. ASP.NET is built on the .NET framework and provides a robust and scalable platform for web development.

    Key Components of ASP.NET

    ASP.NET Web Forms

    ASP.NET Web Forms is an event-driven application model that allows developers to build dynamic websites using a drag-and-drop, event-driven model. It provides a rich library of controls and components that encapsulate HTML markup, making it easy to create sophisticated, powerful UI-driven sites with data access.

    ASP.NET MVC

    Feedback
  2. ASP.NET Tutorial - GeeksforGeeks

    Oct 3, 2025 · ASP.NET is a web application framework developed by Microsoft for building dynamic websites, web applications and web services. It runs on the …

  3. ASP Tutorial - W3Schools

    Learn the basics of ASP and ASP.NET, two server side technologies for building web pages. Compare different development models, such as Classic ASP, ASP.NET Web Forms, ASP.NET MVC, and …

  4. ASP.NET Tutorial

    This tutorial has been prepared for the beginners to help them understand basic ASP.NET programming. After completing this tutorial you will find yourself at a …

  5. ASP.NET Core Tutorials For Beginners - DOT NET Tutorials

    Learn ASP.NET Core basics, Razor Pages, MVC, Blazor, Web API, and more with step-by-step examples and exercises. This tutorial series covers all the basic, …

  6. Learn ASP.NET Core using Step-by-Step Tutorials

    Learn ASP.NET Core step-by-step. Understand the basics of ASP.NET Core web framework with practical and easy to understand examples.

  7. People also ask
    Loading
    Unable to load answer
  8. ASP.NET Tutorial for Beginners - Guru99

    Dec 26, 2025 · This ASP.NET tutorial for beginners covers some important concepts of ASP.NET like reusable code, deploying the .Net application on the server, testing web application, debugging, etc.

  9. ASP.NET Web Pages Tutorial - W3Schools

    If you are new to ASP.NET, Web Pages is a perfect place to start. In this Web Pages tutorial you will learn how to combine HTML, CSS, JavaScript and server code, using server code written in VB or C# .

  10. Learn ASP.NET [2026] Most Recommended Tutorials

    Check out these best online ASP.NET courses and tutorials recommended by the programming community. Pick the tutorial as per your learning style: video …

  11. Get started with ASP.NET Core | Microsoft Learn

    Jul 30, 2025 · This tutorial shows how to create, run, and modify an ASP.NET Core Blazor Web App using the .NET CLI. Blazor is a .NET frontend web framework …