Category: Entity Framework Core
-

Entity Framework Core (EF Core) was designed to not being a framework for only relational databases. It just takes some time to get the first…
-

Time is running. In special I can see this how my children grow. November-2016 passed by, and it was a great month. From a technology…
-

For easier unit testing, Entity Framework Core offers a memory-based povider. You can use the same context you use with SQL Server (or other providers)…
-

One of the new features of Entity Framework Core 1.1 is that it allows mapping to fields. This is extremely useful when properties only have…
-

October was another great month. Probably the hottest news have been the announcements from Microsoft on Oct, 26th, but there was much more! Link in…
-

The mature brother of Entity Framework Core, Entity Framework, supports several inheritance models – Table per Type (TPT), Table per concrete class (TPC), and Table…
