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

    Get 10 ASP.NET Core websites for free with Microsoft Azure. You can also deploy to any major cloud platform, your own Linux or Windows servers, or one of many hosting providers.

  2. Checking the Health of an ASP.NET Core Application

    Jul 29, 2024 · Introduction Having a way to evaluate the health status of our system has been around since ASP.NET Core 2.2. In a nutshell, the idea is, you register a number of health …

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

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

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

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

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

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

  10. Sohail Sayed - The Official Microsoft ASP.NET Site

    Everyone using ajax.net will be familiar with the updatepanels. In addition another well known way of utilizing the rich ajax.net library is calling web service methods or methods from the code …