ASP.NET Response Compression
Response Compression for both classic ASP.NET MVC and ASP.NET Core
Find Integer Prime Numbers with Parallelism
How to check if an Integer Number is a Prime Number in C# using a Parallel Loop
QueryStrings in ASP.NET Core
In ASP.NET Core we have the QueryHelpers class for automatically creating QueryStrings. No more dealing with encoding/decoding strings, ampersand and question marks manually!
Calculate Folder/Directory Size
Get the Size of a Folder/Directory including all SubFolders with LINQ.
Find Top 5 memory consuming Processes
Using LINQ to find the Top 5 memory consuming Processes on your system.
Looping Over a Large Collection of Data
Finding a value in a large collection of data - to loop or not to loop?
Iterate over Multiple Arrays in a single Loop
Iterate over Multiple Collections in a single Loop with LINQ in C#
Fonts in WPF and WinForms
HowTo: Performe various actions regarding Fonts in WPF and Winforms like check if a specific Font exists or adding custom Fonts to your WPF application.