Community

How to use the EntityDataSource control with the DbContext API

(Tom Dykstra) The EntityDataSource control is designed to work with the ObjectContext API because that’s all that existed when the control was created. The DbContext API was introduced later, in Entity Framework 4.1 alongside the Code First development workflow. Since Code First and DbContext were

Read More - Register for Free Membership