How to change the Visual Studio installer language
Using an other language for the Visual Studio installer So yesterday I was doing my usual stuff like programming, blogging – and …
Here you will find all english tutorials
Using an other language for the Visual Studio installer So yesterday I was doing my usual stuff like programming, blogging – and …
Improved project management with UML diagrams When managing big or a bit more complex software you will sometimes find yourself overwhelmed by …
So you are developing an Avalonia UI 11 app and asking yourself: „How can I actually react to app exits?“. This could …
Dialing a phone number using bluetooth in .NET Did you ever want to be able to actually make a phone call with …
The WPF ListView – listing items / things In today’s post, we are going to talk about one of the most basic …
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 …
What is a VB NET Dictionary? A VB NET Dictionary is basically a collection of keys with corresponding values, also called key …
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 …