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

  4. 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 example, it could …

  5. ASP.NET: Using conditionals in data binding expressions

    Apr 4, 2010 · ASP.NET 2.0 has no support for using conditionals in data binding expressions but it will change in ASP.NET 4.0. In this posting I will show you how to implement Iif () function for ASP.NET …

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

  7. ASP.NET | The ASP.NET Site

    Home of the Microsoft ASP.NET development community. Download Visual Studio, post to the forums, read ASP.NET blogs and learn about ASP.NET.

  8. Scott's Blog - using ASP.NET Validation from client code

    However, there was quite a bit of validation that needed to be done and I did not want to have to rewrite the logic that the built in ASP.NET Validators provide. My solution was to make the form as if I was …

  9. ScottGu's Blog - Tip/Trick: Show Detailed ASP.NET Error Messages to ...

    Aug 12, 2006 · Problem: You are developing/maintaining an ASP.NET web-site, and would like the ability to conditionally show/hide runtime error messages depending on who the user visiting the site is.

  10. New <%: %> Syntax for HTML Encoding Output in ASP.NET 4 (and …

    Apr 7, 2010 · Today’s post covers a small, but very useful, new syntax feature being introduced with ASP.NET 4 – which is the ability to automatically HTML encode output within code nuggets.