Recent Posts
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...
Creating a model class with validation support using Prism for the Windows Runtime
The Windows Runtime has no in-built support for validation. Therefore in Prism for the Windows Runtime we added functionality to allow validation of user inp...
Creating a Flyout in C++/CX
Previously I’ve blogged about creating a Flyout using Prism for the Windows Runtime. I thought it would be useful to have a similar Flyout control available ...