
The WPF ListView Control – the complete Guide in 2023
The WPF ListView – listing items / things In today’s post, we are going to talk about one of the most basic …
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 …
What is rskibbe.I18n.Ini? rskibbe.I18n.Ini is a sub-package for the rskibbe.I18n helping you by providing basic implementations for INI file based translations. Creating …
What is rskibbe.I18n.Json? This is a sub-package of rskibbe.I18n to provide you with basic implementations for JSON file based translations. Now, go …
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 …