What is PRISM? (Interview with Microsoft MVP, Bilal Haidar)
So here’s some little & SIMPLE Developer Tech-Talk that I did with one of the Lebanese Microsoft MVPs a while ago :
What is PRISM?
PRISM is a Composite Application Library that is a guidance provided by Microsoft Patterns & Practices team to support WPF (Windows Presentation Foundation) and Silverlight.
it Promotes developing modular applications, where you compose an application out of several modules that get loaded either at startup or on demand.
Each module loads its own UI, and all those modules get composed into a main shell, i.e. Main screen
PRISM provides event aggregation to support communication between diff modules
Prism promotes presentational design patterns such as MVVM through the use of commands, where a command is fired on the UI and gets handled in the view model.
A Big Thank you for Bilal Haidar, we hope to see him in Dev Events more often
…
PS: Although Bilal is also a very Confident Public Speaker and Trainer… for some reason, when we were filming the interview… he had some hard time not to laugh
…. Check out the MAKING OF Video
Cheers,
SC



Comments