Aaron Muylaert

Results 6 comments of Aaron Muylaert

I don't want to add an ```IWhatever``` using the ```AddHttpClient``` extension method on ```IServiceCollection```. I want to send a flippin' web request without shooting myself in the foot. The current...

ADO.NET 6 will introduce a batching API. * https://github.com/dotnet/runtime/issues/28633 * https://github.com/npgsql/npgsql/issues/2317

No need to worry. Npgsql uses connection pools under the hood. It's enabled by default. https://www.npgsql.org/doc/connection-string-parameters.html#pooling

@T-Gro > I get the benefits and how it fits pragmatic programming, my question was really after if this was being solved in any **other programming language** or its library...

Special thanks to my good friend and colleague @jonasdw who found the problem and actually also came up with the fix but now is a bit salty because he was...

@Zaid-Ajaj @kerams , any idea when this could be merged?