markoh

Results 82 comments of markoh

From https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-9.0#configuration-keys-and-values > Hierarchical keys > Within the Configuration API, a colon separator (:) works on all platforms. > In environment variables, a colon separator may not work on all...

It appears migrations are custom per db provider. Afaik this can't be done in any other way than to make the table and column names snake_case in their migrations, for...