I have a prism app using RIA services, and my authentication service is in a separate RIA class library.
Thank you in advance for your assistance. Our team has been spoiled by MS P&P Enterprise Library/Unity as we have made great use of the DI, Exceptions Management, Validation and Logging Capabili
I have a requirement to come up with many keyboard shortcuts and assosciate them with various m开发者_开发问答ethods. I need help on design in C#. Any specific dstrucs to use?Start with ApplicationCom
If I have the following Microsoft.Practices.Prism.Events.IEventAggregator instan开发者_StackOverflow社区ce:
Is it thread safe if i want to create an instance of some type via Prism container resolve method that was previously registered as singleton? Un开发者_开发百科fortunately i couldn\'t find any info on
I have the following case using MEF . 开发者_如何学JAVAI build my solution by many modules, each module exists in a different dll . I use MEF as a choice to compose all my project.
We are starting a WPF project that will use Prism 4. We have a designer who will design the screens using Blend / Sketchflow.
I\'m not even sure how to properly ask this question. I\'m new to Silverlight and what I\'m trying to accomplish is web application that can be referenced using hyperlinks in browser like so:
I\'m using Prism with the Microsoft WPF Ribbon, and everything works quite well, but I have a problem with contextual tabs. I define the contextual tabs in my Shell.xaml:
I want to trigger an animation whenever a property is set (say \"StatusMessages\") in my ViewModel. The developer has already had the event set up: