Page 1 of 1

ORM (Object Relational Mapper)

PostPosted: Fri Jun 19, 2009 7:42 pm
by Charles
If you have used an ORM on a recent or current project, which ones have you used? What did you think of them?

And if you're unfamiliar with ORMs, see http://www.google.com/search?hl=en&q=object+relational+mapper

Re: ORM (Object Relational Mapper)

PostPosted: Fri Jun 19, 2009 8:13 pm
by gauthier
NHibernate and ActiveRecord (from Castle) all the way.

Getting rid of low level / loosy ado.net coding was a salvation since then :)

Re: ORM (Object Relational Mapper)

PostPosted: Fri Jun 19, 2009 8:33 pm
by Charles
Yeah I'm already a fan of ORM having written two myself (an open source one for Python and a private one for .NET). I'm curious what the latest round of feasible choices are in the .NET community.

Re: ORM (Object Relational Mapper)

PostPosted: Fri Jun 19, 2009 8:36 pm
by todd.a
Join the IRC channel Chuck, we're on there.