1 Jun
2012

Building IG Outlook Part 4 – Creating Custom Region Adapters

This is the fourth video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  In this video we create custom region adapters for the Infragistics XamRibbon and XamOutlookBar controls that are defined as regions in our application’s shell. The code you really care about are the two […]

Read More
31 May
2012

Building IG Outlook Part 3 – Creating the Mail Module

Category:UncategorizedTag: , , , , , , :

This is the third video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  In this video we will create the first module in the application called the Mail module.  We concentrate on just stubbing out the module project, creating a module catalog, adding the Mail module […]

Read More
30 May
2012

Building IG Outlook Part 2 – Creating the Shell

This is the second video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  In this video, I walk you through creating a shell for both the WPF and Silverlight platforms.  This is a relatively short video, because shells are just so stinking easy.  The only concept […]

Read More
18 Apr
2012

Create a Custom Prism RegionAdapter

Don’t want to read the article?  Watch the video tutorial on Xaml TV. Prism provides 4 region adapters out of the box for you: ContentControlRegionAdapter SelectorRegionAdaptor ItemsControlRegionAdapter TabControlRegionAdapter (Silverlight only) Well, what happens when you want to use a different control as a region host?  Simple.  You need to write a custom region adapter for […]

Read More
4 Nov
2011

Free Pluralsight Prism Training

I am excited to announce that Pluralsight and Microsoft’s Patterns & Practices team have joined forces to provide you with free access to over 4 hours of online Prism training.  That’s right, you heard me correctly. FREE online Prism training sponsored by the one and only Patterns & Practices team.  I know you have some […]

Read More
5 Jun
2009

BSDG – PRISM/MVVM for WPF Presentation Sample Code

As promised, I am posting the sample code I covered in the presentation for everyone to download and start playing with.  If you have any questions or would like me to discuss a specific aspect in more detail just drop me a line. Download the Presentation Source.  This contains the all sample code that I […]

Read More