
Azure Functions with Dependency Injection
Azure Functions got some improvements in the last months. Now it’s no longer necessary to create static methods, instance methods … Continue reading Azure Functions with Dependency Injection
Azure Functions got some improvements in the last months. Now it’s no longer necessary to create static methods, instance methods … Continue reading Azure Functions with Dependency Injection
After some first experiments using the EF Core provider with Azure Cosmos DB, with the second article on EF Core … Continue reading Relations with Azure Cosmos DB and EF Core
One of the new EF Core 2.1 features is seeding of data. Contrary to the older version of Entity Framework, … Continue reading Data Seeding with EF 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 non-relational providers. Now is the time.
Microsoft now has the first preview for an EF Core provider for Cosmos DB. With this I have to do my first experiments using Cosmos DB from EF Core. Continue reading First experiments using EF Core with Azure Cosmos DB
At Tech Conference 2018 in Vienna I had three great presentations – covering Docker, .NET Core, and XAML. I hope … Continue reading Tech Conference 2018 in Vienna
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
With that many ongoing information and technology updates faster and faster, I’ll try to summarize my blog posts and twitter … Continue reading July 2016 in Review