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...
c#
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...