Forum Moderators: open

Message Too Old, No Replies

ORM Solutions

Have you used any for .NET?

         

mattglet

3:21 pm on Jan 26, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm looking into implementing some ORM solutions for .NET. Does anyone have any experience?

I'm probably going to go with NHibernate, but just shooting this out to the crowd to get your thoughts/comments.

marcel

5:28 pm on Jan 26, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I use an adapted myGeneration [mygenerationsoftware.com] template based on the Imar Spaanjaars N-Layer Design [imar.spaanjaars.com] articles.

I have tried Subsonic, but I wasn't too happy with it, it is supposed to be very good but I couldn't get the hang of it.

I've been thinking of moving to NHibernate myself, still debating whether to use it or the Entity Framework...

mattglet

10:46 pm on Jan 26, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



From what I've read, Entity Framework v4 still has too many bugs (relative to something like NHibernate).

Personally, I'd rather use EF, but I'm not in a position where I can deal with unnecessary things if/when they come up when I could do the same thing in NH just fine.