Listing the applications open forms in Winforms and WPF apps
Enumerating the applications open forms in C# & VB.NET Yesterday, I a client told me to develop a specific little functionality for …
This is the basic parent category for every subcategory and post.
Enumerating the applications open forms in C# & VB.NET Yesterday, I a client told me to develop a specific little functionality for …
What is the C# „this“ keyword? You can „translate“ or treat the „this“ keyword in C# as some sort of „self referencing“ …
How to Change the Visual Studio Installer Language If your Visual Studio installer is showing the wrong language, there are two ways …
Improved project management with UML diagrams When managing big or a bit more complex software you will sometimes find yourself overwhelmed by …
What is rskibbe.Core.Composition? My NuGet package called „rskibbe.Core.Composition“ is about helping you build more complex objects easier. It provides a common infrastructure …
So you are developing an Avalonia UI 11 app and asking yourself: „How can I actually react to app exits?“. This could …
What is rskibbe.Encryption.Base64? As the name already suggests, it is a sub-package of the „rskibbe.Encryption“ infrastructure package implementing the Base64 encryption (encoding). …
What is rskibbe.Encryption? In software development you most likely want to create a clean and easy maintainable code base. With „rskibbe.Encryption“ you …
What is rskibbe.Validation? rskibbe.Validation is a free NuGet package for C# and Visual Basic .NET apps, helping you validate „things“ and providing …
Dialing a phone number using bluetooth in .NET Did you ever want to be able to actually make a phone call with …