/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

kaylumah.nl
| | www.code4it.dev
2.6 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | adamstorr.co.uk
3.2 parsecs away

Travel
| | Ever tried to use Primary Constructors with LoggerMessage source code generator based logging calls? It doesn't work how you think!
| | gist.github.com
3.6 parsecs away

Travel
| | SimpleHTTPServer in C#. GitHub Gist: instantly share code, notes, and snippets.
| | www.milanjovanovic.tech
28.0 parsecs away

Travel
| Structured logging is a practice where you apply the same message format to all of your application logs. The end result is that all your logs will have a similar structure, allowing them to be easily searched and analyzed. Serilog is a popular logging library in .NET, packed with many features. It provides logging to files, logging to the console, and elsewhere. However, why Serilog is unique is because it comes with support for structured logging out of the box. Let's see how we can install Serilog and...