Creating Modern And Helpful Command Line Utilities With System.CommandLine
Since really .NET Framework 1, the ability for .NET Console apps to parse command line flags and actually provide helpful …
Since really .NET Framework 1, the ability for .NET Console apps to parse command line flags and actually provide helpful …
An XML External Entity vulnerability (Or XXE for short) is a type of vulnerability that exploits weaknesses (Or more so …
I’ve recently been diving into the new Channel type in .NET Core, and something I’ve noticed time and time again …
This post is part of a series on Channel in C# .NET. Of course, it’s always better to start at …
This post is part of a series on Channel in C# .NET. Of course, it’s always better to start at …
This post is part of a series on Channel in C# .NET. Of course, it’s always better to start at …
Azure’s Key vault is a great secret store with excellent support in .NET (obviously!). But I recently ran into an …
I recently wrote a piece of code that used a self signed certificate to then sign a web request. All …
I was recently investigating a piece of non-performant code that essentially boiled down to a loop that pulled items off …
Some time back I wrote a post specifically on writing PDFs in C#/.NET Core. At the time, I had very …