I am playing around creating a demo prism application.The application I have has a shell project and another module that has a prism service and a view (and a view-model).(mostly based off of Mike Tau
I have MEF/Prism 4 project for which I can resolve imports via the ImportingConstructor, but not via field imports in the same class.
I am getting a bit frustrated with prism.Something that should be so easy is really getting me stuck!
It\'s my first time with SL (but not WPF). Im learning PRISM watching the great videos of MTaulty: http://channel9.msdn.com/blogs/mtaulty/prism--silverlight-part-1-taking-sketched-code-towards-unity
I am facing a problem of \"design time support\" best practices. I am using PRISM, and my objects are created by a DI container. Lets assume the following simple scenario:
I was following an example found here on StackOverflow, and everything went well until I need to register my types.
I\'m having problems attaching an uncheck command to a checkbox. Or more correct, I do not know how to code it. Here\'s my code for the check command, how should it look to get uncheck also working?
I am developing a silverlight application for the past 6 months using prism framework. When I look at the code base now it has grown huge with lots of modules, event aggregators, inter module communic
I am playing around with the WP7 SDK and the Prism for WP7 beta and have come across a problem I can\'t figure out (or even a workaround for).
I am trying to add a tracing interceptor to all the components of my Prism application using an interface interceptor.I almost have this working however the interceptor is having problems with interfa