Recent Posts
Prism for the Windows Runtime documentation now available in 10 additional languages
The documentation for Prism for the Windows Runtime has been localized into 10 additional languages. Including the American English original, that means it’s...
Improving code quality by using NDepend
Over the past few years I’ve been using many of the tools included with Visual Studio to analyse my code. This has included running code metrics, examining t...
Event subscription filtering using Prism for the Windows Runtime
Previously I’ve blogged about how to perform event aggregation using Prism for the Windows Runtime. When a publisher invokes the PubSubEvent<TPayload> ...
Event aggregation using Prism for the Windows Runtime
Previously I’ve blogged about how to perform validation using Prism for the Windows Runtime. In this blog post I’ll demonstrate how to use Prism for the Wind...
Notifying the user of validation errors using Prism for the Windows Runtime
Previously I’ve blogged about how to create a model class with validation support by using Prism for the Windows Runtime. This was achieved by deriving the m...