<?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>Sun, 24 Mar 2013 16:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Data Caching with .Net 4.0 and Asp.Net MVC &#8211; part 1 by Steve</title>
		<link>http://stevescodingblog.co.uk/net4-caching-with-mvc/#comment-2341</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 24 Mar 2013 16:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=88#comment-2341</guid>
		<description><![CDATA[You are right, I would imagine that scenario might occur, and I suppose could be solved with a lock().]]></description>
		<content:encoded><![CDATA[<p>You are right, I would imagine that scenario might occur, and I suppose could be solved with a lock().</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection: A Beginner&#8217;s Guide by Dennis</title>
		<link>http://stevescodingblog.co.uk/dependency-injection-beginners-guide/#comment-2340</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 21 Mar 2013 22:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=379#comment-2340</guid>
		<description><![CDATA[usefull article which taught me the basic of Dependency injection. THX]]></description>
		<content:encoded><![CDATA[<p>usefull article which taught me the basic of Dependency injection. THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Real-time system resource monitor with SignalR, WCF and KnockoutJS by Babula</title>
		<link>http://stevescodingblog.co.uk/real-time-system-resource-monitor-with-signalr-wcf-and-knockoutjs/#comment-2335</link>
		<dc:creator>Babula</dc:creator>
		<pubDate>Sat, 16 Mar 2013 06:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=589#comment-2335</guid>
		<description><![CDATA[Nice one sir...]]></description>
		<content:encoded><![CDATA[<p>Nice one sir&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection: A Beginner&#8217;s Guide by Brahim</title>
		<link>http://stevescodingblog.co.uk/dependency-injection-beginners-guide/#comment-2333</link>
		<dc:creator>Brahim</dc:creator>
		<pubDate>Thu, 07 Mar 2013 14:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=379#comment-2333</guid>
		<description><![CDATA[First time i get stuck for a while reading article about DI, it&#039;s really self explained, thank you Steve.]]></description>
		<content:encoded><![CDATA[<p>First time i get stuck for a while reading article about DI, it&#8217;s really self explained, thank you Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basic Authentication with Asp.Net WebAPI by diego</title>
		<link>http://stevescodingblog.co.uk/basic-authentication-with-asp-net-webapi/#comment-2332</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Thu, 07 Mar 2013 00:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=574#comment-2332</guid>
		<description><![CDATA[Thanks for share this. Very nice!]]></description>
		<content:encoded><![CDATA[<p>Thanks for share this. Very nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Caching with .Net 4.0 and Asp.Net MVC &#8211; part 1 by Marcus</title>
		<link>http://stevescodingblog.co.uk/net4-caching-with-mvc/#comment-2331</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Tue, 05 Mar 2013 21:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=88#comment-2331</guid>
		<description><![CDATA[Hi Steve, nice article. I have a question though about this bit of code:

&lt;code&gt;
 // If it&#039;s not in the cache, we need to read it from the repository
    if (vehicleData == null)
    {
    ....
    }
  return vehicleData;

&lt;/code&gt;

What happens if the item expires from the cache after the null check? Should there be a lock() somewhere in there? Thanks, jus&#039; wondering :)]]></description>
		<content:encoded><![CDATA[<p>Hi Steve, nice article. I have a question though about this bit of code:</p>
<p><code><br />
 // If it's not in the cache, we need to read it from the repository<br />
    if (vehicleData == null)<br />
    {<br />
    ....<br />
    }<br />
  return vehicleData;</p>
<p></code></p>
<p>What happens if the item expires from the cache after the null check? Should there be a lock() somewhere in there? Thanks, jus&#8217; wondering <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 Basic Authentication with Asp.Net WebAPI by Rajeev</title>
		<link>http://stevescodingblog.co.uk/basic-authentication-with-asp-net-webapi/#comment-2328</link>
		<dc:creator>Rajeev</dc:creator>
		<pubDate>Thu, 21 Feb 2013 03:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=574#comment-2328</guid>
		<description><![CDATA[How about doing this using IHttpModule as described here:

http://www.asp.net/web-api/overview/security/basic-authentication

and here:
http://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspx
?]]></description>
		<content:encoded><![CDATA[<p>How about doing this using IHttpModule as described here:</p>
<p><a href="http://www.asp.net/web-api/overview/security/basic-authentication" rel="nofollow">http://www.asp.net/web-api/overview/security/basic-authentication</a></p>
<p>and here:<br />
<a href="http://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspx" rel="nofollow">http://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspx</a><br />
?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basic Authentication with Asp.Net WebAPI by Allen Conway</title>
		<link>http://stevescodingblog.co.uk/basic-authentication-with-asp-net-webapi/#comment-2327</link>
		<dc:creator>Allen Conway</dc:creator>
		<pubDate>Tue, 19 Feb 2013 16:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=574#comment-2327</guid>
		<description><![CDATA[Steve - great article it has been helpful. One question - why did you choose to override &#039;OnActionExecuting&#039; as opposed to &#039;OnAuthorization&#039; as many of the other examples doing Basic Authentication with Web API have done? Just curious if there was an explicit reason or advantage. You can see the following SO post for a description of both: &lt;a href=&quot;http://stackoverflow.com/questions/5674060/asp-net-mvc-difference-between-onauthorization-and-onactionexecuting&quot; title=&quot;asp.net mvc difference between OnAuthorization and OnActionExecuting&quot; rel=&quot;nofollow&quot;&gt;asp.net mvc difference between OnAuthorization and OnActionExecuting&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Steve &#8211; great article it has been helpful. One question &#8211; why did you choose to override &#8216;OnActionExecuting&#8217; as opposed to &#8216;OnAuthorization&#8217; as many of the other examples doing Basic Authentication with Web API have done? Just curious if there was an explicit reason or advantage. You can see the following SO post for a description of both: <a href="http://stackoverflow.com/questions/5674060/asp-net-mvc-difference-between-onauthorization-and-onactionexecuting" title="asp.net mvc difference between OnAuthorization and OnActionExecuting" rel="nofollow">asp.net mvc difference between OnAuthorization and OnActionExecuting</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basic Authentication with Asp.Net WebAPI by Rach</title>
		<link>http://stevescodingblog.co.uk/basic-authentication-with-asp-net-webapi/#comment-2326</link>
		<dc:creator>Rach</dc:creator>
		<pubDate>Tue, 19 Feb 2013 12:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=574#comment-2326</guid>
		<description><![CDATA[Thanks for this article. Very useful for my implementation.

The only addition I would add is that in the BasicAuthenticationAttribute, when the authorisation header is null, you should return the WWW-Authenticate header so the client knows to send the authentication header.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this article. Very useful for my implementation.</p>
<p>The only addition I would add is that in the BasicAuthenticationAttribute, when the authorisation header is null, you should return the WWW-Authenticate header so the client knows to send the authentication header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Basic Authentication with Asp.Net WebAPI by Getting started with Web API, Windows Azure ACS on iOS &#124; benpowell.org</title>
		<link>http://stevescodingblog.co.uk/basic-authentication-with-asp-net-webapi/#comment-2322</link>
		<dc:creator>Getting started with Web API, Windows Azure ACS on iOS &#124; benpowell.org</dc:creator>
		<pubDate>Tue, 12 Feb 2013 16:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://stevescodingblog.co.uk/?p=574#comment-2322</guid>
		<description><![CDATA[[...] Basic Authentication with Asp.Net WebAPI [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Basic Authentication with Asp.Net WebAPI [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
