RegionManager - Rudi Grobler

Browse by Tags

All Tags » RegionManager (RSS)

Learning PRISM – Getting Started…

Now that we have covered Unity and Modularity , we can start cutting into the meat of PRISM! 2 more fundamental concepts do need a little explaining… I will cover them as I get to them. One of the big changes in PRISM is the way the application gets loaded and how it shows the main window. PRISM rely on a Bootstrapper (Or more specifically, the UnityBootstrapper) to create the Shell and ModuleEnumerator  The shell is the main window. Lets build our “Hallo World” Create a new WPF Application...