Обсуждение: Re: Why PGSQL has no developments in the .NETarea?

Поиск
Список
Период
Сортировка

Re: Why PGSQL has no developments in the .NETarea?

От
Дата:
The Ngpsql driver isn't old.  They've released updates to it all through version 8 and 9 so far as I know.  We do some .Net work against Postgres and it seems to work for what we're doing.

Michael Gould
Intermodal Software Solutions, LLC
904-226-0978


-------- Original Message --------
Subject: Re: [GENERAL] Why PGSQL has no developments in the .NET area?
From: "Francisco Figueiredo Jr." <francisco@npgsql.org>
Date: Mon, October 03, 2011 8:19 am
To: Rohit Coder <passionate_programmer@hotmail.com>
Cc: pgsql-general@postgresql.org

Hi!

What usage case of Npgsql are you having performance issues?


On Sun, Oct 2, 2011 at 00:32, Rohit Coder
<passionate_programmer@hotmail.com> wrote:
> 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.
>



--
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://gplus.to/franciscojunior
http://fxjr.blogspot.com
http://twitter.com/franciscojunior

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

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

От
Chris Travers
Дата:


On Mon, Oct 3, 2011 at 9:13 AM, <mgould@isstrucksoftware.net> wrote:
The Ngpsql driver isn't old.  They've released updates to it all through version 8 and 9 so far as I know.  We do some .Net work against Postgres and it seems to work for what we're doing.

Indeed, the latest release seems to be less than a month old.....  It does seem the project could release news items more frequently though. ;-)

Best Wishes,
Chris Travers
Вложения

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

От
"Francisco Figueiredo Jr."
Дата:


On Mon, Oct 3, 2011 at 13:46, Chris Travers <chris.travers@gmail.com> wrote:


On Mon, Oct 3, 2011 at 9:13 AM, <mgould@isstrucksoftware.net> wrote:
The Ngpsql driver isn't old.  They've released updates to it all through version 8 and 9 so far as I know.  We do some .Net work against Postgres and it seems to work for what we're doing.

Indeed, the latest release seems to be less than a month old.....  It does seem the project could release news items more frequently though. ;-)

Best Wishes,
Chris Travers



Yeah, I agree with you. Sorry for that. 

On the good side, we released a new beta last week. :)
Вложения

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

От
Rohit Coder
Дата:
Hi,


Sorry for the delay.



I used Npgsql 2.0 last and it was slow when querying database to populate DataGridView or DropDownLists in Windows Forms application. To verify, I removed Npgsql and installed pgsql's ODBC driver. It worked very fast. 


In another case, when the user brings focus on any DropDownList, the list fills with filtered records. This filling was slow when compared to the ODBC driver.


I checked Npgsql latest release on this page of PgFoundry. When you all are saying that Npgsql's last release was 9, I suspect whether I am looking the latest release on a correct website or not.


Regards,
Rohit Khare.


From: francisco@npgsql.org
Date: Mon, 3 Oct 2011 13:52:22 -0300
Subject: Re: [GENERAL] Why PGSQL has no developments in the .NET area?
To: chris.travers@gmail.com
CC: mgould@isstrucksoftware.net; pgsql-general@postgresql.org; passionate_programmer@hotmail.com



On Mon, Oct 3, 2011 at 13:46, Chris Travers <chris.travers@gmail.com> wrote:


On Mon, Oct 3, 2011 at 9:13 AM, <mgould@isstrucksoftware.net> wrote:
The Ngpsql driver isn't old.  They've released updates to it all through version 8 and 9 so far as I know.  We do some .Net work against Postgres and it seems to work for what we're doing.

Indeed, the latest release seems to be less than a month old.....  It does seem the project could release news items more frequently though. ;-)

Best Wishes,
Chris Travers



Yeah, I agree with you. Sorry for that. 

On the good side, we released a new beta last week. :)
Вложения