Posts by Year

2023

Back to Top ↑

2021

Query parameters, batching and SQL rewriting

7 minute read

In the upcoming version 6.0 of the Npgsql PostgreSQL driver for .NET, we implemented what I think of as “raw mode” (#3852). In a nutshell, this means that yo...

EF Core 6.7 Update Performance Improvements

less than 1 minute read

For the 7.0.0-preview6 release of Entity Framework Core, I wrote a blog post about the update pipline performance improvements introduced into EF Core 7.

EF Core 6.0 Performance Improvements

less than 1 minute read

For the 6.0.0-preview4 release of Entity Framework Core, I wrote a blog post about the performance improvements introduced into EF Core 6.

Back to Top ↑

2020

Back to Top ↑

2019

Back to Top ↑

2018

Support for new PostgreSQL 10 features

2 minute read

PostgreSQL 10 added a ton of exciting new features which everyone should look at. Npgsql and the EF Core provider have been updated to support those features...

Back to Top ↑

2017

Back to Top ↑

2016

Back to Top ↑

2015

Back to Top ↑

2014

Roslyn and Aspect-Oriented Programming

3 minute read

Microsoft has recently announced open-sourcing .NET Core, which will eventually lead to open-sourcing the entire .NET Framework. The next version of .NET, wh...

Back to Top ↑