The platform is ASP.Net 3.5sp1, with an Oracle db. We've considered both MyGeneration and Entity Framework for time and convenience in the DataLayer (and maybe some base classes in the Business Layer).
My questions are:
1) Any pros and cons of using Entity Framework vs MyGeneration?
2) Any thoughts on using MyGeneration to generate code that would use Entity Framework?
I'm hoping for feedback from developers with experience in both, but any feedback is welcome.
Research we have done so far: We have a team member who is proficient in MyGeneration. We've watched several tutorial videos and read intro docs of Entity Framework.
Note: We are aware of the need to purchase an Entity Framework data provider for Oracle if Entity Framework is a part of the solution.
Also, we are aware of Entity-Spaces, but it does not appear to be a candidate for other reasons.
Thanks in advance!