<?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 Dan Harman</title>
	<atom:link href="http://www.danharman.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danharman.net</link>
	<description>Lock &#38; Code</description>
	<lastBuildDate>Tue, 23 Apr 2013 20:38:23 +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 A Retry Helper Class with Exponential Backoff by Dan Harman</title>
		<link>http://www.danharman.net/2011/06/13/a-retry-helper-class-with-exponential-backoff/#comment-681</link>
		<dc:creator>Dan Harman</dc:creator>
		<pubDate>Tue, 23 Apr 2013 20:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=149#comment-681</guid>
		<description><![CDATA[Looking at my code, it looks like I missed a &#039;new&#039; in the how to use fragment as RetryHelper needs to be instantiated. I&#039;d probably rewrite it now to be created by a static helper to avoid the need to new the wrapper. I will make an amendment to the post to fix the bug. Thanks for spotting the mistake! ]]></description>
		<content:encoded><![CDATA[<p>Looking at my code, it looks like I missed a &#8216;new&#8217; in the how to use fragment as RetryHelper needs to be instantiated. I&#8217;d probably rewrite it now to be created by a static helper to avoid the need to new the wrapper. I will make an amendment to the post to fix the bug. Thanks for spotting the mistake! </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.Net MVC 3 Custom Membership Provider with Repository Injection by Dan Harman</title>
		<link>http://www.danharman.net/2011/06/23/asp-net-mvc-3-custom-membership-provider-with-repository-injection/#comment-661</link>
		<dc:creator>Dan Harman</dc:creator>
		<pubDate>Tue, 23 Apr 2013 20:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=103#comment-661</guid>
		<description><![CDATA[That attribute was from the dependency injection framework!]]></description>
		<content:encoded><![CDATA[<p>That attribute was from the dependency injection framework!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storing Custom Data in Forms Authentication Tickets by Dan Harman</title>
		<link>http://www.danharman.net/2011/07/07/storing-custom-data-in-forms-authentication-tickets/#comment-771</link>
		<dc:creator>Dan Harman</dc:creator>
		<pubDate>Tue, 23 Apr 2013 20:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=218#comment-771</guid>
		<description><![CDATA[You need to be very careful storing more sensitive data in a cookie. e.g. SSL is a requirement and it needs to be encrypted. Session state is fine if it works for you. Obviously it tends to imply large data transfers with each page fetch which won&#039;t be great if you have mobile clients, lots of users or limited bandwidth. However if its working for you at the moment, then don&#039;t feel obliged to throw it away because its technically suboptimal. If it ain&#039;t broken...]]></description>
		<content:encoded><![CDATA[<p>You need to be very careful storing more sensitive data in a cookie. e.g. SSL is a requirement and it needs to be encrypted. Session state is fine if it works for you. Obviously it tends to imply large data transfers with each page fetch which won&#8217;t be great if you have mobile clients, lots of users or limited bandwidth. However if its working for you at the moment, then don&#8217;t feel obliged to throw it away because its technically suboptimal. If it ain&#8217;t broken&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Retry Helper Class with Exponential Backoff by Adam Shaw</title>
		<link>http://www.danharman.net/2011/06/13/a-retry-helper-class-with-exponential-backoff/#comment-671</link>
		<dc:creator>Adam Shaw</dc:creator>
		<pubDate>Tue, 23 Apr 2013 13:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=149#comment-671</guid>
		<description><![CDATA[I keep getting an : 

RetryHelper&#039; is a &#039;type&#039; but is used like a &#039;variable&#039;

Error, can you advise? 
Thanks, 
Adam]]></description>
		<content:encoded><![CDATA[<p>I keep getting an : </p>
<p>RetryHelper&#8217; is a &#8216;type&#8217; but is used like a &#8216;variable&#8217;</p>
<p>Error, can you advise?<br />
Thanks,<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storing Custom Data in Forms Authentication Tickets by Lelala</title>
		<link>http://www.danharman.net/2011/07/07/storing-custom-data-in-forms-authentication-tickets/#comment-761</link>
		<dc:creator>Lelala</dc:creator>
		<pubDate>Fri, 05 Apr 2013 09:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=218#comment-761</guid>
		<description><![CDATA[What about storing more sensitive information in the cookie?
So far we&#039;ve used sessionState, whats wrong this it? (Apart from the memory consumption the sessionState has...)]]></description>
		<content:encoded><![CDATA[<p>What about storing more sensitive information in the cookie?<br />
So far we&#8217;ve used sessionState, whats wrong this it? (Apart from the memory consumption the sessionState has&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.Net MVC 3 Custom Membership Provider with Repository Injection by Min Kim</title>
		<link>http://www.danharman.net/2011/06/23/asp-net-mvc-3-custom-membership-provider-with-repository-injection/#comment-651</link>
		<dc:creator>Min Kim</dc:creator>
		<pubDate>Tue, 12 Mar 2013 07:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=103#comment-651</guid>
		<description><![CDATA[I have a question about the [Inject] attribute.
Can you show me the source code of this attribute?]]></description>
		<content:encoded><![CDATA[<p>I have a question about the [Inject] attribute.<br />
Can you show me the source code of this attribute?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Binding WPF Events to MVVM ViewModel Commands by Vivane</title>
		<link>http://www.danharman.net/2011/08/05/binding-wpf-events-to-mvvm-viewmodel-commands/#comment-891</link>
		<dc:creator>Vivane</dc:creator>
		<pubDate>Thu, 07 Mar 2013 13:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=273#comment-891</guid>
		<description><![CDATA[Hello!
 
I want to use your method for wpf HierarchicalDataTemplate. 

How do we do?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I want to use your method for wpf HierarchicalDataTemplate. </p>
<p>How do we do?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Binding WPF Events to MVVM ViewModel Commands by Vivane</title>
		<link>http://www.danharman.net/2011/08/05/binding-wpf-events-to-mvvm-viewmodel-commands/#comment-881</link>
		<dc:creator>Vivane</dc:creator>
		<pubDate>Thu, 07 Mar 2013 13:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=273#comment-881</guid>
		<description><![CDATA[Hi!
This part invokes the ICommand in ViewModel, very well:-
&lt;code&gt;

            
                        &lt;i&gt;
                            &lt;i&gt;
                                
                            &lt;/i&gt;
                        &lt;/i&gt;
            
        
&lt;/code&gt;

This does not invoke the ICommand in ViewModel:-
&lt;code&gt;

            
                
                    
                        &lt;i&gt;
                            &lt;i&gt;
                                
                            &lt;/i&gt;
                        &lt;/i&gt;
                    
                
            
        
&lt;/code&gt;

Can you tell me why?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
This part invokes the ICommand in ViewModel, very well:-<br />
<code></p>
<p>                        <i><br />
                            </i><i></p>
<p>                            </i></p>
<p></code></p>
<p>This does not invoke the ICommand in ViewModel:-<br />
<code></p>
<p>                        <i><br />
                            </i><i></p>
<p>                            </i></p>
<p></code></p>
<p>Can you tell me why?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Binding WPF Events to MVVM ViewModel Commands by Vivane</title>
		<link>http://www.danharman.net/2011/08/05/binding-wpf-events-to-mvvm-viewmodel-commands/#comment-871</link>
		<dc:creator>Vivane</dc:creator>
		<pubDate>Thu, 07 Mar 2013 13:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=273#comment-871</guid>
		<description><![CDATA[Hi!
This part invokes the ICommand in ViewModel, very well:-

            
                        &lt;i&gt;
                            &lt;i&gt;
                                
                            &lt;/i&gt;
                        &lt;/i&gt;
            
        

This does not invoke the ICommand in ViewModel
****

            
                
                    
                        &lt;i&gt;
                            &lt;i&gt;
                                
                            &lt;/i&gt;
                        &lt;/i&gt;
                    
                
            
        
*****

Can you tell me why?
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
This part invokes the ICommand in ViewModel, very well:-</p>
<p>                        <i><br />
                            </i><i></p>
<p>                            </i></p>
<p>This does not invoke the ICommand in ViewModel<br />
****</p>
<p>                        <i><br />
                            </i><i></p>
<p>                            </i></p>
<p>*****</p>
<p>Can you tell me why?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.Net MVC 3 Custom Membership Provider with Repository Injection by Jeff Hojnacki</title>
		<link>http://www.danharman.net/2011/06/23/asp-net-mvc-3-custom-membership-provider-with-repository-injection/#comment-641</link>
		<dc:creator>Jeff Hojnacki</dc:creator>
		<pubDate>Sun, 17 Feb 2013 05:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.danharman.net/?p=103#comment-641</guid>
		<description><![CDATA[Hi Dan,

Your article for a custom membership provider is exactly what I need.    I downloaded and installed Ninject.   I created a custom Membership Provider.    Cut and pasted your sample code right into Global.asax, but it won&#039;t compile because StandardKernel is expecting an Array.

         private IKernel _kernel = new StandardKernel(new MyNinjectModules());

MyNinjectModules looks like below right now.   Note:  The Load function is commented because I have not implemented it yet.

internal class MyNinjectModules : MyCustomMembershipProvider  // NinjectModule
    {
        //public override void Load()
        //{
        //Bind()
        //    .To();
        //}
    }

I have searched for a few hours for other code samples, and tried a whole bunch of things, but unsuccessful.   This has got to be something really simple.  Please advise.

Thanks,

Jeff]]></description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Your article for a custom membership provider is exactly what I need.    I downloaded and installed Ninject.   I created a custom Membership Provider.    Cut and pasted your sample code right into Global.asax, but it won&#8217;t compile because StandardKernel is expecting an Array.</p>
<p>         private IKernel _kernel = new StandardKernel(new MyNinjectModules());</p>
<p>MyNinjectModules looks like below right now.   Note:  The Load function is commented because I have not implemented it yet.</p>
<p>internal class MyNinjectModules : MyCustomMembershipProvider  // NinjectModule<br />
    {<br />
        //public override void Load()<br />
        //{<br />
        //Bind()<br />
        //    .To();<br />
        //}<br />
    }</p>
<p>I have searched for a few hours for other code samples, and tried a whole bunch of things, but unsuccessful.   This has got to be something really simple.  Please advise.</p>
<p>Thanks,</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
