Browse by Tags

All Tags » Prism » codeproject
  • Decoupled ChildWindow Dialogs with Prism in Silverlight 3

    A common user interface component is the confirmation or message box, which is often presented as a dialog returns a boolean (OK/Cancel). There are a variety of ways to achieve this, but how can you decouple the implementation of the popup from the request itself? This is necessary, for example, for unit testing when you may not have a UI ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on September 29, 2009
  • A Twist on the Observer Pattern

    The observer pattern is well established and used. The typical scenario is to register to an class and then allow your Notify method to be called. This often involves keeping an internal list of observers and then iterating them to notify that something has changed. I had a situation recently that warranted a lighter weight approach that allows a ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on September 23, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems