C# - Serilog, how to add or enrich log events with properties
This post describes and demonstrates how to enrich your serilog log events with your own arbitrary properties. The first part will be on enriching with properties »
This post describes and demonstrates how to enrich your serilog log events with your own arbitrary properties. The first part will be on enriching with properties »
It took me much longer to realize a solution to this problem than I want to admit. I had something like the following in my code »
This post describes how to exclude certain log entries based on their http path when using Serilog together with UseSerilogRequestLogging. I recently had this issue where »
This post describes how to exclude certain log entries based on properties using Serilog. We will use the following setup for this post: //More above but »
You can delete an item in an array using the splice function. All you need to know is the index of the element you want to »
In C#, LINQ (Language INtegrated Query) is a powerful tool for querying and manipulating data. LINQ provides an intuitive way to interact with various data sources, »
In C# you can easily check if a string contains one character or a series of characters using the .Contains() method on the String object. Below »
In Google sheets you can use VLOOKUP to look up a value based on a key. In short VLOOKUP will search for a specific key in »
When working with databases, managing and analyzing large amounts of data efficiently is crucial. This is where SQL (Structured Query Language) comes into play, SQL provides »
Every other month I play a game of Age of Empires and recently I found that it had started to lag. It would start out fine »