Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PRISM and Caliburn combined

I am already using Prism, especially the following areas: EventAggregator, RegionManager, Commanding, Dependency Injection (through Unity obviously) Have you used Prism in combination with Caliburn? Which benefits did it offer you? How does Caliburn integrate with Silverlight's Navigation framework? And would you recommend using both frameworks simultaneously? (obviously it depends on your scenario, I'm specifically referring to a LOB application, with a lot of users)

like image 955
AGhosT Avatar asked Dec 03 '09 14:12

AGhosT


1 Answers

Caliburn actually has a component that adds integration with Prism. Here's a link to the docs that should provide you with some resources http://caliburn.codeplex.com/wikipage?title=BlogsArticlesProjects&referringTitle=Documentation

like image 200
EisenbergEffect Avatar answered Oct 02 '22 23:10

EisenbergEffect