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 personally more familiar with Entity Framework, I thought it would be easier to use than NHibernate. But since there isn't any official provision from Oracle, we are resistant to using it.
So my question: I have looked at the different providers 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 off with NHibernate?
Thanks for the help.