Using in-memory databases for unit testing EF Core applications
While writing the book Entity Framework Core in Action I wrote over 600 unit tests, which … Continue reading Using in-memory databases for unit testing EF Core applications
While writing the book Entity Framework Core in Action I wrote over 600 unit tests, which … Continue reading Using in-memory databases for unit testing EF Core applications
Entity Framework Core (EF Core) is the new(ish) version of Microsoft’s widely-used database access library. EF … Continue reading EF Core: taking full control of the database schema
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
For anyone in the UK, I am talking at a .NET Meetup group in Nottingham UK … Continue reading Talking at Nottingham, UK .NET Meetup – July 2017
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
In this article I describe six different approaches to building applications that use Microsoft’s database access … Continue reading Six ways to build better Entity Framework (Core and EF6) applications
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