Handling the application exit in Avalonia UI based .NET apps
So you are developing an Avalonia UI 11 app and asking yourself: „How can I actually react to app exits?“. This could …
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 …
Um das Problem mit den im Postausgang steckenbleibenden Mails zu fixen, empfiehlt es sich die Mail-App zurückzusetzen (Reparatur!). Leider scheint dies aber …
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 …
Sauberere Programmierung durch Dependency Injection (DI) Du möchtest Deinen VB.NET, bzw. C# Anwendungen einen „Level Up“ durch Dependency Injection (kurz DI) verpassen? …
Dialing a phone number using bluetooth in .NET Did you ever want to be able to actually make a phone call with …
Kennst Du das auch: Du sitzt vor Deinen .NET Klassen und musst für WPF und Co. die INotifyPropertyChanged-Schnittstelle das gefühlte tausendste Mal …