Prism & Silverlight: Part 5 - Moving to a Modular Silverlight Project
- Posted: Oct 27, 2009 at 3:30 AM
- 27,436 Views
- 5 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
This is part 5 of a 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.
In talking to customers building business applications with Silverlight I find that Prism (and it's friend
Unity) is frequently mentioned but not everyone has seen it and so I thought I would explore it myself and capture some of the results of that exploration here.
We start off with some fairly basic code which we move towards making use of dependency injection and modularity;
and then we move that code into the Silverlight world and try to illustrate some specific areas of Prism;
and then finally we try and bring some of these concepts together in a longer, more realistic example of a simple Email application built using the Prism framework - warning, this is a much longer session but I wanted something that draws things together;
The recommendation would be that you watch the 10 screencasts in order but if that feels like too long a process or if you're already very familiar with concepts like dependency injection and containers like Unity then perhaps watch the last screencast first
and then refer back to the previous screencasts if certain areas need more illumination.
I put the source code for Video 10 here for download as it's a bigger set of source and something you might want to explore after the video - this does not necessarily
represent "best practise" but is, instead, just meant to illustrate some of the Prism ideas.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Video 5 is corrupted or something. Viewing it online and downloading it both yield the same result - the video ends prematurely somewhere around 5:30.
Hi,
I just watched the High Quality WMV from 5mins to 7mins and it seemed ok - maybe a temporary blip?
Mike.
Hi Mike,
Firstly- thanks for sharing such wonderful videos.
I have a small Quesiton. Lets take email client application (Part 10).
You have 2 folders (Inbox and SentItems) and you fire events when somebody selects folder and data gets changed in Mail View region.
My Question is: Does the server trip happens everytime user clicks on Inbox and Sent Items. Because what if data is too huge- in that case user need to wait for few seconds. OR
Does the data get cached out once each request is made and all subsequent request will be served from cache.
Thanks,
Sachin.
AWSOME Video step by step very clear. May i suggest another video as the next step PRISM + MEF with MVVM. Would you please consider a video on that
Thanks
hi Mike,
Excellent post. Some feedback: Instead of loading from a Xaml file it is better to read from App.Config file using the ConfigurationModuleCatalog class. Its probably faster and more elegant.
Great work again,
VJ Koganti
United Kingdom.
Remove this comment
Remove this thread
close