Wpf class





Wed, 01 Dec 2010 23:54:50 -0700

David Wynne's Blog : WPF, Model-View-ViewModel (MVVM), MEF and ...

by Wpf class  @ Wed, 01 Dec 2010 23:54:50 -0700
Stuart Harris and I have been working on a new WPF project of late, one aspect of which needed to support a plug-in type model so we decided to try out MEF (Managed Extensibility Framework) and were both pretty impressed – as Stu has been ... View's Data Context set to a ViewModel via a specific property on the ServiceLocater class; ServiceLocater class setup as a Resource in App.xaml (so instantiated for us and available to everything); ServiceLocater exposes a property ....

Tue, 30 Mar 2010 01:33:55 -0600

"Minimize to tray" Sample Implementation For WPF

by Wpf class  @ Tue, 30 Mar 2010 01:33:55 -0600
This feature didn't seem to be directly supported by WPF, so I searched the web a bit. What I found after a minute or two of searching was plenty of questions about how to implement this, a few suggestions, and not a lot else. ......

Sun, 20 Sep 2009 00:02:58 -0600

BSDG – PRISM/MVVM for WPF Presentation Sample Code | Elegant Code

by Wpf class  @ Sun, 20 Sep 2009 00:02:58 -0600
BSDG – PRISM/MVVM for WPF Presentation Sample Code. June 5th, 2009. As promised, I am posting the sample code I covered in the presentation for everyone to download and start playing with. If you have any questions or would like me to ......

Sun, 20 Sep 2009 00:02:58 -0600

John Rayner's Blog : WPF/E: A glass button

by Wpf class  @ Sun, 20 Sep 2009 00:02:58 -0600
In the meantime, here's a WPF/E sample I've been meaning to post for some time. Essentially it's a button that looks like it's made of glass. The button pulsates when you hover over it and glows when it's pressed. ......

Sun, 20 Sep 2009 00:02:58 -0600

WPF Designer sample code is posted

by Wpf class  @ Sun, 20 Sep 2009 00:02:58 -0600
If you want to author custom design-time experiences for your WPF controls, this is a good place to start. We have samples for custom adorners, context menus, property value editors, and advanced scenarios. ......

Sun, 20 Sep 2009 00:02:58 -0600

David Wynne's Blog : WPF/Silverlight Controls: Generic ...

by Wpf class  @ Sun, 20 Sep 2009 00:02:58 -0600
After a bit of a 3-way messenger convo with Rich and Matt there were 3 options on the table, none of which were without flaw: create a base class to contain our generic GetTemplateChild() method, use reflection to cheat, or implement ......

Sun, 20 Sep 2009 00:02:58 -0600

Logical Structure of WPF Class Library « Zeeshan Amjad's Blog

by Wpf class  @ Sun, 20 Sep 2009 00:02:58 -0600
WPF class library is a huge library and for easy management it is brown down into multiple logical grouping. Just like rest of the .Net class libraries, such as ADO.Net, Windows Form etc, WPF also uses namespace to define logical ......

Sun, 20 Sep 2009 00:02:43 -0600

WPF N-Tier using Entity Framework

by Wpf class  @ Sun, 20 Sep 2009 00:02:43 -0600
Project type Class Library; NoiaBLL – represents the Business Logic Layer. Project type Class Library; NoiaUI – will take care of User Interface layer. Project type WPF Application; NoiaEF – which will contain Entities. ......

Sun, 20 Sep 2009 00:02:43 -0600

Applications Using WPF - Mike Taulty's Blog - Mike Taulty's Blog

by Wpf class  @ Sun, 20 Sep 2009 00:02:43 -0600
A common question around technologies like WPF is; “Who's using this?” and I picked up a really slick brochure the other day with some great references around customers using WPF across lots of different kinds of applications and so I ......

Sun, 20 Sep 2009 00:02:43 -0600

WPF TreeView MVVM : Pro Freelance Projects

by Wpf class  @ Sun, 20 Sep 2009 00:02:43 -0600
I would like to recreate the form shown in the attached jpg using WPF TreeView and ListView getting data from a sql server database such that is could be used....