Hide Console Window

Programming

How-to hide the window of a .NET console application without any line of code.

Read more...

C#

How-To loop through a Date Range

Programming

It's quite easy to loop through a Date Range in C#

Read more...

C#

Using ForEach with Index in C#

Programming

Using ForEach with Index in C# - combine ForEach and For Loop together

Read more...

C#

Replace ForEach Loop with LINQ

Programming

How-to replace a foreach Loop with LINQ

Read more...

ASP.NET Response Compression

Programming

Response Compression for both classic ASP.NET MVC and ASP.NET Core

Read more...

Find Integer Prime Numbers with Parallelism

Programming

How to check if an Integer Number is a Prime Number in C# using a Parallel Loop

Read more...

C#

QueryStrings in ASP.NET Core

Programming

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!

Read more...

Calculate Folder/Directory Size

Programming

Get the Size of a Folder/Directory including all SubFolders with LINQ.

Read more...

Find Top 5 memory consuming Processes

Programming

Using LINQ to find the Top 5 memory consuming Processes on your system.

Read more...