Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight Navigation using Mvvm-light(oobe)+MEF?

What is the best approach for navigating between UserControls/Pages(out of browser experience)? I'm fairly new to Silverlight and even newer to the mvvm pattern.

How well does the Navigation Framework Integrate with the MVVM Light Toolkit? A snippet for general application flow control with the two would be great.

The plan was to use the Navigation Framework for general flow or using Jeremy Likeness's approach to region management(http://csharperimage.jeremylikness.com/search/label/regions) and swapping out regions as needed. I've seen a few places mention replacing the Visual Root, but that sounded like a hack to me.

Any advice, snippets, or a nudge in the general direction would be greatly appreciated.

Thank you.

like image 267
deliberative assembly Avatar asked Nov 15 '22 11:11

deliberative assembly


1 Answers

You may find the following post useful: SL4 Navigation Template with MVVM Light

like image 147
john_man Avatar answered Jan 01 '23 05:01

john_man