This text file contains example code from: Chapter 18 - Service-Oriented Presentation Layers with .NET Book - SOA with .NET & Windows Azure: Realizing Service-Orientation with the Microsoft Platform Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl (www.soabooks.com/community) Certification - These examples are used as part of the Certified SOA .NET Developer curriculum (www.soaschool.com) <programlisting linenumbering="unnumbered"><UserControl x:Class="FirstModule.Views.FirstModuleView" xmlns="http://schemas.microsoft.com/winfx/ 2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Grid x:Name="LayoutRoot" Background="White"> <<emphasis role="pd_red">TextBlock Text="Static FirstModule"</emphasis> Foreground="Green" HorizontalAlignment="Center" VerticalAlignment="Center" FontFamily="Calibri" FontSize="24" FontWeight="Bold"> </<emphasis role="pd_red">TextBlock</emphasis>> </Grid> </UserControl></programlisting> </example>