Prism WPF reference architecture step by step. Based on @brianlagunas impressive series in youtube but using Windows Ribbon control.
Steps definition:
- Step 1: Added Prism blank project using Prism template pack v2.3.0 visual studio marketplace template.
- Step 2: Modules added.
- Step 3: First navigation with registerViewForNavigation.
- Step 4: CustomRegionAdapter Demo.
- Step 5: Shell configured and controls added. Try to navigate yourself!
- Step 6: Navigation and creation of the navigation tree... But Houston we have a problem can you solve it? :-)
- Step 7: Fixed navigation problems with ribbonTabs and connection of the navigation tree with the list in the mail project. Do you want to implement it in Calendars and Contacts?
- Step 8: Connected the navigation tree of all modules with the list.
- Step 9: Sharing viewModel between Ribbon and List.
- Step 10: Splash screen.
- Step 11: Implemented mail service in the mail project Can you implement a service in the calendar and contacts projects?
- Step 12: Binding data to the mail grid.
- Step 13: Launch dialog from the new button and the context menu in the mail project.
- Step 14: Testing fluent ribbon and playing with static resources.
- Step 15: Push to master to test Automapper
This repository is under construction, please check it from time to time for the latest updates.
Recommended resources: