Hey,

I was wanting to get peoples impressions of the Entity Framework and LINQ.

I like the idea of having the mapping of classes to the relational databe handled but as I understand it for this to work we have to use LINQ.

My manager isnt keen on having query code in the business end as he is adament that this should be handled by Stored Procs by the DBA's. His argument is that they are better placed to build tuned queries in SQL Management Studio.

Any peopples thoughton the above is appreciated.