In a silverlight composite application, is it possible to implement navigation, so that the back and forward buttons would be functional开发者_如何学Go?Take a look at this article (http://csharperimag
WPF Visualizer Visual Tree canvas canvas.Children.Add poly |> ignore Specified Visual is already a child of another Visual or
All QuickStarts and RI examples in the CAG documentation are good but I lack the more Enterprise scale examples.
I\'ve got an little tool similar to the Windows Control Panel. The tool allows us开发者_如何学运维 to manage users, configure databases, manage scripts, etc.
Should the loading of OnDemand Prism modules work in an OOB scenerio? If so, I cannot seem to make it work. Everything is currently working in browser without any problems. Specifically I:
I\'m having trouble where to put our data model in our Prism 开发者_JAVA百科app.Most, if not all or our data will be coming from web services and the web services are unique for each module.Unfortunat
I am trying to un开发者_高级运维it test my ViewModel and my SaveItem(save, CanSave) delegate command.I want to ensure that CanSave is called and returns the correct value given certain conditions.Basi
I have found this link http://smartclient.codeplex.com/which has some updates for vs 2010 .... I don\'t know but i always seem to get confused i.e. lack of documentation etc.....
Is this thread-safe? The EventAggregator in Prism is a very simple class with开发者_JS百科 only one method. I was surprised when I noticed that there was no lock around the null check and creation of
What would be the best way to implement NLog in my Prism / CAL WPF application. This might be an amateur question, I am a bit new to the whole Prism fra开发者_如何学Gomework :)