
Entity Framework Core – Unit Testing
For easier unit testing, Entity Framework Core offers a memory-based povider. You can use the same context you use with … Continue reading Entity Framework Core – Unit Testing
For easier unit testing, Entity Framework Core offers a memory-based povider. You can use the same context you use with … Continue reading Entity Framework Core – Unit Testing
One of the new features of Entity Framework Core 1.1 is that it allows mapping to fields. This is extremely … Continue reading Mapping to Getter-only Properties with EF Core
October was another great month. Probably the hottest news have been the announcements from Microsoft on Oct, 26th, but there … Continue reading Highlights of October 2016
The mature brother of Entity Framework Core, Entity Framework, supports several inheritance models – Table per Type (TPT), Table per … Continue reading Entity Framework Core – Table per Hierarchy