
How to access Controls dynamically in .NET (Winforms & WPF)
In short: You can access controls in .NET dynamically, by using the „Controls“ property of your parent container control, like for example …
In short: You can access controls in .NET dynamically, by using the „Controls“ property of your parent container control, like for example …
An essential part of VB.NET – the For Loop! The For Loop is actually one of the most essential parts of VB.NET …
Say goodbye to the 100th „To-Do app“ exercises Don’t you just hate it, when your programming teacher or mentor just bothers you …
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“ …
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 …
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). …