views:

736

answers:

1

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)

+7  A: 

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

EisenbergEffect