ValueConverters in Entity Framework Core
Today I want to show an example of how great are value converters in EF Core.
By Mirek on (tags: ef core, Entity Framework, ORM, ValueConverters, categories: code)Today I want to show an example of how great are value converters in EF Core.
By Mirek on (tags: ef core, Entity Framework, ORM, ValueConverters, categories: code)Most of example currently available on the internet shows how’s to start using ASP.NET Core and EF Core implemented in the same assembly. In the RC1 there was couple of tricks which we had to implement if we would like to have separate assembly with data model definition. In RC2 release it’s a little bit easier. Bellow I’ll show you how you can achieve that. This is our applica…
By Dawid on (tags: ASP.NET, context, core, ef core, categories: code)