<?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 Act Code</title>
	<atom:link href="http://actcode.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://actcode.com</link>
	<description></description>
	<lastBuildDate>Fri, 29 Jul 2011 06:24:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on PHP overloading ( method overloading and property overloading) by Cutehits</title>
		<link>http://actcode.com/2010/05/php-overloading-method-overloading-and-property-overloading-2/#comment-99</link>
		<dc:creator>Cutehits</dc:creator>
		<pubDate>Fri, 29 Jul 2011 06:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=36#comment-99</guid>
		<description>Nice Blog !!! Really i like that</description>
		<content:encoded><![CDATA[<p>Nice Blog !!! Really i like that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection with Ninject in .NET by Vasan</title>
		<link>http://actcode.com/2009/12/dependency-injection-with-ninject-in-net/#comment-98</link>
		<dc:creator>Vasan</dc:creator>
		<pubDate>Mon, 27 Jun 2011 13:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=33#comment-98</guid>
		<description>Hi,

Thanks for the very useful steps. I could get started on Ninject within 30-40 mins. However i faced few issues. I was trying this out with the latest 2.2 Ninject binaries, and faced couple of issues, just thought i will discuss it along with the solution, to help others who would be facing the same issues with the new 2.2 dll&#039;s

1. There is no Ninject.Core namespace with 2.2, in the case of Car class code where you use the [Inject] attribute, i used the base Ninject, and it worked fine
2. In the case of IocMapper class, first you need to use Ninject.Modules namespace, second you need to derive from NinjectModule instead of StandardModule

Thats it. you should be good to go!!

Thanks again Tanvir for the jump start!!

Cheers

Vasan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the very useful steps. I could get started on Ninject within 30-40 mins. However i faced few issues. I was trying this out with the latest 2.2 Ninject binaries, and faced couple of issues, just thought i will discuss it along with the solution, to help others who would be facing the same issues with the new 2.2 dll&#8217;s</p>
<p>1. There is no Ninject.Core namespace with 2.2, in the case of Car class code where you use the [Inject] attribute, i used the base Ninject, and it worked fine<br />
2. In the case of IocMapper class, first you need to use Ninject.Modules namespace, second you need to derive from NinjectModule instead of StandardModule</p>
<p>Thats it. you should be good to go!!</p>
<p>Thanks again Tanvir for the jump start!!</p>
<p>Cheers</p>
<p>Vasan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Git in Windows with TortoiseGIT client &amp; ProjectLocker free Git Hosting by Expert_Developer</title>
		<link>http://actcode.com/2010/06/git-in-windows-with-tortoisegit-client-projectlocker-free-git-hosting/#comment-78</link>
		<dc:creator>Expert_Developer</dc:creator>
		<pubDate>Thu, 28 Apr 2011 14:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=37#comment-78</guid>
		<description>Really a nice article..keep going..waiting for the advance feature &amp; operation of GIT..thanks</description>
		<content:encoded><![CDATA[<p>Really a nice article..keep going..waiting for the advance feature &amp; operation of GIT..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Control inside repeater row ASP.NET by its_kk</title>
		<link>http://actcode.com/2010/02/control-inside-repeater-row-asp-net/#comment-35</link>
		<dc:creator>its_kk</dc:creator>
		<pubDate>Thu, 17 Mar 2011 10:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=34#comment-35</guid>
		<description>very nice article... Thank you</description>
		<content:encoded><![CDATA[<p>very nice article&#8230; Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Observer Pattern &#8211; implementation and application with C#.NET by Anonymous</title>
		<link>http://actcode.com/2010/09/observer-pattern-implementation-and-application-with-c-net/#comment-34</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 14 Mar 2011 19:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=38#comment-34</guid>
		<description>Thanks for example, it really helped me grasp a better understand of this pattern</description>
		<content:encoded><![CDATA[<p>Thanks for example, it really helped me grasp a better understand of this pattern</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET Form Authentication by J (Encrypted Flash Drive Guy)</title>
		<link>http://actcode.com/2008/11/asp-net-form-authentication/#comment-33</link>
		<dc:creator>J (Encrypted Flash Drive Guy)</dc:creator>
		<pubDate>Thu, 24 Feb 2011 13:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=19#comment-33</guid>
		<description>Thanks for the demonstrations for doing form based authentication manually. I am also describing about the use of SHA1 for HMAC Generation and AES for Encryption: SHA1 is preferred to MD5 hashing because it produces a larger hash size; therefore, it is considered to be more secure. AES is preferred to DES and 3DES because of its larger key sizes. ASP.NET version 2.0 defaults to using SHA1 and AES. The following defaults are documented in the Machine.config.comments file.&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;With the default values of Auto for the decryption attribute and Auto Generate, Isolate Apps for the decryption key, tickets are encrypted with AES symmetric encryption.</description>
		<content:encoded><![CDATA[<p>Thanks for the demonstrations for doing form based authentication manually. I am also describing about the use of SHA1 for HMAC Generation and AES for Encryption: SHA1 is preferred to MD5 hashing because it produces a larger hash size; therefore, it is considered to be more secure. AES is preferred to DES and 3DES because of its larger key sizes. ASP.NET version 2.0 defaults to using SHA1 and AES. The following defaults are documented in the Machine.config.comments file.</p>
<p>With the default values of Auto for the decryption attribute and Auto Generate, Isolate Apps for the decryption key, tickets are encrypted with AES symmetric encryption.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection with Ninject in .NET by Tanvir Faraj</title>
		<link>http://actcode.com/2009/12/dependency-injection-with-ninject-in-net/#comment-32</link>
		<dc:creator>Tanvir Faraj</dc:creator>
		<pubDate>Wed, 19 Jan 2011 06:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=33#comment-32</guid>
		<description>Simple and nice, thnx.</description>
		<content:encoded><![CDATA[<p>Simple and nice, thnx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Observer Pattern &#8211; implementation and application with C#.NET by Sohan</title>
		<link>http://actcode.com/2010/09/observer-pattern-implementation-and-application-with-c-net/#comment-31</link>
		<dc:creator>Sohan</dc:creator>
		<pubDate>Fri, 07 Jan 2011 03:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=38#comment-31</guid>
		<description>In C# I would use event handlers to implement observers. It achieves the same target, but you get a more C# accent when implementing observer using events.</description>
		<content:encoded><![CDATA[<p>In C# I would use event handlers to implement observers. It achieves the same target, but you get a more C# accent when implementing observer using events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Observer Pattern &#8211; implementation and application with C#.NET by sam</title>
		<link>http://actcode.com/2010/09/observer-pattern-implementation-and-application-with-c-net/#comment-30</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 28 Dec 2010 04:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=38#comment-30</guid>
		<description>Its really a good example to understand observer pattern.&lt;br /&gt;Thank you very much for this post.</description>
		<content:encoded><![CDATA[<p>Its really a good example to understand observer pattern.<br />Thank you very much for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET application logging with Log4net in Console , File &amp; Database by windows 7</title>
		<link>http://actcode.com/2009/11/net-application-logging-with-log4net-in-console-file-database/#comment-29</link>
		<dc:creator>windows 7</dc:creator>
		<pubDate>Sat, 20 Nov 2010 05:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://actcode.com/?p=32#comment-29</guid>
		<description>Absolutely brilliant post guys, been following your blog for 3 days now and i should say i am starting to like your post. and now how do i subscribe to your blog?</description>
		<content:encoded><![CDATA[<p>Absolutely brilliant post guys, been following your blog for 3 days now and i should say i am starting to like your post. and now how do i subscribe to your blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

