

To do this we are going to extend ObservableCollection to add IListSource functionality. The assembly is no longer used for Entity Framework 6 applications.Ĭollection properties must implement the IListSource interface to enable two-way data binding with sorting when using Windows Forms. If the project has a reference to, then it will be removed when the EntityFramework package is installed. In addition to the EntityFramework assembly a reference to is also added.



The application uses Entity Framework to populate objects with data from the database, track changes, and persist data to the database. This step-by-step walkthrough shows how to bind POCO types to Window Forms (WinForms) controls in a “master-detail" form.
