Delete all files in BIN and OBJ folders recursive
Visual Studio: How-To delete all binary files in BIN and OBJ folder recursive for all projects
Xamarin.Android await AlertDialog.Builder
How-to await AlertDialog.Builder user input in Xamarin.Android
Parsing Command Line Arguments in .NET Core
Using the natemcmaster/CommandLineUtils in C# for parsing CommandLine Arguments and Options with easy.
FTP upload in ASP.NET MVC 5 POST action
How to performe a FTP upload in ASP.NET MVC 5 Controller POST action
ForEach - Source Null Checking
How to check if the Source of a ForEach statement is NULL in C#
Manipulate Readonly Internal from Outside
Exposing types as a less capable type doesn’t prevent use as their real type.
QuickSort Implementation with LINQ
How to implement QuickSort in C# with LINQ
LINQ: Query CSV files
How to query Comma Separated Value (CSV) files with LINQ