ORM For .Net ON Oracle
Posted
by moi_meme
on Stack Overflow
See other posts from Stack Overflow
or by moi_meme
Published on 2010-04-05T02:34:15Z
Indexed on
2010/04/05
2:43 UTC
Read the original article
Hit count: 457
I'm gonna start a new project soon, using .Net 3.5 and Winform on an Oracle database. We were planning on using an ORM, NHibernate was suggested by our architect. Since I'm personnaly more familiar with Entity Framework, i thought it would be easier to use than NHibernate. But since there aren't any official provider from Oracle, we are resistant on using it.
So my Question, I Looked at different provider available and found some:
- DevArt
- DataDirct
- EFOracleProvider
So I'd like to have some feed back on each of them, pros and con, missing feature, stuff like that, from those using them, and know if we're better of with NHibernate?
Thanks for the help.
© Stack Overflow or respective owner