From: | "Francisco Figueiredo Jr(dot)" <francisco(at)npgsql(dot)org> |
---|---|
To: | pgsql-announce(at)postgresql(dot)org, mono <mono-list(at)lists(dot)ximian(dot)com>, pgsql-interfaces(at)postgresql(dot)org |
Subject: | Npgsql2 Final Released!! |
Date: | 2008-10-06 05:18:27 |
Message-ID: | 438d02260810052218w213ba004t7045fed93503218b@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce pgsql-interfaces |
Hi, all!
The Npgsql Development Team is proud to announce the Npgsql2 RTM!
Npgsql is a .Net Data provider written 100% in C# which allows .net
programs to talk to postgresql backends. Npgsql is licensed under BSD.
More info can be obtained from http://www.npgsql.org
After almost two years of development since Npgsql 1.0, Npgsql 2
brings new features and support for newer versions of .Net.
Although externally Npgsql2 doesn't seem very different of Npgsql1
regarding features, internally Npgsql2 had a lot of improvements which
represents a much more stable product, more bugs fixed and many
implemented methods. It is strongly advised that current users update
from Npgsql1 to Npgsql2.
Main features are:
Support for .Net 2.0 and 3.5
Josh Cooley did a great job and added support for EntityFramework.
Npgsql2 now doesn't read all table contents before returning control
to user code. This makes Npgsql much more memory efficient when
dealing with large tables. Thanks Jon Hanna for this.
Check User Manual for more info about that and how to revert to old
behavior of loading all data if you need it.
Thanks to Daniel Nauck, Npgsql now have support for ASP.Net providers.
You can visit Daniel project page at:
http://dev.nauck-it.de/aspsqlprovider/
You can see full changelog and release notes here:
http://pgfoundry.org/frs/shownotes.php?release_id=1230
You can dowload it from here: http://downloads.npgsql.org
For instructions about how to use NpgsqlFactory, check out our User Manual:
http://manual.npgsql.org
Please, give it a try and let us know if you have any problems.
Check out our forums: http://forums.npgsql.org
--
Regards,
Francisco Figueiredo Jr.
http://fxjr.blogspot.com
http://www.npgsql.org
From | Date | Subject | |
---|---|---|---|
Next Message | SQL Maestro Group | 2008-10-07 14:44:04 | PostgreSQL Maestro 8.10 released |
Previous Message | David Fetter | 2008-10-06 04:10:35 | == PostgreSQL Weekly News - October 05 2008 == |
From | Date | Subject | |
---|---|---|---|
Next Message | Tapio.Niva | 2008-10-07 07:25:38 | DBD::Pg 2.10.7 compile failed on RH4 |
Previous Message | Nat! | 2008-09-15 21:14:00 | Re: Async processing of rows |