Home Authors Posts by Telmo Rodrigues

Telmo Rodrigues

Telmo Rodrigues
2 POSTS 0 COMMENTS

Smaller .NET 6 docker images

0
Introduction This post compares different strategies to dockerize a .NET 6 application and how to create a < 100mb docker image to host a .NET...

.NET EF Core 6 support for groupby top(n) queries

0
EF Core 6 comes with some GroupBy queries improvements. In this post I wanna talk about the improvements related to "group by top(n)" queries. Let's...