All
.NET
AD CS
AD DS
AD FS
Amazon Web Services (AWS)
Atlassian
Azure Arc
BGP
Blazor Server
brief
C#
Dell PowerEdge
DevOps
E-Mail
Exchange
Failover Clustering
Fax Server
FreeBSD
General
Google Cloud
Hype-Jargon
Hyper-V
IBM X3650
IEEE 802.11 WLAN
Infrastructure as Code (IaC)
IPv4 | IPv6
Kubernetes
Let's Encrypt
Linux
Logical Volume Manager (LVM)
Microsoft 365 (Office 365)
Microsoft Azure
Microsoft Defender
Microsoft Entra
Microsoft Intune
Microsoft Teams
Monitoring
Network File System (NFS)
Networks
OAuth2.0
OpenID Connect
pfSense
PKI
Postfix
PostgreSQL
PowerShell
Python
Red Hat
SAML 2.0
SAP
Security
Session Border Controller (SBC)
SLES
SQL Server
Storage
Sysinternals
System Center
TLS/SSL
Ubuntu
VEEAM
Virtual Machine Manager (VMM)
Visual Studio
VMware vSphere
VPN
Web server
Windows
X.509 PKI
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...