About 52 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. 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 distributed …

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

  4. 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 and other …

  5. ASP.NET MVC 3: Layouts and Sections with Razor

    Dec 30, 2010 · Let’s look at how we can implement a common site layout scenario with ASP.NET MVC 3 and Razor. Specifically, we’ll implement some site UI where we have a common header and footer …

  6. Posting AJAX Requests to ASP.NET Core MVC

    Dec 14, 2021 · This one instructs ASP.NET Core MVC to provide the value for the parameter from the body of the request. Its usage could be skipped if we instead decorated the whole controller class …

  7. Resolving 'System.Drawing.Image' Errors After Upgrading to .NET 9

    Nov 28, 2024 · Resolving 'System.Drawing.Image' Errors After Upgrading to .NET 9 Thursday, November 28, 2024 .Net Core .Net ASP.Net Asp.Net 9 Visual Studio Visual Studio 2022 …

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

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

  10. Ensure that __doPostBack() function is implemented on the page

    Jun 26, 2010 · In fact only two ASP.NET web server controls causes postback (Button,Imagebutton). The other controls call __doPostBack Javascript function. take a look how the server controls render …