Caliburn
A framework for WPF and Silverlight applications, facilitating a variety of UI patterns such as MVVM.
Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms.
Others
Example |
---|
Prism is more of a modularity framework and caliburn is more of a mvvm framework i know both have overlapping features but it would be great to take best features from two frameworks when they are combined from question Cannot find any sampes for Caliburn Micro with Prism |
For smaller apps caliburn micro provides a simpler framework;to me prism is especially useful when you need to define regions in your application from question WPF: Is Prism overkill for small apps? |