In our new project we are hoping to use entity framework 4.0. I would like to know what would be the best method from below options for accessing the database when using entity framework. development wise, maintenance wise and performance wise.
- Use LINQ queries
- Use Stored Procedures