Set and Change the PowerShell default Working Directory
By default when you start a new PowerShell session, you will get directly to your user directory stored in the…
Azurite emulator – emulating Azure Blob, Queue and Table services in your local environment
The Azurite emulator for local Azure Storage development is well documented from Microsoft. Use the Azurite emulator for local Azure…
Asynchronous Programming in C#
In this post I want to summarize and collect some informations about Asynchronous Programming in C#. This topic is well…
Using a generic List with a custom data type in C#
In my previous post I described how to create an array with a custom data type we declared in a…
Using an array with a custom data type in C#
Generally an array cannot store data from different types like int and string as in contrast to lists. Therefore in…
Using List Tuples in C#
In most cases for storing data using a generic List<T> over an array is more suitable and lists offers more…
pfSense enable Logging for Firewall Rules to log internal Client IPs
By default for outbound internet traffic with NAT you won’t see the internal client ip addresses in the firewall logs…
Microsoft Windows SDK
Microsoft Windows SDK, and its predecessors Platform SDK, and .NET Framework SDK, are software development kits (SDKs) from Microsoft. Windows…
msiexec – Uninstall broken Installations
Sometimes you encounter some trouble regarding uninstalling broken programs and components. In this case we can try to use the…
RDS Remote Desktop Services HTML 5 Client Setup
If you want to allow users to access your remote apps of your RDS Deployment without the need of an…