Assuming the following view model definition: public class MyObject { public string Name { get; set; } }
I \'musing PRISM and in the Bootstrapper class i did override the ConfigureContainer() method. There is nothing fancy in it just these lines:
I\'m playing around with Surface and I\'m trying to use a scatterview as a module region. <s:ScatterView cal:RegionManager.RegionName=\"{x:Static common:RegionNames.MainRegion}\"></s:Scatte
With Visual stuido 2010, it\'s simple to set up SL4 to debug with an out-of-browser installed app.I followed the instructions from here and everything seems to set up fine.Debugging from the browser r
I\'m working on implementing an event aggregation with Prism. I have a few modules, and I want each of them to subscribe to events that tells them when they are requested. I started out doing an all p
I\'m using Prism and the Unity IoC container that comes along with Prism. However, I\'d like to use a different IoC container if that\'s doable. So; is it? Preferrably I\'d like to use StructureMap. N
I have a Silverlight Prism application that includes a toolbar module with login controls.I currently have a module in开发者_如何学Go the main region set to InitializationMode.OnDemand in the Bootstra
I\'m building Silverlight applicaitions using Prism and MVVM. When calling WCF serv开发者_运维问答ices on your own server, or even external webservices like the Bing api, would this be done from the
I\'ve got this Silverlight Prism application that is using MVVM. The model calls a WCF service and a list of data is returned.
I have often times wondered about it but now that I have encountered a piece of logic that incorporates it, I thought I should go ahead and get some help on deciphering the fundamentals. The problem i