Category: .NET Core
-

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…
-

At this year’s Basta! in Mainz I had two presentations: Vorteile von .NET Core und CLI und Adaptive Layouts mit XAML. Here are links to…
-

After the highlights of July-2016, this is the second summary of the month. Again I’ll try to summarize my blog posts and twitter tweets from…
-

September, 20th I’m back at BASTA! in Mainz, Germany – this time with two presentations. One is about adaptive layouts with the Universal Windows Platform…
-

With .NET Core, applications can be deployed including the runtime, and the runtime can be used from the target system shared between different applications. Both…
-

Probably you’ve issues using .NET Core libraries from Universal Windows Platform apps. If you get errors such as package restore failed, and issues such as…

