SIlverlight Navigate: how does it work? How would you implement in f# w/o VS wizards and helpers?
- by akaphenom
After a nights sleep the problem can be stated more accurately as I have a 100% f# / silverlight implementation and am looking to use the built in Navigation components. C# creates page.xaml and page.xaml.cs um - ok; but what is the relationship at a fundamental level? How would I go about doing this in f#?
The applcuation is loaded in the…