Re: What is the state of the art for using LINQ with PostgreSQL?

From: Adam Bruss <abruss(at)awrcorp(dot)com>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: What is the state of the art for using LINQ with PostgreSQL?
Date: 2012-09-13 19:37:26
Message-ID: D81DB5ADDC5C3B4484C581AF3D8EFF9D21A61EF5@ex2a.awr.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I use Devart dotconnect for Postgresql at work and love it. I use it for inserting into and querying a database of regression test results. I also use it for managing a database of crash reports. I can't say anything bad about it. One of the cool features
I like a lot is the amount of Get<type> functions the PgSqlDataReader class has. There is a GetBoolean() for bools, GetDate() for timestamps etc. It's also cheap as all can be. It's 200$ US for a single developer. That gets you the api and the visual developer tools.

Adam Bruss
Senior Development Engineer
AWR Corporation
11520 N. Port Washington Rd., Suite 201
Mequon, WI 53092 USA
P: 1.262.240.0291 x104
F: 1.262.240.0294
E: abruss(at)awrcorp(dot)com<http://meqtestprfrm-dt:8080/cruisecontrol/buildresults/abruss(at)awrcorp(dot)com>
W: http://www.awrcorp.com<http://www.awrcorp.com/>

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Rob Richardson
Sent: Thursday, September 13, 2012 11:46 AM
To: pgsql-general General
Subject: [GENERAL] What is the state of the art for using LINQ with PostgreSQL?

Greetings!

I would like to begin learning to use LINQ with PostgreSQL. Ideally, it would be good to have free tools to do it, since I probably won't be finished playing with it before 30 days are up and I'd have to pay for something. It would also be good if whatever I use has a good set of tutorials that I can follow to begin using them. Where should I start?

I have found the dotConnect provider from DevArt, and I'm going to begin playing with their free "Express" provider. Does anyone have experience working with DevArt's tools, and if so, what did you think?

Thanks very much!

RobR

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2012-09-13 19:46:11 Re: 9.0 to 9.2 pg_upgrade pain due to collation mismatch
Previous Message Rob Richardson 2012-09-13 19:27:40 Re: What is the state of the art for using LINQ with PostgreSQL?