<?xml version="1.0" encoding="iso-8859-1"?><rss version="1.0"><channel><title>Diary of Sandeep Acharya</title><link>http://sandeepacharya.rediffiland.com/</link><description>Diary of Sandeep Acharya</description><language>en-us</language><item><title>ILDASM and Obfuscation</title><description><![CDATA[<SPAN id=abstract><FONT face=Verdana><STRONG>ILDASM and Obfuscation</STRONG>, these two things are not very familiar to most .NET developers. This article <A href="http://aspalliance.com/1108">http://aspalliance.com/1108</A> provides a way to begin the journey by discussing what they actually mean.<BR><BR>Thanks<BR><BR>Sandeep</FONT></SPAN>]]></description><pubDate>Sun, 14 Jan 2007 23:24:16 +0530</pubDate><link>http://sandeepacharya.rediffiland.com/blogs/2007/01/14/ILDASM-and.html</link></item><item><title>How to save the image files directly into the database without storing them physically</title><description><![CDATA[<FONT face=Verdana size=2>See how to save the image files directly into the database without storing them physically. In this article sandeep discussed how to do so using VB.Net and MS Acess (Can make use of any database.). One can find few such article but based on stored procedures, but this article uses inline queries. <BR><BR><BR><BR>Just find it out at : <BR><BR><BR><A href="<A href='http://aspalliance.com/1083">http://aspalliance.com/1083</A><BR><BR>Thanks <BR><BR>Sandeep</FONT>]]></description><pubDate>Thu, 07 Dec 2006 07:42:24 +0530</pubDate><link>http://sandeepacharya.rediffiland.com/blogs/2006/12/07/How-to-save-the-image-files-directly-into-the.html</link></item><item><title>CodeSnip: How to add data/values for corresponding entries in a Combo Box using Visual Basic .NET</title><description><![CDATA[<SPAN id=abstract><FONT face=Verdana size=2>While using Visual Basic .NET it has been experienced by many developers that it has a drawback in maintaining data or value for corresponding entries in a combo box. In this article, Sandeep provides a solution for the issue with the help of code samples.......<BR></FONT><FONT face=Verdana size=2><BR>Please Visit </FONT><A href="http://aspalliance.com/1059"><FONT face=Verdana color=#000000 size=2>http://aspalliance.com/1059</FONT></A><FONT size=2><FONT face=Verdana> for details<BR><BR>Thanks<BR>Sandeep Acharya</FONT></FONT></SPAN>]]></description><pubDate>Tue, 31 Oct 2006 14:51:56 +0530</pubDate><link>http://sandeepacharya.rediffiland.com/blogs/2006/10/31/CodeSnip-How-to-add-data-values-for.html</link></item><item><title>Multithreading in .Net</title><description><![CDATA[<P class=MsoBodyTextIndent style="MARGIN: 0in 0in 6pt"><FONT face=Verdana size=2>          Threads are also known as lightweight processes. But if we go into the depth then we can know that a thread is not actually a process rather than it provides ways for executing different parts of a program. Now lets discuss what actually means by multithreading. Multithreading (as name suggests multi+threading) is nothing but efficient execution of multiple threads at a time to enhance the performance of the application. For example : We are doing a file copy operation with a status bar on UI indicating the completion percentage. Here we need to keep track of how much file size is copied and at the same time we also need to advance the progress bar accordingly. This thing one can't do efficiently in a single thread and you have to go for multiple threads. </FONT></P><P class=MsoBodyTextIndent style="MARGIN: 0in 0in 6pt"><FONT face=Verdana size=2>The above one is just an example where we are forced for multithreading but when we are not forced also we can go for this choice for the betterment of the application performance. And of course that all depends on how effectively the thread is implemented in an application. Most of the developers don't use to write multithreaded applications and continue with a single thread. But the efficient use of threads can give birth to a highly powerful application.<BR><BR></P><P align=justify><FONT face=Verdana size=2>Want to know more on Multithreading? Please go through the following link. </FONT><A href="http://aspalliance.com/1028_Multithreading_with_an_Example_of_NET_Application"><FONT face=Verdana size=2>http://aspalliance.com/1028_Multithreading_with_an_Example_of_NET_Application</FONT></A><BR><BR><FONT face=Verdana size=2>Thanks <BR><BR>Sandeep Acharya</FONT></P></FONT>]]></description><pubDate>Fri, 27 Oct 2006 09:19:31 +0530</pubDate><link>http://sandeepacharya.rediffiland.com/blogs/2006/10/27/Multithreading-in.html</link></item><item><title>Boxing and Unboxing in .Net</title><description><![CDATA[<FONT face=Verdana size=2>Converting of a value type to a reference type is known as Boxing. And similarly the reverse (reference to value type) is know as Unboxing. <BR><BR>Please look at the following link if you want to know more. <A href="http://aspalliance.com/986">http://aspalliance.com/986</A><BR><BR>Thanks<BR><BR>Sandeep Acharya</FONT>]]></description><pubDate>Fri, 27 Oct 2006 09:13:20 +0530</pubDate><link>http://sandeepacharya.rediffiland.com/blogs/2006/10/27/Boxing-and-Unboxing-in.html</link></item></channel></rss>