rskibbe.UI.Screens.Wpf – A common ground for WPF MVVM related UI infrastructure
What is rskibbe.UI.Screens.Wpf? This is a sub package for the base NuGet package extending the infrastructure provided by „rskibbe.UI.Screens„. This package is …
This is the basic parent category for every subcategory and post.
What is rskibbe.UI.Screens.Wpf? This is a sub package for the base NuGet package extending the infrastructure provided by „rskibbe.UI.Screens„. This package is …
What is rskibbe.UI.Screens? In my daily work as a freelance developer, I encounter a wide range of customer requirements, user stories, and …
For the Horde! Ahem, *cough*, I mean: For the Employer! Okay, okay… After that bold intro with a solid core, here’s the …
To make PHP generate a UUID, the most basic way would be using the native „uniqid“ function. However, keep in mind, that …
Visual Basic .NET could be considered dead if we’d only look at like Google Trends numbers. As a freelance developer regularly getting …
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 …
In short: You can easily switch back from the New Outlook, by just starting the „Mail“ app, without having Outlook New installed. …
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 …