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
25 Apr
2012

Building IG Outlook Part 1–Setting up the Prism Application

Category:UncategorizedTag: , , , , , :

This is the first video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  This video covers how to setup a multi-platform Prism application that targets WPF and Silverlight.  I show you how to setup your directory structure, as well as the solution/project structure inside Visual Studio.  […]

Read More
23 Apr
2012

Building IG Outlook– Introduction to a Prism App

Category:UncategorizedTag: , , , , , , :

Often when learning a technology you start by searching the web.  You look for videos, blogs, articles, samples, and examples.  What you start to realize is that everything you find is very simple “demo” code.  That’s code that shows how to implement a simple feature in a non-realistic demo.  Then you start looking for “production” […]

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