Building a Standard WPF Application

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
22,041
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Apr 17, 2009

Building a Standard WPF Application

  • likes, 2 dislikes

Link to this comment:

Share to:
see all

All Comments (11)

Sign In or Sign Up now to post a comment!
  • @mscott3564 totally agree, seperation of interface and business logic is critical, and without data binding, the power of wpf is completely missed

  • this is not really a good idea for use in wpf. in wpf, the interface should be seperate from the code logic. use of data binding and seperation of concerns is a critical key to making good use of wpf. With the design pattern used here, you might as well use win forms

  • 1 person if completly dumb. Why? Because the creator of this video didn't use a shitty music in his video so he could thumbs down. The creator made a pretty good tutorial. That 1 person doesn't know how to apreciate things.

  • @donzaliko "x:Name" is part of the XAML language standard. "Name" is the property of the element you create. But, because ALL WPF elements have the "Name" property, it doesn't matter which one you use. If you create your own class you must use the [RuntimeNameProperty = "Name] attribute on your class in order for this to still be true. If you DO NOT include this attribute then you MUST use x:Name.

  • guys what different is between

    x:Name="asdasd" and Name="asdasd"

    please reply

  • Question: In your OnClosing() method for Window1, why do you call base.OnClosing() first? Shouldn't you ask the question BEFORE you call the base.OnClosing() ? Otherwise I would say you're playing with fire.

  • brilliant introduction to WPF and excellent way of describing. Thank you very much for this intro and am looking this from long time

  • AWESOME introduction! I have been trying to understand the way that the windows interact with each other and this tutorial has done what those who I have asked have not been able to

  • Excellent video that shows some how to do some common items. I especially needed to know how to take information typed into a second window and get it back into the owner window. Great and to the point.

  • Thank you very much for this tutorial. Basic, easy, and the screen was crystal clear.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more