I'm competent with ASP.NET programming, both web forms and MVC, but just coming up to speed with WinForms.
I assumed that I could find a walk-through/demo/tutorial on
databinding WinForm controls with Entity Framework 6.
What I've found, though, is that there are plenty of tutorials about winform databinding in general, a few on databinding to EntityFramework 4.X, but no tutorials on WinForm databinding with EF 6.
Can somebody point me to a WinForm databinding to EF6 tutorial? If not, can you provide a 1000-foot overview?
Ideally, it would also include the use of the DataGridView control and Master/Detail, Master/List scenarios.
I assumed that I could find a walk-through/demo/tutorial
What I've found, though, is that there are plenty of tutorials about winform databinding in general, a few on databinding to EntityFramework 4.X, but no tutorials on WinForm databinding with EF 6.
Can somebody point me to a WinForm databinding to EF6 tutorial? If not, can you provide a 1000-foot overview?
Ideally, it would also include the use of the DataGridView control and Master/Detail, Master/List scenarios.