What are the pros and cons of using EntityDataSource vs ObjectDataSource in Entity Framework asp.net based apps?
views:
1423answers:
1
+4
A:
Basically EntityDataSource is build to support Entity Framework entities for features like sorting, filtering, inserting, deleting etc... If you use the ObjectDataSource you will have to do this on your own.
JohannesH
2009-02-17 00:16:10