Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Wow, its been quite the journey but here we are finally at the end. To restate the previous articles...
Date: 08/28/2014
To restate where part 3 ended – We have migrated all the buttons and TextBox to use the...
Date: 08/28/2014
To restate where part 2 ended – We took the MyCalc app and created an empty ViewModel class....
Date: 08/21/2014
To restate where part 1 ended - We have our Windows App, MyCalc, which currently has no ViewModel...
Date: 08/21/2014
There is an increasing trend for Microsoft platforms to build what is called a “Universal...
Date: 08/20/2014
One of the challenges in building a UI application is correctly using the UI thread. This is a...
Date: 12/28/2010
Launching a child window inside MMC 3.0 from managed code isn’t easy. Different APIs are required...
Date: 12/22/2009
Actually the title of this article should be entitled “How to use WeakEventManager with ICommand...
Date: 05/29/2009
When my team first starting hitting “memory leaks” due to event handlers we investigated a variety...
Date: 05/28/2009
One cool thing about DependencyProperties is the ability to have AttachedDependencyProperties (or...
Date: 05/27/2009
On a WinForms project in the past we were working on scalability and performance. One of the things...
Date: 05/27/2009
The Issue Recently a friend asked a question about ObservableCollection. The question was how to do...
Date: 04/20/2009
There have been several great blogs and articles about the Model-View-ViewModel pattern lately. I...
Date: 03/13/2009
Recently I was asked to modify one of my controls so the user of the control could get the proper...
Date: 02/02/2009
I've been working on a problem of having a "popup" control in my project. For various reasons the...
Date: 11/05/2008
In my project we always deal with live data - that is data from the Data Model may change at any...
Date: 11/03/2008