Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for Composite Application Guidance.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Dec 04, 2009 (4 days ago)

    Mike Taulty has posted a very good resource to learn more about Prism.

    Mike Taulty has published an excellent series of screencasts illustrating some of the ideas found in "Prism" or the "Composite Application Guidance" from the Patterns and Practices team that can be used to build Silverlight applications in a way that lends itself to testability and modularity.



  • 0 comments  /  posted by  Silverlight Show  on  Nov 02, 2009 (1 month ago)
    Vincent Leung reports this minor update of the Composite Application Guidance for WPF and Silverlight which allows you to use the Composite Application Library with Silverlight 3.

    The following changes were implemented in this release:

    • All Visual Studio projects (Composite Application Library, reference implementation, and Quickstarts) were migrated to use Silverlight 3. If you do not want to upgrade to Silverlight 3, see Opening Projects with Silverlight 2.
    • TabRegionControlAdapter was modified to support binding in the TabItem’s control header in Silverlight 3. This feature was present for Silverlight 2 but stopped working in Silverlight 3 due to a breaking change. It now supports both versions of Silverlight. [...]
  • Decoupled ChildWindow Dialogs with Prism in Silverlight 3

    0 comments  /  posted by  Silverlight Show  on  Oct 19, 2009 (1 month ago)

    In this article Jeremy Likness demonstrates how to build decoupled ChildWindow dialogs using Prism.

    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 available. This article demonstrates one solution using Silverlight and the Composite Application Guidance library, also known as Prism.

  • Composite Application Guidance for WPF & Silverlight (Prism-v2) Reference Implementation Using Silverlight 3 Validation

    1 comments  /  posted by  Silverlight Show  on  Jul 16, 2009 (4 months ago)

    In this post Damian Schenkelman compares the validation provided by the RI to the one that comes with Silverlight 3.

    I came up to the conclusion that the approach provided by p&p is pretty similar to one of the approaches Silverlight 3 allows related to validation. You can watch this video about Silverlight 3 Validation which explains some of the possibilities you have.

    After that I decided to replace the RI’s validation using Silverlight 3 and was able to do it with some minor changes (you can check the OrdersDetailsView and OrdersDetailsPresentationModel which have most of the changes).

  • Prism v2 now supports WPF and Silverlight

    0 comments  /  posted by  Silverlight Show  on  Feb 18, 2009 (9 months ago)

    Adam Kinney announced that Composite Application Guidance, also known as Prism, version 2 has been released. 

    One of the questions that’s often asked is how to develop Silverlight and WPF applications that share the same code.  Prism v2 provides a tool called ProjectLinker that manages some of the bookkeeping Blaine mentions in the video.  You simply create a class file in one project, link it to the other and the tool will keep them synchronized as you edit.