C# List – The ultimate Guide in 2024 – 15 years of .NET
The C# list is more than just a typical „group of things“. According to it’s official documentation it’s an object consisting of …
The C# list is more than just a typical „group of things“. According to it’s official documentation it’s an object consisting of …
The System ExecutionEngineException – A mean Exception Type… Did you encounter the System.ExecutionEngineException as well? Then I got some nice news for …
The easiest way to debounce function calls in C# & VB.NET is by simply using the „Subject“ class from the „System.Reactive.Subjects“ namespace. …
In short: You can access controls in .NET dynamically, by using the „Controls“ property of your parent container control, like for example …
Dialing a phone number using bluetooth in .NET Did you ever want to be able to actually make a phone call with …
Summing up values with the C# LINQ Sum function is easily done by providing for example a lambda expression. Just call it …
Formatting Strings in C# Using a C# String format to improve your displayed strings? No problem! Today is your lucky day, because …
C# MD5 hashing nowadays Being in the need of creating a C# MD5 hash for one of my projects has been a …
Creating a C# SHA256 hash Creating a C# SHA256 hash as changed a little bit – pardon me for not knowing the …
A simple C# Bluetooth example A simple and easy to use C# bluetooth example, this was the thing I was looking for …