<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Unit Testable WCF Web Services in MVVM and Silverlight 4</title>
	<atom:link href="http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/</link>
	<description>and ideas for its refactoring...</description>
	<lastBuildDate>Thu, 26 Jan 2012 18:27:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: UR</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-6551</link>
		<dc:creator>UR</dc:creator>
		<pubDate>Thu, 24 Mar 2011 15:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-6551</guid>
		<description>forget it - silly question. But it&#039;s still not working in debug-mode (F5 from VS). It&#039;s doing well as http://localhost:1000/ - prompting directly in Browser.</description>
		<content:encoded><![CDATA[<p>forget it &#8211; silly question. But it&#8217;s still not working in debug-mode (F5 from VS). It&#8217;s doing well as <a href="http://localhost:1000/" rel="nofollow">http://localhost:1000/</a> &#8211; prompting directly in Browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UR</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-6550</link>
		<dc:creator>UR</dc:creator>
		<pubDate>Thu, 24 Mar 2011 14:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-6550</guid>
		<description>Hi, some crossdomain - policy problem. Where did i have to place the crossdomain.xml?</description>
		<content:encoded><![CDATA[<p>Hi, some crossdomain &#8211; policy problem. Where did i have to place the crossdomain.xml?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naked MVVM – simplest way to do WCF code &#171; .NET development and architecture</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-5873</link>
		<dc:creator>Naked MVVM – simplest way to do WCF code &#171; .NET development and architecture</dc:creator>
		<pubDate>Sat, 26 Feb 2011 16:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-5873</guid>
		<description>[...] use WCF behaviors, create your own ChannelFactory&lt;T&gt; with either sync call in separate thread or IAsyncResult based approach and (my personal favorite) hack the Visual Studio proxy generator. I’m sure there are at least 24 [...]</description>
		<content:encoded><![CDATA[<p>[...] use WCF behaviors, create your own ChannelFactory&lt;T&gt; with either sync call in separate thread or IAsyncResult based approach and (my personal favorite) hack the Visual Studio proxy generator. I’m sure there are at least 24 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-2029</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Tue, 05 Oct 2010 09:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-2029</guid>
		<description>Hi Joe,

it was logical error in WeatherForecastService.svc.cs where instead of returning DateTime.Now i was returning the date that is sent as parameter to the service.
Its not very important since i was trying to prove that this can be unit tested but still its valid point.

Thanks for finding this!</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>it was logical error in WeatherForecastService.svc.cs where instead of returning DateTime.Now i was returning the date that is sent as parameter to the service.<br />
Its not very important since i was trying to prove that this can be unit tested but still its valid point.</p>
<p>Thanks for finding this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe brockhaus</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-2023</link>
		<dc:creator>joe brockhaus</dc:creator>
		<pubDate>Mon, 04 Oct 2010 22:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-2023</guid>
		<description>i noticed in the demo that the parameter used to send to the web service never changes per instance of the application.

for instance, clicking the button to pass a valid parameter geturns DateTime.Now ... but if i wait a minute and click it again, the date never changes. 

What&#039;s that about?</description>
		<content:encoded><![CDATA[<p>i noticed in the demo that the parameter used to send to the web service never changes per instance of the application.</p>
<p>for instance, clicking the button to pass a valid parameter geturns DateTime.Now &#8230; but if i wait a minute and click it again, the date never changes. </p>
<p>What&#8217;s that about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-1735</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Tue, 31 Aug 2010 13:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-1735</guid>
		<description>no, i could not, because red is my favorite color for attracting people that do not like red color to my blog  :D</description>
		<content:encoded><![CDATA[<p>no, i could not, because red is my favorite color for attracting people that do not like red color to my blog  <img src='http://blog.roboblob.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-1734</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-1734</guid>
		<description>Could not you pick a better color than red?</description>
		<content:encoded><![CDATA[<p>Could not you pick a better color than red?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-1649</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-1649</guid>
		<description>can anyone tell me how to invoke a service that have multiple parameters?</description>
		<content:encoded><![CDATA[<p>can anyone tell me how to invoke a service that have multiple parameters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboblob</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-1327</link>
		<dc:creator>roboblob</dc:creator>
		<pubDate>Fri, 30 Jul 2010 08:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-1327</guid>
		<description>Off course it works, try the demo application in the article that should show you code in action :D</description>
		<content:encoded><![CDATA[<p>Off course it works, try the demo application in the article that should show you code in action <img src='http://blog.roboblob.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Developer</title>
		<link>http://blog.roboblob.com/2010/04/11/unit-testable-wcf-web-services-in-mvvm-and-silverlight-4/comment-page-1/#comment-1326</link>
		<dc:creator>Silverlight Developer</dc:creator>
		<pubDate>Fri, 30 Jul 2010 05:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.roboblob.com/?p=255#comment-1326</guid>
		<description>Is this actually work?</description>
		<content:encoded><![CDATA[<p>Is this actually work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

