Christophe GIGAX

Results 2 issues of Christophe GIGAX

For one of our client, we need to use the advanced MariaDb / MySql capability : dynamic columns declaration with BLOB. Is that possible with your EF Core connector ?...

type-enhancement

I have a `ListView` binded to a list of `MenuItem` ```csharp public class MenuItem { public string Icon { get; set; } public string Title { get; set; } public...