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 easiest way to debounce function calls in C# & VB.NET is by simply using the „Subject“ class from the „System.Reactive.Subjects“ namespace. …
Um Fortschritt in der Taskleiste, bzw. im Icon der Taskleiste anzuzeigen, kannst Du z. B. bei WPF-Anwendungen die „TaskbarItemInfo“-Klasse verwenden. Setze einen …
USB-Kommunikation zwischen SerialPort und Mikrocontroller RFID-Chips für Zeiterfassungssysteme auslesen, mit LED’s spielen, oder anderer Interessanter Kram ist möglich – mit Mikrocontrollern. Der …
The WPF ListView – listing items / things In today’s post, we are going to talk about one of the most basic …
Nutze WPF Commands, vermeide „Button1_Click“ & Co. Im heutigen Beitrag schauen wir uns das Thema „eigene WPF Commands“, bzw. die passende Schnittstelle …
Moderne Software durch WPF MVVM Projekte erstellen Viele mich anschreibende Zuschauer und Kunden haben sich gewünscht, dass ich mal einen Projektaufbau nach …
Daten im MVVM tabellarisch darstellen – mit WPF DataGrid Ich glaube jeder Entwickler wird regelmäßig eine Art Tabellen-Steuerelement, also z. B. das …
Datenbindungs-Änderungen einfach ans UI weiterleiten Kennst Du auch das Problem, die „INotifyPropertyChanged“-Schnittstelle immer wieder implementieren zu müssen? Egal ob in VB.NET oder …
What is rskibbe.I18n.Winforms? rskibbe.I18n.Winforms is a sub-package that helps you translate your Windows Forms apps easily. It extends the other rskibbe.I18n packages …