<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Arjarapu Blog Space</title>
	<atom:link href="http://www.arjarapu.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arjarapu.com/blog</link>
	<description>all about expressing your thoughts and ideas.</description>
	<lastBuildDate>Mon, 16 Apr 2012 23:15:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Decision Tree Learning</title>
		<link>http://www.arjarapu.com/blog/2012/04/decision-tree-learning/</link>
		<comments>http://www.arjarapu.com/blog/2012/04/decision-tree-learning/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 19:14:05 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=259</guid>
		<description><![CDATA[Types of machine learning: Machine learning algorithms can be organized into a taxonomy based on the desired outcome of the algorithm. [1] Supervised learning: Generates a function that maps inputs to desired outputs (also called labels). This is most common &#8230; <a href="http://www.arjarapu.com/blog/2012/04/decision-tree-learning/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2012/04/decision-tree-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third Party controls UI Rendering Performance Results</title>
		<link>http://www.arjarapu.com/blog/2011/12/third-party-controls-ui-rendering-performance-results/</link>
		<comments>http://www.arjarapu.com/blog/2011/12/third-party-controls-ui-rendering-performance-results/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 18:23:07 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=231</guid>
		<description><![CDATA[As I was briefing in the my previous post on Evaluating UI performance / Rendering speed of controls, I ran tests on my machine against SDK Grid, Infragistics Xam Grid &#038; Telerik Rad Grid and came up with below test &#8230; <a href="http://www.arjarapu.com/blog/2011/12/third-party-controls-ui-rendering-performance-results/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2011/12/third-party-controls-ui-rendering-performance-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evaluating UI performance / Rendering speed of controls</title>
		<link>http://www.arjarapu.com/blog/2011/12/evaluating-ui-performance-rendering-speed-of-controls/</link>
		<comments>http://www.arjarapu.com/blog/2011/12/evaluating-ui-performance-rendering-speed-of-controls/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 12:13:49 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=215</guid>
		<description><![CDATA[In my previous blog on BulkObservableCollection vs ObservableCollection, I showed you means to improve the performance of adding huge data to UI controls. Now if you were evaluating various third party UI control libraries then apart from control features they &#8230; <a href="http://www.arjarapu.com/blog/2011/12/evaluating-ui-performance-rendering-speed-of-controls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2011/12/evaluating-ui-performance-rendering-speed-of-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BulkObservableCollection vs ObservableCollection</title>
		<link>http://www.arjarapu.com/blog/2011/11/bulkobservablecollection-vs-observablecollection/</link>
		<comments>http://www.arjarapu.com/blog/2011/11/bulkobservablecollection-vs-observablecollection/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 16:59:27 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=190</guid>
		<description><![CDATA[If you are working with huge number records to be shown on the UI (like tree or datagrid), then you might have already come across some performance issues while trying to add newly fetched records into existing collection. If you are in this situation, then the solution for your issue could be BulkObservableCollection.  <a href="http://www.arjarapu.com/blog/2011/11/bulkobservablecollection-vs-observablecollection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2011/11/bulkobservablecollection-vs-observablecollection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing lot of Silverlight development lately</title>
		<link>http://www.arjarapu.com/blog/2011/10/doing-lot-of-silverlight-development-lately/</link>
		<comments>http://www.arjarapu.com/blog/2011/10/doing-lot-of-silverlight-development-lately/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 20:49:32 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/2011/10/playing-with-more-on-silverlight-development/</guid>
		<description><![CDATA[I have being developing more on the Silverlight applications for the past 10 months. At the beginning, as I haven&#8217;t explored much on Silverlight, I had some hard time in getting up jump start as I was playing with too &#8230; <a href="http://www.arjarapu.com/blog/2011/10/doing-lot-of-silverlight-development-lately/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2011/10/doing-lot-of-silverlight-development-lately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish / Subscribe Events in JavaScript</title>
		<link>http://www.arjarapu.com/blog/2010/08/publish-subscribe-events-in-javascript/</link>
		<comments>http://www.arjarapu.com/blog/2010/08/publish-subscribe-events-in-javascript/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 17:18:57 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=174</guid>
		<description><![CDATA[Some situations may require developers to call multiple methods on occurrence of an event. When we do know what all methods needs to be called before hand, then we could hard code &#8216;the set of methods&#8217; that needs to be &#8230; <a href="http://www.arjarapu.com/blog/2010/08/publish-subscribe-events-in-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2010/08/publish-subscribe-events-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ektron: The Controls collection cannot be modified &#8230;</title>
		<link>http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/</link>
		<comments>http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 02:38:02 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Ektron]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=100</guid>
		<description><![CDATA[For the past couple of hours I have been banging my head and pulling my left over few strands of hair to figure out what&#8217;s wrong with my code causing the below exception. The Controls collection cannot be modified because &#8230; <a href="http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/10/ektron-the-controls-collection-cannot-be-modified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login failed for user &#8216;IIS APPPOOL\DefaultAppPool&#8217;.[EkSite-&gt;GetSiteVariables()]</title>
		<link>http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/</link>
		<comments>http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:56:18 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Ektron]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS 7]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=69</guid>
		<description><![CDATA[If you are using the 'Integrated Security' for SQL login and got "Login failed for user 'IIS APPPOOL\DefaultAppPool'.[EkSite->GetSiteVariables()]" error then read more to find the solution.  <a href="http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/10/login-failed-for-user-iis-apppooldefaultapppool-eksite-getsitevariables/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moved to Windows 7 and I like the upgrade</title>
		<link>http://www.arjarapu.com/blog/2009/10/moved-to-windows-7-and-i-like-the-upgrade/</link>
		<comments>http://www.arjarapu.com/blog/2009/10/moved-to-windows-7-and-i-like-the-upgrade/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:31:31 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=86</guid>
		<description><![CDATA[For the past two and half years I have been using Open Suse as my OS except for playing FPS games and / or while working with some .NET stuff. Unlike Vista, I heard good reviews from my colleagues about &#8230; <a href="http://www.arjarapu.com/blog/2009/10/moved-to-windows-7-and-i-like-the-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/10/moved-to-windows-7-and-i-like-the-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set property of an object created using Reflection?</title>
		<link>http://www.arjarapu.com/blog/2009/08/how-to-set-property-of-an-object-created-using-reflection/</link>
		<comments>http://www.arjarapu.com/blog/2009/08/how-to-set-property-of-an-object-created-using-reflection/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 15:09:11 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Reflection]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=38</guid>
		<description><![CDATA[The VB.NET to C#.NET converter tool from Developer Fusion is awesome! It convert code from VB to C# or vice versa and primarily used by enthusiasts to learn the other language syntax. The tool does a great deal of work in trans-coding. However, not every thing is translated appropriately and you may have to clean up a little bit. Here is an example of issues I faced while using Reflection.  <!--more--> <a href="http://www.arjarapu.com/blog/2009/08/how-to-set-property-of-an-object-created-using-reflection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/08/how-to-set-property-of-an-object-created-using-reflection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Reverse Stream Reader</title>
		<link>http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/</link>
		<comments>http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:03:47 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=31</guid>
		<description><![CDATA[Mostly we read files top to bottom. Should situation occurs that you have to read the file bottom to top, having StreamReader in Reverse Order would greatly help to get things done in optimized way. Since there aren't any built in class available in .NET, I wrote a code in C#.NET to full fill my requirement. It support StreamReader methods like Read, Read (to buffer), ReadLine, ReadToEnd but are limited to work only on ASCII flat files.

<!--more--> <a href="http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2009/07/net-reverse-stream-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>grub setup stage 2 error while parsing number</title>
		<link>http://www.arjarapu.com/blog/2007/03/grub-setup-stage-2-error-while-parsing-number/</link>
		<comments>http://www.arjarapu.com/blog/2007/03/grub-setup-stage-2-error-while-parsing-number/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 03:52:56 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=25</guid>
		<description><![CDATA[Well, as I stated earlier I was trying to get openSuse 10.2 installed on my machine, which already has Vista on first partition. Though I never had issues while installing openSuse 10.2, Red Hat Linux, Enterprise Linux 10, this time &#8230; <a href="http://www.arjarapu.com/blog/2007/03/grub-setup-stage-2-error-while-parsing-number/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2007/03/grub-setup-stage-2-error-while-parsing-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Made a switch to linux OS</title>
		<link>http://www.arjarapu.com/blog/2007/03/made-a-switch-to-linux-os/</link>
		<comments>http://www.arjarapu.com/blog/2007/03/made-a-switch-to-linux-os/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 03:40:36 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[OpenSuse]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=24</guid>
		<description><![CDATA[Recently I made a switch to openSuse 10.2. Even since i started using it I didn&#8217;t boot my Vista partition. There are good number of features that I liked about openSuse. One fine day, I started writing shell scripts to &#8230; <a href="http://www.arjarapu.com/blog/2007/03/made-a-switch-to-linux-os/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2007/03/made-a-switch-to-linux-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Class is ambiguous in the namespace &#8211; Fixed</title>
		<link>http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/</link>
		<comments>http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 14:46:46 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=23</guid>
		<description><![CDATA[Last night, I slept early 10.45 PM, however wokeup @ 5.45 AM after having my regular # of sleep hours. I have tried my best to sleep for next couple of hours, as there is yet another long work day &#8230; <a href="http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/10/class-is-ambiguous-in-the-namespace-fixed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Pisses me off one more time.</title>
		<link>http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/</link>
		<comments>http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 19:36:14 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=22</guid>
		<description><![CDATA[Today, I am very much pissed of Visual Studio 2005 wasting me 4 hours of worthful time and headache by the end of the day. I thought of making use of Source Safe features that comes with Team Suite for &#8230; <a href="http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/10/visual-studio-2005-pisses-me-off-one-more-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript: Sleep in a loop.</title>
		<link>http://www.arjarapu.com/blog/2006/08/javascript-sleep-in-a-loop/</link>
		<comments>http://www.arjarapu.com/blog/2006/08/javascript-sleep-in-a-loop/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 16:53:27 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.arjarapu.com/blog/?p=21</guid>
		<description><![CDATA[You might have come across requirement to sleep / delay in javascript. Since we do not have sleep functionality in javascript some overcome the scenario with the help of setTimeout function as detailed in this link. But, how do you &#8230; <a href="http://www.arjarapu.com/blog/2006/08/javascript-sleep-in-a-loop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/08/javascript-sleep-in-a-loop/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Generate / Create SQL script from stored procedure</title>
		<link>http://www.arjarapu.com/blog/2006/06/how-to-generate-create-sql-script-from-stored-procedure/</link>
		<comments>http://www.arjarapu.com/blog/2006/06/how-to-generate-create-sql-script-from-stored-procedure/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 22:13:18 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://arjarapu.com/blog/?p=20</guid>
		<description><![CDATA[Not long ago, I was working on &#8220;SQL Synchronizer&#8221; -a tool of my own to help synchronize stored procedures from source server / database to target server / database. Use of this tool will become handy when you want to &#8230; <a href="http://www.arjarapu.com/blog/2006/06/how-to-generate-create-sql-script-from-stored-procedure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/06/how-to-generate-create-sql-script-from-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking .NET DLL&#8217;s for Amateurs &#8211; 2 of 2</title>
		<link>http://www.arjarapu.com/blog/2006/05/cracking-net-dll%e2%80%99s-for-amateurs-2-of-2/</link>
		<comments>http://www.arjarapu.com/blog/2006/05/cracking-net-dll%e2%80%99s-for-amateurs-2-of-2/#comments</comments>
		<pubDate>Tue, 02 May 2006 00:51:41 +0000</pubDate>
		<dc:creator>the_one</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://arjarapu.com/blog/?p=19</guid>
		<description><![CDATA[In my previous article, I explained about building an imaginary Super Calculator, how to implement enabling various features based on the License &#8211; Trial / Full Version and purchased add-on features. In this article, we are going to discuss &#8211; &#8230; <a href="http://www.arjarapu.com/blog/2006/05/cracking-net-dll%e2%80%99s-for-amateurs-2-of-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/05/cracking-net-dll%e2%80%99s-for-amateurs-2-of-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cracking .NET DLL&#8217;s for Amateurs &#8211; 1 of 2</title>
		<link>http://www.arjarapu.com/blog/2006/04/cracking-net-dlls-for-amateurs-1-of-2/</link>
		<comments>http://www.arjarapu.com/blog/2006/04/cracking-net-dlls-for-amateurs-1-of-2/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 18:24:31 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://arjarapu.com/blog/?p=17</guid>
		<description><![CDATA[Crackers and Hackers have fantasized me ever since I started gaining computer knowledge. The skills demonstrated by these guys have always driven me crazy. Having, unexpectedly, played around with couple of .NET DLL&#8217;s and successful cracked them, I want to &#8230; <a href="http://www.arjarapu.com/blog/2006/04/cracking-net-dlls-for-amateurs-1-of-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/04/cracking-net-dlls-for-amateurs-1-of-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL SERVER Generate Password Function</title>
		<link>http://www.arjarapu.com/blog/2006/03/sql-server-generate-password-function/</link>
		<comments>http://www.arjarapu.com/blog/2006/03/sql-server-generate-password-function/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 18:33:35 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://arjarapu.com/blog/?p=16</guid>
		<description><![CDATA[Most of you might have come across need for creating a random password for the users. I prefer using passwords that are generated completely random, containing a-zA-Z0-9 and some special characters, making them tough to guess. However, thinking from the &#8230; <a href="http://www.arjarapu.com/blog/2006/03/sql-server-generate-password-function/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.arjarapu.com/blog/2006/03/sql-server-generate-password-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

