views:

140

answers:

1

I am working on a small practice project in .NET with Sql Server 2005. I want to learn PostgreSQL and implement my project in PostgreSQL in the final version. Please advise on all the things I need to do, to setup PostgreSQL with .NET and run it successfully.

Sincere thanks
fsck.

+2  A: 

There is a postgres .Net data provider, Npgsql, that should be useful.

sth