Hi, I had a look at EF 4 (Entity Framework) from MS (notice I am a beginner :-). I understand its use for separation of Layer Logic as DAL.
In EF 4 I see it is possible to create code for query the Data Base, query are stored in DAL.
My questions is what could be the benefit of using SPROC with EF 4?
To me calling SPROC from the EF 4 seems not maintaining a clear division between layers.
Any 'gotchas' on topic of best practice for EF 4 and SPROC?
Thanks guys your usual great support!