Thursday, March 31, 2011

Pros and cons of using EntityDataSource vs ObjectDataSource in Entity Framework?

What are the pros and cons of using EntityDataSource vs ObjectDataSource in Entity Framework asp.net based apps?

From stackoverflow
  • 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.

0 comments:

Post a Comment