I am starting on a new project in WPF with MVVM. As per the Microsoft recommendations, it is advisable to use PRISM for various reasons.
Project requirements:
- Dynamic menu with menubar based on roles assigned to user (fetched from database)
- Toolbar for commonly used menu items and functionalities (again role based)
- Status bar to display general broadcast messages and other information.
- Single middle view to load screens as menu items are clicked.
Can someone guide me to a working sample (mainly dynamic menu and multiple views loading in the main region) in this regard.