<?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 Steves Coding Blog</title>
	<atom:link href="http://stevescodingblog.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevescodingblog.co.uk</link>
	<description>Musings on software development, .Net platform and other stuff</description>
	<lastBuildDate>Thu, 10 May 2012 21:26:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project by Steve</title>
		<link>http://stevescodingblog.co.uk/adding-a-new-jquery-ui-theme-to-the-default-asp-net-mvc-3-project/#comment-936</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 10 May 2012 21:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=465#comment-936</guid>
		<description>You&#039;re correct in that the MVC template does not add the base css file for you - you have to add it in yourself. But I covered this in the blog post (see the first code sample).

Then, to use a custom one (say, Redmond) add that to your layout file also, after the core css.</description>
		<content:encoded><![CDATA[<p>You&#8217;re correct in that the MVC template does not add the base css file for you &#8211; you have to add it in yourself. But I covered this in the blog post (see the first code sample).</p>
<p>Then, to use a custom one (say, Redmond) add that to your layout file also, after the core css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project by Just Starting, MVC3 and jQuery UI &#171; Sheldon&#039;s Space</title>
		<link>http://stevescodingblog.co.uk/adding-a-new-jquery-ui-theme-to-the-default-asp-net-mvc-3-project/#comment-935</link>
		<dc:creator>Just Starting, MVC3 and jQuery UI &#171; Sheldon&#039;s Space</dc:creator>
		<pubDate>Thu, 10 May 2012 18:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=465#comment-935</guid>
		<description>[...] of the jQuery UI you need to set some references.  I learned about most of these from a post on stevescodeingblog.  The stuff we need to change is the css and js references at the top of [...]</description>
		<content:encoded><![CDATA[<p>[...] of the jQuery UI you need to set some references.  I learned about most of these from a post on stevescodeingblog.  The stuff we need to change is the css and js references at the top of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AjaxOnly actions and controllers in Asp.Net MVC by Fun with action filters &#124; stevescodingblog.co.uk</title>
		<link>http://stevescodingblog.co.uk/ajaxonly-actions-and-controllers-in-asp-net-mvc/#comment-925</link>
		<dc:creator>Fun with action filters &#124; stevescodingblog.co.uk</dc:creator>
		<pubDate>Wed, 02 May 2012 18:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=445#comment-925</guid>
		<description>[...] must say though, I was inspired. Yes, I realise I had previously posted about one particular useful action filter, but I really haven&#8217;t done too much with them until now. Dino put forth some uses for them, [...]</description>
		<content:encoded><![CDATA[<p>[...] must say though, I was inspired. Yes, I realise I had previously posted about one particular useful action filter, but I really haven&#8217;t done too much with them until now. Dino put forth some uses for them, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project by Emilio</title>
		<link>http://stevescodingblog.co.uk/adding-a-new-jquery-ui-theme-to-the-default-asp-net-mvc-3-project/#comment-924</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Wed, 25 Apr 2012 17:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=465#comment-924</guid>
		<description>Excellent, thanks! I do see however that the default MVC3 jQuery site created by VS.2010 Ultimate does *not* source the theme/base CSS on the header.

So, if I add a new theme, say &quot;redmond&quot; like yours, should I then add to the standard template both the base UI as well as the customized &quot;redmond&quot; script as follows?:




or remove the &quot;base&quot; theme CSS entry and just use the customized redmond css?</description>
		<content:encoded><![CDATA[<p>Excellent, thanks! I do see however that the default MVC3 jQuery site created by VS.2010 Ultimate does *not* source the theme/base CSS on the header.</p>
<p>So, if I add a new theme, say &#8220;redmond&#8221; like yours, should I then add to the standard template both the base UI as well as the customized &#8220;redmond&#8221; script as follows?:</p>
<p>or remove the &#8220;base&#8221; theme CSS entry and just use the customized redmond css?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection: A Beginner&#8217;s Guide by Anitha</title>
		<link>http://stevescodingblog.co.uk/dependency-injection-beginners-guide/#comment-922</link>
		<dc:creator>Anitha</dc:creator>
		<pubDate>Tue, 17 Apr 2012 17:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=379#comment-922</guid>
		<description>Very Nice article!!
After long struggle i was able to understand what is DI and where to use it :)</description>
		<content:encoded><![CDATA[<p>Very Nice article!!<br />
After long struggle i was able to understand what is DI and where to use it <img src='http://stevescodingblog.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problems with ResourceManager and neutral culture in Asp.Net MVC by Mike Irving Web Developer</title>
		<link>http://stevescodingblog.co.uk/problems-with-resourcemanager-and-neutral-culture-in-asp-net-mvc/#comment-921</link>
		<dc:creator>Mike Irving Web Developer</dc:creator>
		<pubDate>Tue, 17 Apr 2012 13:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=485#comment-921</guid>
		<description>I have just run into this issue too, implementing culture localization. Your blog post, and simple solution, have been useful to me, thanks.</description>
		<content:encoded><![CDATA[<p>I have just run into this issue too, implementing culture localization. Your blog post, and simple solution, have been useful to me, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asp.Net MVC 3 Areas and _ViewStart.cshtml Scope by Rafterman</title>
		<link>http://stevescodingblog.co.uk/asp-net-mvc-3rc-areas-viewstart/#comment-920</link>
		<dc:creator>Rafterman</dc:creator>
		<pubDate>Mon, 16 Apr 2012 21:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=324#comment-920</guid>
		<description>I realize that your post is almost a year old, but I ran into exactly the same issue you did.  However, I haven&#039;t seen a reply to your question. Did you ever get an answer? I so, could you please share?? :-)</description>
		<content:encoded><![CDATA[<p>I realize that your post is almost a year old, but I ran into exactly the same issue you did.  However, I haven&#8217;t seen a reply to your question. Did you ever get an answer? I so, could you please share?? <img src='http://stevescodingblog.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection: A Beginner&#8217;s Guide by Steve</title>
		<link>http://stevescodingblog.co.uk/dependency-injection-beginners-guide/#comment-919</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 13 Apr 2012 05:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=379#comment-919</guid>
		<description>Thanks - I&#039;m glad you found it useful!</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; I&#8217;m glad you found it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection: A Beginner&#8217;s Guide by Rob</title>
		<link>http://stevescodingblog.co.uk/dependency-injection-beginners-guide/#comment-918</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 09 Apr 2012 12:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=379#comment-918</guid>
		<description>Absolutely brilliant article. I&#039;ve struggled to understand the concepts behind it and that article explained it very well.</description>
		<content:encoded><![CDATA[<p>Absolutely brilliant article. I&#8217;ve struggled to understand the concepts behind it and that article explained it very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asp.Net Bundling, minification and convention by Hao</title>
		<link>http://stevescodingblog.co.uk/asp-net-bundling-minification-and-convention/#comment-917</link>
		<dc:creator>Hao</dc:creator>
		<pubDate>Thu, 05 Apr 2012 18:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=527#comment-917</guid>
		<description>Glad to see you figured out how to use the replacementList functionality, I wasn&#039;t sure we named that property in a discoverable way.  

Also, the files that are ignored by default, come from BundleCollection.IgnoreList which ignores the following by default:

            IgnoreList.Ignore(&quot;*.intellisense.js&quot;);
            IgnoreList.Ignore(&quot;*-vsdoc.js&quot;);
            IgnoreList.Ignore(&quot;*.debug.js&quot;);

You can call IgnoreList.Clear() to reset this and control it yourself.

Hope that helps!
-Hao</description>
		<content:encoded><![CDATA[<p>Glad to see you figured out how to use the replacementList functionality, I wasn&#8217;t sure we named that property in a discoverable way.  </p>
<p>Also, the files that are ignored by default, come from BundleCollection.IgnoreList which ignores the following by default:</p>
<p>            IgnoreList.Ignore(&#8220;*.intellisense.js&#8221;);<br />
            IgnoreList.Ignore(&#8220;*-vsdoc.js&#8221;);<br />
            IgnoreList.Ignore(&#8220;*.debug.js&#8221;);</p>
<p>You can call IgnoreList.Clear() to reset this and control it yourself.</p>
<p>Hope that helps!<br />
-Hao</p>
]]></content:encoded>
	</item>
</channel>
</rss>

