Re: Why PGSQL has no developments in the .NET area?

From: Mike Christensen <mike(at)kitchenpc(dot)com>
To: Rob Sargent <robjsargent(at)gmail(dot)com>
Cc: Rohit Coder <passionate_programmer(at)hotmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Why PGSQL has no developments in the .NET area?
Date: 2011-10-02 17:13:19
Message-ID: CABs1bs0djyFuqX6Hah5DmYLFQjD+JVX6-Ktb1UrR_-nKiuCkwg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> PgSQL has just one old NPGSQL driver for .NET, which is itself sluggish.
>> The ODBC driver works better as compared to NPGSQL, but I suspect the ODBC
>> driver is not the right choice for ORM framework of .NET.
>>
>> I want to know whether there is any efficient .NET provider and is PGSQL
>> compatible with the .NET entity framework.
>>
>> Regards,
>> Rohit.
>
> Won't bite on the "why" of it all, but is this
> <http://www.devart.com/dotconnect/postgresql/> what you're after?

We use the DevArt drivers (their Oracle drivers anyway) at work and
they're pretty good. They have solid tech support (helpful and quick
to respond) and they seem to write quality stuff. I'd assume their PG
drivers are just as good. However, this stuff isn't cheap. You pay
per dev license and it's like a few hundred bucks per dev.

I use Npgsql for my own website (www.kitchenpc.com) and I've had zero
problems with these drivers. They're 100% managed code, and they seem
to be quick even though I haven't done any in-depth speed comparisons.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Christensen 2011-10-02 17:18:06 Re: Searching for "bare" letters
Previous Message Devrim GÜNDÜZ 2011-10-02 16:44:21 Re: Updating 9.0.4 --> 9.1.1: How best to ???