EF Core – Combining SQL and NoSQL databases for better performance
This is the second article in my series on Entity Framework Core (EF Core) performance tuning. … Continue reading EF Core – Combining SQL and NoSQL databases for better performance
This is the second article in my series on Entity Framework Core (EF Core) performance tuning. … Continue reading EF Core – Combining SQL and NoSQL databases for better performance
This is the first in a series of articles on performance tuning EF Core. In this … Continue reading Entity Framework Core performance tuning – a worked example
Entity Framework Core (EF Core) is a new, ground-up rewrite of the highly successful Entity Framework … Continue reading Entity Framework Core: Client vs. Server evaluation
Quite a bit is going on around the book I am writing, called Entity Framework Core … Continue reading More information on my book, Entity Framework Core in Action
I wrote an article called Updating many to many relationships in entity framework back on 2014 … Continue reading Updating many to many relationships in Entity Framework Core
I wrote an article a while ago called Architecture of Business Layer working with Entity Framework, … Continue reading Architecture of Business Layer working with Entity Framework (Core and v6) – revisited