Entity Framework Core (EFCore) unterstützt das Umbenennen von Eigenschaften anhand von T4 Code-Templates. Wer bisher das Reverse Engineering mit EF Core Power Tools gemacht hat und von dessen Renaming-Feature gebrauch gemacht hat, wurde Anfang des Jahres 2024 von...
Development
FluentUI FluentCard and DataGrid component overflow problem
When using FluentCard and placing components inside of it that may overflow the boundaries of that Card-Component you may run into issues. But that is by design. There is a GitHub-Issue where a developer explains that and also offers an solution for those who want the...
Binding Enum to FluentUI FluentSelect in Blazor
To bind an Enum Value to an FluentSelect component, you must not provide a TOption TypeArgument, instead simply add the Item-List, bind the SelectedOption and Convert the OptionValue to a string. Binding completed. <FluentSelect...
FoxPro aus vscode kompilieren und starten
Wer Visual FoxPro kennt, weiß um das Alter der IDE. Der Code wird in VFP in PRG-Dateien gelagert, welche auch mit vscode bearbeitet werden können (Encoding beachten! (Windows-1252)). Leider können die PRG-Dateien aus vscode nicht kompiliert und gestartet werden. Das...