About 51 results
Open links in new tab
  1. ASP.NET Core, an open-source web development framework | .NET

    ASP.NET Core comes with everything you need to build web apps including Blazor, a web UI framework for quickly creating fast, secure, and robust web apps that run anywhere.

  2. ASP.NET Community Blogs | The ASP.NET Site

    Bloggers from Microsoft and the ASP.NET community, all writing about web development with ASP.NET. Hear industry experts share what they are doing with ASP.NET.

  3. Development With A Dot - .NET 8 Data Annotations Validation

    Jul 12, 2024 · .NET has featured a way to validate classes and their properties for a long time, the API is called Data Annotations Validation, and it integrates nicely with ASP.NET Core MVC …

  4. Development With A Dot - Service Discovery in .NET

    Sep 25, 2024 · It integrates nicely with the ASP.NET Core framework, and Microsoft, fortunately, also implemented service discovery support for it, through the …

  5. Distributed Cache with SQL Server in ASP.Net Core application

    Feb 1, 2022 · ASP.Net supports several types of distributed cache implementations such as SQL Server, Redis, NCache etc. In this article, I am going to demonstrate how to implement …

  6. Development With A Dot - ASP.NET Core Request Features

    Sep 5, 2024 · Now, the feature list. Features List The features included in ASP.NET Core are as follows: ... Please have a look at each of the interfaces (long list, I know!) to find out more …

  7. Development With A Dot - Rate Limiting in ASP.NET Core

    Sep 2, 2024 · Fortunately ASP.NET Core includes a good library for this! It applies to all incoming requests, either MVC, Razor Pages, or APIs. Let's start by the limiting strategies available. …

  8. Unit Testing the HttpContext in Controllers

    May 13, 2020 · All of the .NET and ASP.NET Core is very modular and designed for extensibility, so it should come as no surprise that all of the HttpContext features are provided as features …

  9. Development With A Dot - ASP.NET Core API Versioning

    May 1, 2024 · Here, we are injecting a parameter of type ApiVersion, which is automatically supplied by ASP.NET Core, and it allows us to retrieve the currently-requested version (in this …

  10. ScottGu's Blog - Introducing ASP.NET 5

    Feb 23, 2015 · ASP.NET 5 is an open source web framework for building modern web applications that can be developed and run on Windows, Linux and the Mac. It includes the …