AGhosT
AGhosT

Reputation: 123

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)

Upvotes: 5

Views: 2077

Answers (1)

EisenbergEffect
EisenbergEffect

Reputation: 3999

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

Upvotes: 7

Related Questions