<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by GauthamShetty86</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/GauthamShetty86/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by GauthamShetty86</title>
		<link>http://channel9.msdn.com/Niners/GauthamShetty86/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/GauthamShetty86/Discussions</link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 22:54:55 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 22:54:55 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Site Feedback - Load Module ondemand</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">joechung said:</div><div class="quoteText">
<p>Try posting this on the MSDN forums. This forum is for feedback for the Channel 9 site.</p>
</div></blockquote>
<p>Do you mean <a href="http://www.silverlight.net">www.silverlight.net</a> forms?
</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;If so I already posted&nbsp; this&nbsp;query</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/515834-Load-Module-ondemand/10ed3f471e6c4adf81269dea00fbc73b#10ed3f471e6c4adf81269dea00fbc73b</link>
		<pubDate>Sat, 26 Dec 2009 08:47:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/515834-Load-Module-ondemand/10ed3f471e6c4adf81269dea00fbc73b#10ed3f471e6c4adf81269dea00fbc73b</guid>
		<dc:creator>Gautham Shetty</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/GauthamShetty86/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - Load Module ondemand</title>
		<description><![CDATA[<p><div>
<p>&nbsp;Hello,</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have gone through the video you have mentioned.</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; Although many doubt regarding EventAggregator, UnityContainer, RegionManager where solved. But I am failed to get a Answer Regarding:</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; In my project I have&nbsp; to Navigate as if&nbsp;&nbsp; &quot;Shell&quot;&nbsp;&nbsp;&nbsp; conatin two region ToolBar &#43;( (Common Module(LoginViews))--------&gt; Module A or Module B or Module C)</p>
<p>&nbsp;</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; Here &quot;Common Module&quot; Can be Considered as &quot;login module&quot;. After login the user will choose the application namely &quot;Module A&quot; or &quot;Module B&quot; or&nbsp; &quot;Module c&quot;. &nbsp; &nbsp; Each module as number of&nbsp; &quot;sub-Module&quot; say &quot;View&quot;s Expect&nbsp; for &quot;login Module&quot; .Please help
 with an Idea.</p>
<p>&nbsp;</p>
<p><strong><u>&nbsp; &nbsp; &nbsp;&nbsp; my&nbsp; shell .Xaml code:</u></strong></p>
<p>&lt;UserControl x:Class=&quot;Forte.UI.Shell.Page&quot;<br>
&nbsp;&nbsp;&nbsp; xmlns=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml&#47;presentation&#34;</a><span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp; xmlns:x=&quot;<a href="http://schemas.microsoft.com/winfx/2006/xaml&quot;">http&#58;&#47;&#47;schemas.microsoft.com&#47;winfx&#47;2006&#47;xaml&#34;</a><span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp; xmlns:Controls=&quot;clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls&quot;<span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp; xmlns:Regions=&quot;clr-namespace:Microsoft.Practices.Composite.Presentation.Regions;assembly=Microsoft.Practices.Composite.Presentation.Silverlight&quot;<span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp; xmlns:controls=&quot;clr-namespace:Blacklight.Silverlight.Controls;assembly=Blacklight.Silverlight.Controls&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;Grid x:Name=&quot;LayoutRoot&quot; HorizontalAlignment=&quot;Center&quot; ShowGridLines=&quot;False&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Grid.RowDefinitions&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;RowDefinition Height=&quot;Auto&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Grid.RowDefinitions&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ItemsControl x:Name=&quot;MainToolbarRegion&quot;<span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;Regions:RegionManager.RegionName=&quot;MainToolbarRegion&quot;/&gt; ---------------&gt;<strong>This region contains &quot;Menu&quot;&nbsp; it will not change<span class="Apple-converted-space">&nbsp;</span></strong>&nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span><br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Grid Margin=&quot;5,135,5,0&quot; HorizontalAlignment=&quot;Center&quot; VerticalAlignment=&quot;Center&quot;&gt;&nbsp;&nbsp; &nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;controls:ClippingBorder x:Name=&quot;MainRegion&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ----------&gt;<strong>This region load all module's view at presen</strong>t<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HorizontalAlignment=&quot;Center&quot;&nbsp;<span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BorderThickness=&quot;0&quot; CornerRadius=&quot;10&quot; ClipContent=&quot;True&quot;<span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Visibility=&quot;Visible&quot;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Grid&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/Grid&gt;<br>
&lt;/UserControl&gt;</p>
<p>&nbsp;</p>
</div></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/515834-Load-Module-ondemand/515834#515834</link>
		<pubDate>Thu, 24 Dec 2009 13:45:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/515834-Load-Module-ondemand/515834#515834</guid>
		<dc:creator>Gautham Shetty</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/GauthamShetty86/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>