<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CoreCLR&#039;s Blog</title>
	<atom:link href="http://coreclr.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://coreclr.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Mar 2011 20:37:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='coreclr.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CoreCLR&#039;s Blog</title>
		<link>http://coreclr.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://coreclr.wordpress.com/osd.xml" title="CoreCLR&#039;s Blog" />
	<atom:link rel='hub' href='http://coreclr.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Display a messagebox from the ViewModel using Prism&#8217;s InteractionRequests</title>
		<link>http://coreclr.wordpress.com/2011/01/05/display-a-messagebox-from-the-viewmodel-using-prisms-interactionrequests/</link>
		<comments>http://coreclr.wordpress.com/2011/01/05/display-a-messagebox-from-the-viewmodel-using-prisms-interactionrequests/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 11:16:30 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=601</guid>
		<description><![CDATA[Prism has a nice feature called InteractionRequests. We can use this when the view-model needs to initiate an interaction, like displaying a messagebox. Below is a simple example: XAML: In XAML I define the PopupChildWindowAction to display the dialog to the user.  The visuals of this dialog is defined in the SaveWindowsTemplate. The magic here is the InteractionRequestTrigger [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=601&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Prism has a nice feature called InteractionRequests. We can use this when the view-model needs to initiate an interaction, like displaying a messagebox.</p>
<p>Below is a simple example:</p>
<p>XAML:<br />
<a href="http://coreclr.files.wordpress.com/2011/01/xaml2.png"><img class="alignnone size-full wp-image-604" title="XAML2" src="http://coreclr.files.wordpress.com/2011/01/xaml2.png?w=593&#038;h=577" alt="" width="593" height="577" /></a></p>
<p>In XAML I define the <strong>PopupChildWindowAction </strong>to display the dialog to the user.  The visuals of this dialog is defined in the SaveWindowsTemplate.<br />
The magic here is the <strong>InteractionRequestTrigger </strong>from Prism. I set the SourceObject to the SaveRequest that is defined in the ViewModel.</p>
<p>SaveRequest is a InteractionRequest that define a Raise method, that we can use to raise the event.</p>
<p>I then use a interaction trigger to call the Cancel method in the viewmodel.  <a href="http://coreclr.wordpress.com/2011/01/05/using-interaction-triggers-in-mvvm/">See Preview post</a>.</p>
<p>ViewModel:<br />
<a href="http://coreclr.files.wordpress.com/2011/01/viewmodel2.png"><img class="alignnone size-full wp-image-605" title="ViewModel2" src="http://coreclr.files.wordpress.com/2011/01/viewmodel2.png?w=670&#038;h=520" alt="" width="670" height="520" /></a></p>
<p>And the result look like this:</p>
<p><a href="http://coreclr.files.wordpress.com/2011/01/result.png"><img class="alignnone size-full wp-image-609" title="Result" src="http://coreclr.files.wordpress.com/2011/01/result.png?w=420&#038;h=316" alt="" width="420" height="316" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/601/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/601/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=601&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2011/01/05/display-a-messagebox-from-the-viewmodel-using-prisms-interactionrequests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>

		<media:content url="http://coreclr.files.wordpress.com/2011/01/xaml2.png" medium="image">
			<media:title type="html">XAML2</media:title>
		</media:content>

		<media:content url="http://coreclr.files.wordpress.com/2011/01/viewmodel2.png" medium="image">
			<media:title type="html">ViewModel2</media:title>
		</media:content>

		<media:content url="http://coreclr.files.wordpress.com/2011/01/result.png" medium="image">
			<media:title type="html">Result</media:title>
		</media:content>
	</item>
		<item>
		<title>Using interaction triggers in MVVM</title>
		<link>http://coreclr.wordpress.com/2011/01/05/using-interaction-triggers-in-mvvm/</link>
		<comments>http://coreclr.wordpress.com/2011/01/05/using-interaction-triggers-in-mvvm/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 10:32:42 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=592</guid>
		<description><![CDATA[Commands are ofter to limited when using the MVVM pattern. Instead we can use interaction triggers. Here is a simple example of handling the MouseEnter event for a button in a viewModel. XAML: ViewModel: The key point here is the CallMethodAction object. CallMethodAction is a TriggerAction defined in the Microsoft.Expression.Interactivity.Core namespace. In this example I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=592&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Commands are ofter to limited when using the MVVM pattern. Instead we can use interaction triggers.</p>
<p>Here is a simple example of handling the MouseEnter event for a button in a viewModel.</p>
<p>XAML:</p>
<p><a href="http://coreclr.files.wordpress.com/2011/01/xaml1.png"><img class="alignnone size-full wp-image-594" title="Xaml" src="http://coreclr.files.wordpress.com/2011/01/xaml1.png?w=615&#038;h=456" alt="" width="615" height="456" /></a></p>
<p>ViewModel:</p>
<p><a href="http://coreclr.files.wordpress.com/2011/01/viewmodel1.png"><img class="alignnone size-full wp-image-598" title="ViewModel" src="http://coreclr.files.wordpress.com/2011/01/viewmodel1.png?w=302&#038;h=125" alt="" width="302" height="125" /></a></p>
<p>The key point here is the CallMethodAction object. CallMethodAction is a TriggerAction defined in the Microsoft.Expression.Interactivity.Core namespace. In this example I set TargetObject to the DataContext (the viewModel) and MethodName to the method we want to call in the ViewModel.</p>
<p>If you need to send parameters to the method, you just expose those as properties in the viewModel and use standard DataBinding.</p>
<p>Remember to reference Microsoft.Expression.Interactions.dll</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/592/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/592/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/592/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=592&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2011/01/05/using-interaction-triggers-in-mvvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>

		<media:content url="http://coreclr.files.wordpress.com/2011/01/xaml1.png" medium="image">
			<media:title type="html">Xaml</media:title>
		</media:content>

		<media:content url="http://coreclr.files.wordpress.com/2011/01/viewmodel1.png" medium="image">
			<media:title type="html">ViewModel</media:title>
		</media:content>
	</item>
		<item>
		<title>Events i CNUG</title>
		<link>http://coreclr.wordpress.com/2010/12/19/events-i-cnug/</link>
		<comments>http://coreclr.wordpress.com/2010/12/19/events-i-cnug/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 18:46:03 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=563</guid>
		<description><![CDATA[Vi har i foråret 2011 planlagt nogle rigtig spændende events i CNUG. I januar snakker Anders Lybecker om Lucene.Net. I januar får vi også besøg af Marcus Wendt &#38; Martin Jensen som snakker om Composite C1. Til februar snakker Joachim Lykke Andersen om Code First i EF4 og til marts snakker Kenneth Auchenberg om jQuery. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=563&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Vi har i foråret 2011 planlagt nogle rigtig spændende events i CNUG.</p>
<p>I januar snakker Anders Lybecker om Lucene.Net. I januar får vi også besøg af Marcus Wendt &amp; Martin Jensen som snakker om Composite C1.</p>
<p>Til februar snakker Joachim Lykke Andersen om Code First i EF4 og til marts snakker Kenneth Auchenberg om jQuery. Til april kommer Brian Rasmussen og Richard Flamsholt og snakker om Performance og Profiling i .NET.</p>
<p>Du kan følge CNUG på <a href="http://www.linkedin.com/groups?mostPopular=&amp;gid=1837948">linkedin</a> og på <a href="http://cnug.dk">CNUG.dk</a>. Alle vores events bliver oprettet på <a href="http://www.eventbrite.com/org/377216158?s=2704467">eventbrite</a> og du kan abonnere på vores RSS feed <a href="http://www.eventbrite.com/rest/organizer_list_events/377216158">her</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/563/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=563&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/12/19/events-i-cnug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
		<item>
		<title>10 Ways to Make the Most of Training</title>
		<link>http://coreclr.wordpress.com/2010/12/17/10-ways-to-make-the-most-of-training/</link>
		<comments>http://coreclr.wordpress.com/2010/12/17/10-ways-to-make-the-most-of-training/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 23:05:55 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=526</guid>
		<description><![CDATA[Great post about making the most of training.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=526&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.intertech.com/Blog/post/10-Ways-to-Make-the-Most-of-Training.aspx">Great post</a> about making the most of training.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/526/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/526/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/526/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=526&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/12/17/10-ways-to-make-the-most-of-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
		<item>
		<title>Integration Patterns Book</title>
		<link>http://coreclr.wordpress.com/2010/12/16/integration-patterns-book/</link>
		<comments>http://coreclr.wordpress.com/2010/12/16/integration-patterns-book/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 21:40:55 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=523</guid>
		<description><![CDATA[This is a very usefull book (pdf) from patterns &#38; practices.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=523&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=3E58C8D3-CE19-4101-8048-7CF6EABA0929&amp;displaylang=en&amp;r=r">This </a>is a very usefull book (pdf) from patterns &amp; practices.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/523/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=523&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/12/16/integration-patterns-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
		<item>
		<title>Uncle Bob in Copenhagen</title>
		<link>http://coreclr.wordpress.com/2010/12/16/uncle-bob-in-copenhagen/</link>
		<comments>http://coreclr.wordpress.com/2010/12/16/uncle-bob-in-copenhagen/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 18:58:30 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=514</guid>
		<description><![CDATA[Unique opportunity to get training from Robert C. Martin. Read more here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=514&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Unique opportunity to get training from <a href="http://www.objectmentor.com/omTeam/martin_r.html">Robert C. Martin</a>.<br />
<a href="http://ative.dk/agile-teknikker/uncle-bob-i-koebenhavn.aspx">Read more here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/514/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=514&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/12/16/uncle-bob-in-copenhagen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
		<item>
		<title>Force VS to garbage collect</title>
		<link>http://coreclr.wordpress.com/2010/12/16/force-vs-to-garbage-collect/</link>
		<comments>http://coreclr.wordpress.com/2010/12/16/force-vs-to-garbage-collect/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 17:50:48 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=510</guid>
		<description><![CDATA[Ctrl-Alt-Shift-F12, twice Very nice. http://blogs.msdn.com/b/camerons/archive/2010/12/15/force-vs-to-garbage-collect.aspx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=510&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ctrl-Alt-Shift-F12, twice</strong></p>
<p>Very nice.</p>
<p>http://blogs.msdn.com/b/camerons/archive/2010/12/15/force-vs-to-garbage-collect.aspx</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/510/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=510&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/12/16/force-vs-to-garbage-collect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
		<item>
		<title>On Architecture</title>
		<link>http://coreclr.wordpress.com/2010/12/12/on-architecture/</link>
		<comments>http://coreclr.wordpress.com/2010/12/12/on-architecture/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 13:19:25 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=503</guid>
		<description><![CDATA[If you are interested in software architecture, you might want to check out IEEE&#8217;s &#8220;On Architecture&#8221; Podcast with Grady Booch: http://www.computer.org/portal/web/computingnow/onarchitecture<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=503&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are interested in software architecture, you might want to check out IEEE&#8217;s &#8220;On Architecture&#8221; Podcast with Grady Booch:<br />
<a href="http://www.computer.org/portal/web/computingnow/onarchitecture">http://www.computer.org/portal/web/computingnow/onarchitecture</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/503/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/503/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/503/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=503&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/12/12/on-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
		<item>
		<title>Juval Löwy&#8217;s Architect’s Master Class in Copenhagen</title>
		<link>http://coreclr.wordpress.com/2010/12/04/juval-lowys-architect%e2%80%99s-master-class-in-copenhagen/</link>
		<comments>http://coreclr.wordpress.com/2010/12/04/juval-lowys-architect%e2%80%99s-master-class-in-copenhagen/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 18:21:24 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=499</guid>
		<description><![CDATA[Juval Löwy is teaching his Architect’s Master Class in Copenhagen from march 7 to marts 11. Read more here http://www.teknologisk.dk/uddannelser/k88581?cms.query=masterclass<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=499&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Juval Löwy is teaching his Architect’s Master Class in Copenhagen from march 7 to marts 11.<br />
Read more here <a href="http://www.teknologisk.dk/uddannelser/k88581?cms.query=masterclass">http://www.teknologisk.dk/uddannelser/k88581?cms.query=masterclass</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/499/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=499&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/12/04/juval-lowys-architect%e2%80%99s-master-class-in-copenhagen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
		<item>
		<title>Executing Unit Tests on the Build server only</title>
		<link>http://coreclr.wordpress.com/2010/11/18/executing-unit-tests-on-the-build-server-only/</link>
		<comments>http://coreclr.wordpress.com/2010/11/18/executing-unit-tests-on-the-build-server-only/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 10:41:28 +0000</pubDate>
		<dc:creator>coreclr</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[TFS]]></category>

		<guid isPermaLink="false">http://coreclr.wordpress.com/?p=491</guid>
		<description><![CDATA[We often have some Unit Tests/Integration Tests that we only want to execute when the tests are running on the TFS build server. One solution is to put these tests in a separate solution, but this is annoying when doing refactoring. Having a separate solution is also a bad choice when we want to see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=491&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We often have some Unit Tests/Integration Tests that we only want to execute when the tests are running on the TFS build server.<br />
One solution is to put these tests in a separate solution, but this is annoying when doing refactoring. Having a separate solution is also a bad choice when we want to see our total code coverage results.<br />
Another solution is to use the Test List feature in Visual Studio, but these Test Lists are just pure pain!</p>
<p>I would like to put an attribute on the TestMethod instead. As far as I know, this is not possible today.</p>
<p>So currently we have an environment variable on the build server, and then we use this method from our tests:</p>
<pre>public static class TestUtils
{
	public static bool IsTestRunningOnBuildServer()
	{
		if (Environment.GetEnvironmentVariable("IS_TFS_SERVER", EnvironmentVariableTarget.Machine) != null)
		{
			return true;
		}
	   return false;
	}
}</pre>
<p>Very simple, but it works.</p>
<p>Another solution is to use Test Categories in TFS2010:</p>
<p><a href="http://www.edsquared.com/2009/09/25/Test+Categories+And+Running+A+Subset+Of+Tests+In+Team+Foundation+Server+2010.aspx">http://www.edsquared.com/2009/09/25/Test+Categories+And+Running+A+Subset+Of+Tests+In+Team+Foundation+Server+2010.aspx</a></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/coreclr.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/coreclr.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/coreclr.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/coreclr.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/coreclr.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/coreclr.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/coreclr.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/coreclr.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/coreclr.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/coreclr.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/coreclr.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/coreclr.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/coreclr.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/coreclr.wordpress.com/491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=coreclr.wordpress.com&amp;blog=9731033&amp;post=491&amp;subd=coreclr&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://coreclr.wordpress.com/2010/11/18/executing-unit-tests-on-the-build-server-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1eac0bba7ad6321d53e96c9caa9faf0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">coreclr</media:title>
		</media:content>
	</item>
	</channel>
</rss>
