
The Dotnet Watch Tool
The dotnet watch tool is a file watcher for dotnet that restarts the application when changes in the source code are detected.
The dotnet watch tool is a file watcher for dotnet that restarts the application when changes in the source code are detected.
NGINX is a popular open source web server. It can act as a reverse proxy server for ASP.NET Core web apps. How to configure NGINX for ASP.NET Core.
Using the fluent interface style in with ASP.NET Core Fluent Interface Extension methods. Building on top of the work done by Khalid Abuhakmeh.
A comparison between Azure Active Directory and Identity Server covering the advantages and disadvantages of both.
Enhance the experience of sharing a page from your site through the use of social media meta tags implemented with ASP.NET Core TagHelpers.
Use an ASP.NET Core TagHelper to implement Subresource Integrity (SRI) to ensure that external resources have not been tampered with. With is part 2.
Use an ASP.NET Core TagHelper to implement Subresource Integrity (SRI) to ensure that external resources have not been tampered with.
Colorful.Console is a C# library that wraps around the System.Console class, making your console apps more colourful. Write ASCII art using Figlet fonts.
Make certificate files by answering a few simple questions instead of using makecert.exe and pvk2pfx.exe, passing in some pretty cryptic arguments.
Log exception details and custom properties that are not output in Exception.ToString() using Serilog.Exceptions for .NET.