Posts tagged with mvvm
Refactoring Halfwit's Coroutines to C# 5
Ditching MadProps.MvvmLight's coroutine support in favour of async/await.
MadProps.MvvmLight 2.0.0
Version 2.0.0 of MadProps.MvvmLight is out! Here's the good oil.
The MadProps.MvvmLight ScreenConductor
A new addition to the MadProps.MvvmLight contrib project
NuGet with MEF
Continuing from the previous post, we look at using MEF runtime recomposition with NuGet.
Using NuGet for Application Plug-Ins
A quick rundown on using NuGet as a "plug-in management system" for your application.
Asycnhronous Service Calls with Coroutines
Calling a WCF service asynchronously with a little help from MadProps.MvvmLight
Blocking a User with Coroutines
An example of using coroutines with MVVM Light in Halfwit
CommandBindings with MVVM
A way to use traditional WPF routed commands with the MVVM pattern.
ViewModel Resolution with Autofac
How I use Autofac to determine the correct ViewModel to use for a given Model object.
MVVM Light Activities and Exceptions
How should my MVVM Light Coroutine support handle exceptions?
MVVM Light ActivityCommand
Let's make better use of our coroutine support in MVVM Light
Coroutines with MVVM Light
A simple approach to mimicking Caliburn's coroutines with MVVM Light
An Icon Overlay Notifier for Halfwit
Halfwit lights up the Windows 7 taskbar with an icon overlay!
Halfwit Extensibility - Notifications
A rundown of Halfwit's plug-in and eventing model, focusing on new-tweet notifications.
Nested ViewModels
A way for ViewModel classes to communicate "upstream" in the hiearachy.