Relative Content

Tag Archive for c#postgresqlnpgsql

Poor Performance in .Net 8 Entity Framework using c# .Net 8 along with Npgsql providers

We have a .Net 8 c# database library that is using Linq to Entities via EntityFramework using the Npgsql library, to access a Postgres database on our Azure repositories. All is working, but we have an issue with a function in the library that needs to call the database multiple times to recover the data to be passed onto the Blazor Hybrid front end.