SoulTech

MVVM: Tips when implementing INotifyPropertyChanged

The Context Pattern: Model View ViewModel (MVVM) - I'm not going to delve into the pattern itself,...

Author: ScottBurk67 Date: 06/07/2011

Why override ToString()? Use DebuggerDisplayAttribute instead

Debugging and Runtime Inspection The Visual Studio 2010 debugger is an awesome tool, no doubt about...

Author: ScottBurk67 Date: 04/05/2011

The Bridge - a pattern to leverage Managed C# code from an Unmanaged C++ code base

Building bridges from unmanaged C++ to managed C# using the CLI features [note: attached code...

Author: ScottBurk67 Date: 07/27/2010