<?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 for Phillip Haydon</title>
	<atom:link href="http://www.philliphaydon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philliphaydon.com</link>
	<description>Works on my pc.</description>
	<lastBuildDate>Tue, 21 Feb 2012 23:20:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Service Stack&#8230; I heart you. My conversion from WCF to SS by Phillip</title>
		<link>http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/comment-page-1/#comment-345</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Tue, 21 Feb 2012 23:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/#comment-345</guid>
		<description>@Rei / @Wayne

Yes I could  have use both those methods with WCF. However I&#039;&#039;ve always used separate methods for WCF. So it was a little bit of a mind shift moving to the batchful service.</description>
		<content:encoded><![CDATA[<p>@Rei / @Wayne</p>
<p>Yes I could  have use both those methods with WCF. However I&#8221;ve always used separate methods for WCF. So it was a little bit of a mind shift moving to the batchful service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Service Stack&#8230; I heart you. My conversion from WCF to SS by Wayne</title>
		<link>http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/comment-page-1/#comment-344</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Tue, 21 Feb 2012 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/#comment-344</guid>
		<description>Phillip,

Is there a reason you couldn&#039;&#039;t have done something like:


[ServiceContract]
public interface IMemberQueryService
{
    [OperationContract]
    MemberResponse Execute(MemberRequest request);
}

Or am I missing something else?</description>
		<content:encoded><![CDATA[<p>Phillip,</p>
<p>Is there a reason you couldn&#8221;t have done something like:</p>
<p>[ServiceContract]<br />
public interface IMemberQueryService<br />
{<br />
    [OperationContract]<br />
    MemberResponse Execute(MemberRequest request);<br />
}</p>
<p>Or am I missing something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Service Stack&#8230; I heart you. My conversion from WCF to SS by Rei Roldan</title>
		<link>http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/comment-page-1/#comment-343</link>
		<dc:creator>Rei Roldan</dc:creator>
		<pubDate>Tue, 21 Feb 2012 15:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/#comment-343</guid>
		<description>And how is this different from:

[ServiceContract]
public interface IMemberQueryService
{
    [OperationContract]
    MemberResponse ById(string id);
    [OperationContract]
    MemberResponse ByEmail(string email);

    [OperationContract]
    MemberResponse ByOpenId(string openId);
}

To

[ServiceContract]
public interface IMemberQueryService
{
    [OperationContract]
    MemberResponse Find(string id, string email, string openId);
}

?</description>
		<content:encoded><![CDATA[<p>And how is this different from:</p>
<p>[ServiceContract]<br />
public interface IMemberQueryService<br />
{<br />
    [OperationContract]<br />
    MemberResponse ById(string id);<br />
    [OperationContract]<br />
    MemberResponse ByEmail(string email);</p>
<p>    [OperationContract]<br />
    MemberResponse ByOpenId(string openId);<br />
}</p>
<p>To</p>
<p>[ServiceContract]<br />
public interface IMemberQueryService<br />
{<br />
    [OperationContract]<br />
    MemberResponse Find(string id, string email, string openId);<br />
}</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Service Stack&#8230; I heart you. My conversion from WCF to SS by Simon Segal</title>
		<link>http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/comment-page-1/#comment-342</link>
		<dc:creator>Simon Segal</dc:creator>
		<pubDate>Tue, 21 Feb 2012 13:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2012/02/service-stack-i-heart-you-my-conversion-from-wcf-to-ss/#comment-342</guid>
		<description>Look great... definitely taking it for spin immediately. Nice post :)</description>
		<content:encoded><![CDATA[<p>Look great&#8230; definitely taking it for spin immediately. Nice post <img src='http://www.philliphaydon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC +Areas + Routes&#8230; Order of Routes Matter! by Hein</title>
		<link>http://www.philliphaydon.com/2011/07/mvc-areas-routes-order-of-routes-matter/comment-page-1/#comment-314</link>
		<dc:creator>Hein</dc:creator>
		<pubDate>Sat, 21 Jan 2012 14:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2011/07/mvc-areas-routes-order-of-routes-matter/#comment-314</guid>
		<description>Thanks for sharing! good job. cheers Hein</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! good job. cheers Hein</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC Routing with Attributes, makes Routing Awesome by Phillip</title>
		<link>http://www.philliphaydon.com/2011/08/mvc-routing-with-attributes-makes-routing-awesome/comment-page-1/#comment-306</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Wed, 18 Jan 2012 02:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2011/08/mvc-routing-with-attributes-makes-routing-awesome/#comment-306</guid>
		<description>Hello Robert,

I think the lower-casing of the query-string values was raised as a bug. I&#039;&#039;m unsure if it&#039;&#039;s been fixed or not but I&#039;&#039;ll look into it.</description>
		<content:encoded><![CDATA[<p>Hello Robert,</p>
<p>I think the lower-casing of the query-string values was raised as a bug. I&#8221;m unsure if it&#8221;s been fixed or not but I&#8221;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MVC Routing with Attributes, makes Routing Awesome by Robert</title>
		<link>http://www.philliphaydon.com/2011/08/mvc-routing-with-attributes-makes-routing-awesome/comment-page-1/#comment-305</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 17 Jan 2012 23:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2011/08/mvc-routing-with-attributes-makes-routing-awesome/#comment-305</guid>
		<description>Works pretty great - although it did lower case my query string parameters as will which may not be desirable. Does anyone know of a good way to ensure a url like this

www.something.com/Controller/Action/paramName=ParamValue

goes to

www.something.com/controller/action/paramname=ParamValue

This would be ideal.</description>
		<content:encoded><![CDATA[<p>Works pretty great &#8211; although it did lower case my query string parameters as will which may not be desirable. Does anyone know of a good way to ensure a url like this</p>
<p><a href="http://www.something.com/Controller/Action/paramName=ParamValue" rel="nofollow">http://www.something.com/Controller/Action/paramName=ParamValue</a></p>
<p>goes to</p>
<p><a href="http://www.something.com/controller/action/paramname=ParamValue" rel="nofollow">http://www.something.com/controller/action/paramname=ParamValue</a></p>
<p>This would be ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RavenDB &#8211; Searching across multiple properties by Daniel Lang</title>
		<link>http://www.philliphaydon.com/2012/01/ravendb-searching-across-multiple-properties/comment-page-1/#comment-304</link>
		<dc:creator>Daniel Lang</dc:creator>
		<pubDate>Tue, 17 Jan 2012 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2012/01/ravendb-searching-across-multiple-properties/#comment-304</guid>
		<description>Hi Phillip,
Nice post! Keep on! :D</description>
		<content:encoded><![CDATA[<p>Hi Phillip,<br />
Nice post! Keep on! <img src='http://www.philliphaydon.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website Folder Structure? CSS Files? Does anyone care? I do&#8230; by Phillip</title>
		<link>http://www.philliphaydon.com/2011/10/website-folder-structure-css-files-does-anyone-care-i-do/comment-page-1/#comment-273</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Thu, 29 Dec 2011 21:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2011/10/website-folder-structure-does-anyone-care-i-do/#comment-273</guid>
		<description>Hello Alec,

Having multiple CSS files makes maintaining the code a lot easier from a development perspective, but for production I would have all those combined and minify so the site used a single CSS file. (same with JavaScript)</description>
		<content:encoded><![CDATA[<p>Hello Alec,</p>
<p>Having multiple CSS files makes maintaining the code a lot easier from a development perspective, but for production I would have all those combined and minify so the site used a single CSS file. (same with JavaScript)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website Folder Structure? CSS Files? Does anyone care? I do&#8230; by Alec</title>
		<link>http://www.philliphaydon.com/2011/10/website-folder-structure-css-files-does-anyone-care-i-do/comment-page-1/#comment-272</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Thu, 29 Dec 2011 14:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.philliphaydon.com/2011/10/website-folder-structure-does-anyone-care-i-do/#comment-272</guid>
		<description>Loading all the single css files will slow down pageload speed with will effect your SERPs soce (Google, Ask, Yahoo listing).

You really should use only one CSS file if possible, same with JavaScripts. Your using Wordpress, maybe try looking for a &quot;WP Minify&quot; plugin which will compresses all your CSS into one asset load for the browser.

All the best!</description>
		<content:encoded><![CDATA[<p>Loading all the single css files will slow down pageload speed with will effect your SERPs soce (Google, Ask, Yahoo listing).</p>
<p>You really should use only one CSS file if possible, same with JavaScripts. Your using WordPress, maybe try looking for a &#8220;WP Minify&#8221; plugin which will compresses all your CSS into one asset load for the browser.</p>
<p>All the best!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

