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
At this year’s Basta! in Mainz I had two presentations: Vorteile von .NET Core und CLI und Adaptive Layouts mit … Continue reading .NET Core and Adaptive User Interfaces with XAML
After the highlights of July-2016, this is the second summary of the month. Again I’ll try to summarize my blog … Continue reading Highlights of August 2016
.NET Core uses dependency injection (DI) intensively, and thus a dependency injection framework is part of its core with Microsoft.Extensions.DependencyInjection. … Continue reading .NET Core Dependency Injection with Configuration
September, 20th I’m back at BASTA! in Mainz, Germany – this time with two presentations. One is about adaptive layouts … Continue reading BASTA! 2016 in Mainz
With .NET Core, applications can be deployed including the runtime, and the runtime can be used from the target system … Continue reading Self Contained .NET Core Applications
Probably you’ve issues using .NET Core libraries from Universal Windows Platform apps. If you get errors such as package restore … Continue reading Problems using .NET Core with UWP?