FTP upload in ASP.NET MVC 5 POST action
How to performe a FTP upload in ASP.NET MVC 5 Controller POST action
ASP.NET Response Compression
Response Compression for both classic ASP.NET MVC and ASP.NET Core
QueryStrings in ASP.NET Core
In ASP.NET Core we have the QueryHelpers class for automatically creating QueryStrings. No more dealing with encoding/decoding strings, ampersand and question marks manually!
Replace JavaScript with client-side C#
Replace JavaScript with C# code on the client side with Blazor in ASP.NET Core 3.0