I have little bit knowledge on Entity Framework.As we can do almost all operations using MS Application Block,What are the benefits do we gather using Entity Framework ?
A:
Try searching through this resource. This question was raised to many times... boring.
Restuta
2009-12-21 14:27:10
Not a useful answer
Jeremy
2009-12-23 21:29:01
Agreed, but answering on the same questions for people who can't use search is really boring.
Restuta
2009-12-24 08:48:24
+1
A:
MS Application Blocks are meant to help you add standard functionality to your applications without hand-rolling the code yourselves.
The Entity Framework is an ORM (Object-Relational Mapper) that is meant to make mapping the data in your database to Objects in your code seamless.
Two completely seperate tools.
Justin Niessner
2009-12-21 14:28:25