New “How Do I” Videos Released on Entity Framework & WPF
Yesterday we released a couple more videos onto the Visual Basic Developer Center on building WPF data-entry forms with Entity Framework:
- How Do I: Hook Up and Display Validation in WPF using Entity Framework?
- How Do I: Build a WPF Master-Detail Data Entry Form Using Entity Framework?
That makes 5 videos total on working with EF in WPF applications. Others released previously:
- How Do I: Get Started with Entity Framework in WPF Applications?
- How Do I: Build a WPF Data Entry Form Using Entity Framework?
- How Do I: Create a WPF Lookup Combobox using Entity Framework?
These videos are based on articles I’ve posted here in the past. So if you like reading better that watching videos here you go:
- Data Binding WPF Lookup Combobox Values to EF Entities
- Notifying the UI when Entity References Change in Lookup Comboboxes
- Using the WPF ObservableCollection with EF Entities
- Implementing Validation in WPF on Entity Framework Entities
- Master-Detail Data Binding in WPF with Entity Framework
- Filtering Entity Framework Collections in Master-Detail Forms
There are also additional resources listed on the How Do I video pages themselves pointing to topics in the MSDN Library.
Enjoy!
Comments
Anonymous
September 05, 2009
Hi Beth, thanks bunches for the series - they sure made my getting into WPF/EF (both new to me) a lot easier! A suggestion for another video: How about a form that displays a list of records (like in a ListView or Combobox) and, upon picking one from the list, allows for editing or deleting it as well as adding a new record? While I have succeeded in doing this I'm sure my implementation is worse than it could be and I'd love to see you show us how you would do this. And if that suggestion isn't interesting enough - make sure you keep adding new videos - it's fun to watch and I love your Oops'es. :-) Best, OlafAnonymous
September 08, 2009
Hi Olaf, Thanks for the feedback! I'll add your topic suggestion to the list :-) Thanks, -BAnonymous
September 10, 2009
Thanks for the Series. How does the methods you show for Data Binding to the EF relate to M-V-VM? I really like the M-V-VM, but I'd like to use EF for a complex databases. Thanks!Anonymous
September 16, 2009
Hi David, As far as I understand it with M-V-VM there would be another layer between the entities (data model) and the UI (view) and you would bind to that instead. That way you could put a service in between your ViewModel and data model. I just started playing with EF and M-V-VM together myself via ADO.NET Data Services. -BAnonymous
December 31, 2009
Hello Beth, I´m from Honduras. I live in Tegucigalpa. I really enjoyed all your videos. They are amazing. I love WPF! Thank you very much. You have been extremely helpful.Anonymous
November 03, 2015
Where can I find the video's the links do not work now?