NHibernate (or other worth recommendation ORM), real life example?
Posted
by
migajek
on Stack Overflow
See other posts from Stack Overflow
or by migajek
Published on 2011-02-19T23:04:56Z
Indexed on
2011/02/19
23:25 UTC
Read the original article
Hit count: 176
I'd like to learn database applications in C# and I'm about to select some framework. I heard many recommendations of NHibernate, however I haven't decided yet.
Anyway, I'd like to know if there's any real-life example (with sources) of NHibernate in C#, to learn best practices etc.? I know all of them are probably covered in the docs, but working example helps a lot understanding the proper development pattern.
© Stack Overflow or respective owner