Posted By: Kathleen McGrath | Jul 29th @ 9:55 PM | 44,781 Views | 11 Comments
In this interview, programming writer, McLean Schofield, demonstrates how to bind WPF controls to an entity data model, using Visual Studio 2010 Beta 1. You can also learn more in the topic: Walkthrough: Binding WPF Controls to an Entity Data Model.

Kathleen McGrath
Visual Studio User Education
http://blogs.msdn.com/kathleen
Rating:
0
0

Seems too scripted and not natural. Video should have been just one person presenting.

cadprogrammer
cadprogrammer
cadprogrammer

Great tutorial! Thank you

 

I followed along till Creating Data-Bound Controls section, when I click on the Show Data Source, Data Source window is NOT showing up the AdventureWorksLTEntities item. What am I missing? Please help, I am new to Data Model

-SB

 

Hi, cadprogrammer,

Which version of Visual Studio are you using? The Data Sources Window support for EDM is recently enabled in Visual Studio 2010 Beta1.

 

-Yang

I missed that it was Studio 2010 too, I was getting excited by the possibility of putting it to use until then!

 

Good walkthrough though, cheers.

This type of demo really doesn't help people understand the Model-View-ViewModel pattern which, from my understanding, is the future of WPF development.  This feels very much like a WinForms demo.

 

Brian

That's a good video but not so parctical to real world scenario.

Since most of current development is tier based the last thing the programmer wants to see is how the DAL getting used directly from within the GUI. how do I get XAML to bind to my BL output objects in that same easy way is what I miss here.

Thanks for the video. I was wondering how to detect changes. Say you only want to enable the save-button when something has been changed. How would you do that?

Microsoft Communities