We are about to start a project which involves using a Sql Server 2005 with lakhs of records. In the past I have used NHibernate with good results. But now I am evaluating Linq to entity for the data access. I have these questions on L2E,
- How good is the caching that the L2E does compared to NHibernate (basically how is the performance)?
- How easy is it to work with single .edmx file (We might have multiple developers working on these files simultaneously)? In case we decide to split the file, how easy is it to do and what are the disadvantages?
- How easy is it to mock the generated classes?
- Does it support MS Access?