News

Under the hood the server-side ASP.Net Core engine takes your Razor code and uses it to generate C# classes that run and deliver content as part of your HTML pages.
With the release of .NET 8, Microsoft introduced a plethora of new features and enhancements in the .NET Core and ASP.NET Core frameworks. One such feature is the SearchValues class, which marks a ...
Wouldn’t it be nice if you could capture every posted string and automatically HTML Decode it before it hits your API action? We came up with an Action Filter Attribute to do just that.