About 11,600 results
Open links in new tab
  1. Newest 'npgsql' Questions - Stack Overflow

    Dec 12, 2025 · [npgsql] It allows any program developed for .NET framework to access a PostgreSQL database server. Sign up to watch this tag and see more personalized content

  2. c# - Installing Npgsql.dll for Postgresql - Stack Overflow

    Sep 18, 2015 · Another way to obtain the npgsql.dll file is: Open Visual Studio and start a new project -- ASP.NET Core for instance. Use the NuGet Package Manager to install Postgres …

  3. postgresql - How to import the npgsql module? - Stack Overflow

    Jan 8, 2016 · Afaik, Npgsql does not contain any Powershell module, it is simply a library that can be used in a regular .net project to connect to a PostgreSql database. It it however possible to …

  4. Npgsql.NpgsqlException (0x80004005): Exception while reading …

    Oct 28, 2023 · Npgsql.NpgsqlException (0x80004005): Exception while reading from stream Asked 2 years, 1 month ago Modified 1 year, 7 months ago Viewed 1k times

  5. Npgsql Exception while reading from stream, Postgres

    Nov 1, 2016 · Npgsql Exception while reading from stream, Postgres Asked 9 years, 1 month ago Modified 2 years, 9 months ago Viewed 104k times

  6. Preparing statements and batching in npgsql - Stack Overflow

    Feb 14, 2019 · Preparing statements and batching in npgsql Asked 6 years, 10 months ago Modified 3 years, 7 months ago Viewed 9k times

  7. c# - Npgsql exception when connecting - Stack Overflow

    Sep 4, 2012 · A first chance exception of type 'Npgsql.NpgsqlException' occurred in Npgsql.dll Additional information: ERROR: 22023: 3 is outside the valid range for parameter …

  8. c# - npgsql timeout during reading attempt - Stack Overflow

    Sep 28, 2023 · npgsql timeout during reading attempt Asked 2 years, 2 months ago Modified 2 years, 2 months ago Viewed 10k times

  9. postgresql - Confused about NpgSql connection pooling vs ...

    Jul 16, 2024 · I'm trying to implement database pooling in my .net core application that's connecting to PostgreSql db. While reading documentation on NpgSql, It states that pooling is …

  10. Npgsql - Connection String for Google SQL PostgreSQL instance …

    Oct 5, 2022 · But I cannot figure out how to prepare a correct connection string for Npgsql when using SSL. Not sure if the problem is my client machine configuration or the connection string …