Npgsql is the .NET data provider for PostgreSQL.
I am getting this error intermittently in my code. Sometimes it happens time-after-time-after-time. Sometimes it happens 1-out-of-10 times. I am …
c# postgresql npgsqlFor a couple of months i had no issue about generating the model from DB by deleting it and recreating …
c# .net visual-studio-2015 entity-framework-6 npgsqlI have a postgresql DB and i want to query the table "Locations" to retrieve the names of all the …
c# asp.net npgsqlI have been using C# to write a concrete provider implementation for our product for different databases. W/out getting …
c# postgresql bytearray binary-data npgsqlI'm having this weird problem with IIS 7 on Windows 7, where it can't load a dll I'm using. However, it seems …
asp.net web-services iis mono npgsqlI want to create this query: select * from products where number in ('123', '234', '456'); but I …
c# postgresql ado.net npgsqlI'm trying to insert a row into a PostgreSQL table with a serial primary key and I need to retrieve …
c# .net npgsqlI wanted to work with custom DB provider in Visual Studio. I need it to use Entity Framework. For example, …
visual-studio postgresql npgsql dbproviderfactoriesI'd like to better understand Connection Pooling when using Npgsql for Postgres. (http://www.npgsql.org/) When I use the …
postgresql npgsqlI'm trying move hash cheking from server app to PostgreSQL. In other words I'm need calling a query to PGSQL, …
sql postgresql npgsql