[Mono-list] ADO.NET misunderstanding

Tom Opgenorth opgenorth at gmail.com
Thu Jun 5 11:14:15 EDT 2008


If what you're looking for is an ORM, then you might want to take a
peak at either NHibernate (http://www.nhibernate.org).  NHibernate is
the .NET port of Hibernate, the Java ORM.  NHibernate is, IMHO, an
excellent tool, but it does take some effort to learn.

ActiveRecord (http://www.castleproject.org/activerecord/index.html),
is a project from the Castle stack that tries simplifies the use of
NHibernate.  Here is a good presentation on ActiveRecord:
http://www.infoq.com/presentations/eini-verissimo-castle-active-record
(by Oren Eini and Hamilton Verissimo)


On Thu, Jun 5, 2008 at 8:42 AM, pmatos <pocm at soton.ac.uk> wrote:
>
> Hello all,
>
> Initially I thought ADO.NET was like OJB for Java, an object relational
> bridge. After some searching it just seems to be a connectivity API to
> different data sources but doesn't provide a object relational bridge. Is
> there anything similar to OBJ for C# in Mono?
>
> Cheers,
>
> Paulo Matos
> --
> View this message in context: http://www.nabble.com/ADO.NET-misunderstanding-tp17671466p17671466.html
> Sent from the Mono - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>



-- 
http://www.opgenorth.net


More information about the Mono-list mailing list