PRISM INavigateAync Version 7 for WPF - wpf

I'm new to PRISM, and with this screen shot..
It shows that Version 6 is legacy, but the navigation for version 7 is blank (?). Can I be pointed to an example of INavigateAsync ? What am I Missing?

https://github.com/PrismLibrary/Prism-Documentation/issues/28
Docs for WPF Prism 7 has not been written yet

Related

How can I find out whether you are using WinUI 2 or WinUI 3?

Currently, I try to learn how to use UWP UI component, in WPF application.
I'm following the examples in https://github.com/rvinothrajendran/XamlIslands
However, may I know, how can I find out, whether the example is using WinUI 2, or WinUI 3?
Thanks.
If you look in the WPFXamlTemplate.csproj file, you'll see that it has a <PackageReference> to Microsoft.Toolkit.Wpf.UI.Controls 6.0.0-preview5.
This is known as the Windows Community Toolkit which is a separate project from Win UI.
It uses XAML Islands host the native UWP controls in the WPF application.

Missing documentation for Prism 7 WPF

When I visit https://prismlibrary.com/docs/wpf/ most of the topics in the left hand navigation menu have no content. Is there something wrong with the site or is there somewhere else I should be looking. I am trying desperately to work through converting an older Prism 6 app to Prism 7 and there are so many breaking changes that I am unable to find any documentation to explain what the new approach should be. Most of the WPF samples on GitHub, also use Prism 6 not 7.
enter image description here
Brian Lagunas, who owns Prism had started working on the docs for Prism 7 on his twitch stream. But they never got completed, which is why you only see sections defined and no content added
Check out his youtube channel (https://www.youtube.com/brianlagunas), there are videos on Prism. He also streams tuesdays and thursdays on twitch.

WPF 4.6: the type Galasof.MVVMLight.Platform is building with an old version of blend

I have a project that I am creating with VS2015 and I have updated my MVVM Light packge with the last one, version 5.1.1.
But in my XAML editor, I can see my controls because i get an error that says that the type Galasof.MVVMLight.Platform is building with an old version of blend and is not supported on windows presentation fundation 4 project.
So I would like to know if there is any way to solve this problem.
Thank so much.

Build similar Windows Phone 7 animated buttons

Does anyone know a tutorial an how the buttons from the main screen of the Windows Phone 7 were build in Silverlight ?
Thanks.
Take a look at the HubTile control from the wp7 toolkit. It might be what you are looking for. :)

Silverlight 4.0 is getting closer to WPF?

I am developing WPF applications and playing with Silverlight for fun. If you had experience with both WPF and Silverlight older versions can you tell if in 4.0 are they getting closer or growing apart?
What about Silverlight for Windows Phone 7?
Thanks
Here's a complete list of differences:
http://msdn.microsoft.com/en-us/library/cc903925(v=VS.95).aspx
Silverlight for Windows Phone 7 is a branch of a subset of Silverlight 3 from what I was told at a WP7 developer event.

Resources