Tag: EF Core
-

Temporal tables keep changes of updates and deletes with specific tables. This is a feature of SQL Server since SQL Server 2016. Without using this…
-

Azure Functions got some improvements in the last months. Now it’s no longer necessary to create static methods, instance methods can be used, and dependency…
-

After some first experiments using the EF Core provider with Azure Cosmos DB, with the second article on EF Core with Azure Cosmos DB has…
-

One of the new EF Core 2.1 features is seeding of data. Contrary to the older version of Entity Framework, seeding with EF Core works…
-

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

At Tech Conference 2018 in Vienna I had three great presentations – covering Docker, .NET Core, and XAML. I hope you enjoyed it! Slides and…
-

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…
