<?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>Comment Feed for SlickThought</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/SlickThought/Comments/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>SlickThought</title>
		<link></link>
	</image>
	<description></description>
	<link></link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 20:43:30 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 20:43:30 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Message Based Navigation for WP7 MVVM Apps</title>
		<description>
			<![CDATA[ <p>I like to wire up XAML as much as I can.&nbsp; I don't think it is all that much code really... the MessageBus and NavigationHandler (which is the same thing as your IMyAppNavigationService) are very small.&nbsp; I replace the dependency you have on the nav service with a dependency on the message bus, which provides me additional capabilities.&nbsp; Too each there own... whatever works for the apps you build.&nbsp; Just thought it was an interesting alternative.</p><p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Message-Based-Navigation-for-WP7-MVVM-Apps#c634395946270000000</link>
		<pubDate>Thu, 28 Apr 2011 13:37:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Message-Based-Navigation-for-WP7-MVVM-Apps#c634395946270000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Implementing an MVVM MessageBus with XAML</title>
		<description>
			<![CDATA[ <p>@<a href="/posts/Implementing-an-MVVM-MessageBus-with-XAML#c634315410740000000">Ganesh</a>: Not really.&nbsp; This was more of an effort to illustrate different ways to incorporate XAML and design-time support rather than deal with event routing /messaging per se.&nbsp; PRISM is great, but for a lot of apps it is also overkill so this was just a nice, simple way to get some of the goodness provided by things like Event Aggregator without having to dive into PRISM.</p><p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/posts/Implementing-an-MVVM-MessageBus-with-XAML#c634315694320000000</link>
		<pubDate>Tue, 25 Jan 2011 16:23:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/posts/Implementing-an-MVVM-MessageBus-with-XAML#c634315694320000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simple Dependency Injection with XAML</title>
		<description>
			<![CDATA[ <p>@<a href="/Blogs/SlickThought/Simple-Dependency-Injection-with-XAML#c634314617940000000">cellra</a>: I am constructing the dependency in XAML and then binding it to the property I want to inject into.&nbsp; There is no code behind used for the injection itself.</p><p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simple-Dependency-Injection-with-XAML#c634314809290000000</link>
		<pubDate>Mon, 24 Jan 2011 15:48:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simple-Dependency-Injection-with-XAML#c634314809290000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simple Dependency Injection with XAML</title>
		<description>
			<![CDATA[ <p>@<a href="/Blogs/SlickThought/Simple-Dependency-Injection-with-XAML#c634309632570000000">mark</a>: Hi mark.&nbsp; Sorry for the video problems.&nbsp; I messed something up somewhere along the way.&nbsp; I have re-processed the vid and the HiQuality files are much better.&nbsp; The default vid may still be choppy depending on bandwidth.</p><p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simple-Dependency-Injection-with-XAML#c634309834870000000</link>
		<pubDate>Tue, 18 Jan 2011 21:38:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simple-Dependency-Injection-with-XAML#c634309834870000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>Confirmed that the flicker is a known issue and entered as a bug.</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634111740550000000</link>
		<pubDate>Thu, 03 Jun 2010 15:00:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634111740550000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>Interesting. I hadnt really noticed it because I was always using the back button to navigate between pages when I was in landscape mode.&nbsp; Problem when you have a demo app that has TWO WHOLE pages. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />&nbsp; I'm not sure what is going on.&nbsp; It appears to have
 something to do with sliding content into the various content controls that make up the TCC and the phone having to figure out that the new content should be in landscape rather than portait.&nbsp; I would lean toward this being a bug in the phone but I have spent
 about 5 minutes looking at it.&nbsp; I will try and dig deeper into it tomorrow.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>UPDATE: Ok, this happens on pages with our without the TCC.&nbsp; I have sent an email to the dev team to see if this is by design, emulator issue, or bug.</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634110219870000000</link>
		<pubDate>Tue, 01 Jun 2010 20:46:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634110219870000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>I dont think TCC would do the trick.&nbsp; I took just a quick look, but an orientation change does not actually change the page content, so the TCC would not be invovled in at all.&nbsp; It would just behave &quot;as normal&quot;.&nbsp; You would need to wire up the OnOrientationChanged
 event at the page level and control an animation from there I think.&nbsp; I want to say Peter Torr has a MIX10 video that shows him doing this.</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634104719200000000</link>
		<pubDate>Wed, 26 May 2010 11:58:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634104719200000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>You can see a quick fix to getting the TransitioningContentControl working with the April CTP here -
<a href="http://channel9.msdn.com/posts/SlickThought/Windows-Phone-7-April-CTP-and-TransitioningContentControl/">
http://channel9.msdn.com/posts/SlickThought/Windows-Phone-7-April-CTP-and-TransitioningContentControl/</a></p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634099847080000000</link>
		<pubDate>Thu, 20 May 2010 20:38:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634099847080000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>I just got the project working under the April CTP.&nbsp; At this point, I brute forced it by putting the TransitioningContentControl source directly into my project.&nbsp; I am working on a blog post / screencast to show how to get things working.&nbsp; I have a couple
 of other things I want to explore before I finish it up.&nbsp; Keep an eye here or on my blog -
<a href="http://slickthought.net">http://slickthought.net</a> for details.&nbsp; Hopefully in the next day or so...</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634097930420000000</link>
		<pubDate>Tue, 18 May 2010 15:24:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634097930420000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>Thanks for the info Jeff!&nbsp; </p>
<p>&nbsp;</p>
<p>For the TopLevelNavigationService... (I don't have the code in front of me - on a different laptop), if it is what I am thinking of, you will have to use the Application.Current.RootVisual and cast it to a PageNavigationFrame and grab the Nav service from
 there.&nbsp; That's my guess...</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634086894110000000</link>
		<pubDate>Wed, 05 May 2010 20:50:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634086894110000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Peer to Peer Series Part 4: Resolving Peer Names Asynchronously</title>
		<description>
			<![CDATA[
<p>When using PNRP out of the box, I am not sure if there is a way to shorten that resolve time.&nbsp; However, you could try building your own customer resolver.&nbsp; There is an example of that provided in the WCF SDK sampeles.&nbsp; That would be a lot faster but would
 require you to host a resolving service somewhere.</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Peer-to-Peer-Series-Part-4-Resolving-Peer-Names-Asynchronously#c634085760130000000</link>
		<pubDate>Tue, 04 May 2010 13:20:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Peer-to-Peer-Series-Part-4-Resolving-Peer-Names-Asynchronously#c634085760130000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>Hmmmm... not sure.&nbsp; I just got the April CTP up and running and have not had a chance to try out the FindAZip on it yet.&nbsp; Maybe grab the TransitioningContentControl source code from the Toolkit and add that directly to your project.&nbsp; Might be able to identify
 the problem that way.&nbsp; I will try and get a look at it when I get some free time.</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634085758430000000</link>
		<pubDate>Tue, 04 May 2010 13:17:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634085758430000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Simplify Page Transitions in Windows Phone 7 Silverlight Applications</title>
		<description>
			<![CDATA[
<p>I will be getting source up to my site, slickthought.net, in the coming days.&nbsp; I had a bit of a hoster issue that took my site offline so we had to pull the download links from the article.&nbsp; Check the site at the end of the week and I should have a post
 up pointing to the download.</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634084889880000000</link>
		<pubDate>Mon, 03 May 2010 13:09:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Simplify-Page-Transitions-in-Windows-Phone-7-Silverlight-Applications#c634084889880000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
	<item>
		<title>Re: Peer to Peer Series Part 1: Intro to PNRP</title>
		<description>
			<![CDATA[
<p>what is the state of the Global cloud?&nbsp; <strong>netsh p2p pnrp cloud show list</strong>?&nbsp; Also, take a look at
<strong>netsh interface teredo show state</strong> and see what it says.&nbsp; Client firewall blocking things?&nbsp; Lots of places to start looking unfortuantely.</p>
<p>posted by SlickThought</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/SlickThought/Peer-to-Peer-Series-Part-1-Intro-to-PNRP#c633917462640000000</link>
		<pubDate>Wed, 21 Oct 2009 18:24:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/SlickThought/Peer-to-Peer-Series-Part-1-Intro-to-PNRP#c633917462640000000</guid>
		<dc:creator>SlickThought</dc:creator>
	</item>
</channel>
</rss>