Good day! While working with EF and WinForms, it was difficult to add the Entity Data Source element.
I connected to ADO.NET EDM using Code First. And standard type operations:
db.Tools.Load(); dataGridView1.DataSource = db.Tools.Local.ToBindingList(); are performed.

ADO.NET. - Denis Bubnov