A customer I’ve been working with for a while now has a monolithic ASP.NET MVC web application which we are porting to .NET Core 3.1 (and then almost immediately to .NET 6). One of our biggest changes was getting rid of Entity Framework and replacing it with Dapper, because performance is a feature. To deflect
-> Continue reading Table Valued Parameters and Dapper in .NET Core
The post Table Valued Parameters and Dapper in .NET Core appeared first on Born SQL.