This is a quick tip on how to send an HTTP PATCH request in C# and Blazor using HttpClient. I also show how to send the request via 3rd-party client.
Access and read appsettings.json and custom config files into your Blazor applications. I also explain why we use HttpClient for accessing custom config.
Implement a simple Employee database management REST API application in ASP.NET, utilizing design patterns like Repository and Dependency Injection.
Random image or banner on web page refresh? Implemented using ASP.NET Core Web API, this application lets Controller handles HTTP GET requests from the browser.
Create a simple .NET console application that reads and caches all the files in a given directory. Application uses IMemoryCache and Dependency Injection.