<?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>Traversed paths</title>
	<atom:link href="http://blog.click2refer.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.click2refer.com</link>
	<description>Our best thoughts comes from others !!!</description>
	<lastBuildDate>Sun, 11 Nov 2012 16:38:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>All about Click2Refer</title>
		<link>http://blog.click2refer.com/2012/07/hello-world/</link>
		<comments>http://blog.click2refer.com/2012/07/hello-world/#comments</comments>
		<pubDate>Sat, 21 Jul 2012 18:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://click2refer.com/click2referblog/?p=1</guid>
		<description><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p>&nbsp;</p>
<p>Click2Refer Demo page</p>
]]></description>
			<content:encoded><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p>&nbsp;</p>
<p>Click2Refer Demo page</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.click2refer.com/2012/07/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automated compilation of Visual Studio Projects through C# using MSBuild</title>
		<link>http://blog.click2refer.com/2011/01/automated-compilation-of-visual-studio-projects-through-c-using-msbuild/</link>
		<comments>http://blog.click2refer.com/2011/01/automated-compilation-of-visual-studio-projects-through-c-using-msbuild/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 12:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.zingersaga.net/?p=117</guid>
		<description><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p><strong>Automated compilation of Visual Studio project</strong> is a feature of many project management tools.  The same could be done easily through C# as well. We can use the MSBuild tool to accomplish this.</p>
<p>You need to make a reference to <strong>Microsoft.Build.Engine. </strong>We also need a <strong>file logger class </strong>to record the outputs thrown by the MSBuild while compiling.</p>
<p><strong><span style="color: #0000ff;">Output of the C# program</span></strong> while compiling solution <em>“Web1”</em>,</p>
<p><a href="http://blog.click2refer.com/wp-content/uploads/2011/01/errors_listing.jpg"><img class="alignnone size-full wp-image-174" title="errors_listing" src="http://blog.click2refer.com/wp-content/uploads/2011/01/errors_listing.jpg" alt="" width="580" height="293" /></a></p>
<p><strong><span style="color: #0000ff;">Actual error listing made by Visual Studio</span></strong> on the while compiling solution <em>“Web1”</em>,</p>
<p><a href="http://blog.click2refer.com/wp-content/uploads/2011/01/vs_errors_listing.jpg"><img class="alignnone size-full wp-image-173" title="vs_errors_listing" src="http://blog.click2refer.com/wp-content/uploads/2011/01/vs_errors_listing.jpg" alt="" width="537" height="192" /></a></p>
<p>Here just shown the output first, don&#8217;t get confused. Find the code below,</p>
<p><strong><span style="color: #0000ff;">C# code for MSBuild:</span></strong></p>
<p>The solution builder class which is the core of this application is as follows,</p>
<blockquote><p>using Microsoft.Build.BuildEngine;<br />
using Microsoft.Build.Framework;<br />
using Microsoft.Build.Utilities;public class SolutionBuilder<br />
{<br />
BasicFileLogger b;<br />
public SolutionBuilder() { }</p>
<p>[STAThread]<br />
public string Compile(string solution_name,string logfile)<br />
{<br />
b = new BasicFileLogger();</p>
<p>b.Parameters = logfile;</p>
<p>b.register();</p>
<p>Microsoft.Build.BuildEngine.Engine.GlobalEngine.BuildEnabled = true;</p>
<p>Project p = new Project (Microsoft.Build.BuildEngine.Engine.GlobalEngine);</p>
<p>p.BuildEnabled = true;</p>
<p>p.Load(solution_name);</p>
<p>p.Build();</p>
<p>string output = b.getLogoutput();</p>
<p>output += &#8220;nt&#8221; + b.Warningcount + &#8221; Warnings. &#8220;;<br />
output += &#8220;nt&#8221; + b.Errorcount + &#8221; Errors. &#8220;;</p>
<p>b.Shutdown();</p>
<p>return output;<br />
}<br />
}</p></blockquote>
<p>The above class is used and compilation is initiated by the following code,</p>
<blockquote><p>static void Main(string[] args)<br />
{<br />
SolutionBuilder builder = new SolutionBuilder();string output = builder.Compile(@&#8221;G:CodesTestingTesting2web1.sln&#8221;, @&#8221;G:CodesTestingTesting2build_log.txt&#8221;);</p>
<p>Console.WriteLine(output);</p>
<p>Console.ReadKey();</p>
<p>}</p></blockquote>
<p><strong><span style="color: #0000ff;">About the code:</span> </strong><br />
Apart from these two codes, one more to be noticed is <strong>“BasicFileLogger” class</strong> which is used for the logging operations. This code is available in MSDN. You can also download from here:<a href='http://blog.click2refer.com/wp-content/uploads/2011/01/BasicFileLogger.cs_.txt'>BasicFileLogger.cs</a> </p>
<p>This code worked for the <strong>properly created solutions</strong>. You can refer the way my previous post,  <a href="http://blog.click2refer.com/2010/05/programmatically-compiling-visual-studio-net-projects-using-msbuild-tool/" title="Using MSBuild for automated build of .NET Projects"> Creating a blank solution</a>. It is built and compiled using Microsoft Visual C# 2008. It works successfully in compiling a Visual Studio solutions.</p>
<p>I hope this would be helpful to build a system to build .NET projects.</p>
]]></description>
			<content:encoded><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p><strong>Automated compilation of Visual Studio project</strong> is a feature of many project management tools.  The same could be done easily through C# as well. We can use the MSBuild tool to accomplish this.</p>
<p>You need to make a reference to <strong>Microsoft.Build.Engine. </strong>We also need a <strong>file logger class </strong>to record the outputs thrown by the MSBuild while compiling.</p>
<p><strong><span style="color: #0000ff;">Output of the C# program</span></strong> while compiling solution <em>“Web1”</em>,</p>
<p><a href="http://blog.click2refer.com/wp-content/uploads/2011/01/errors_listing.jpg"><img class="alignnone size-full wp-image-174" title="errors_listing" src="http://blog.click2refer.com/wp-content/uploads/2011/01/errors_listing.jpg" alt="" width="580" height="293" /></a></p>
<p><strong><span style="color: #0000ff;">Actual error listing made by Visual Studio</span></strong> on the while compiling solution <em>“Web1”</em>,</p>
<p><a href="http://blog.click2refer.com/wp-content/uploads/2011/01/vs_errors_listing.jpg"><img class="alignnone size-full wp-image-173" title="vs_errors_listing" src="http://blog.click2refer.com/wp-content/uploads/2011/01/vs_errors_listing.jpg" alt="" width="537" height="192" /></a></p>
<p>Here just shown the output first, don&#8217;t get confused. Find the code below,</p>
<p><strong><span style="color: #0000ff;">C# code for MSBuild:</span></strong></p>
<p>The solution builder class which is the core of this application is as follows,</p>
<blockquote><p>using Microsoft.Build.BuildEngine;<br />
using Microsoft.Build.Framework;<br />
using Microsoft.Build.Utilities;public class SolutionBuilder<br />
{<br />
BasicFileLogger b;<br />
public SolutionBuilder() { }</p>
<p>[STAThread]<br />
public string Compile(string solution_name,string logfile)<br />
{<br />
b = new BasicFileLogger();</p>
<p>b.Parameters = logfile;</p>
<p>b.register();</p>
<p>Microsoft.Build.BuildEngine.Engine.GlobalEngine.BuildEnabled = true;</p>
<p>Project p = new Project (Microsoft.Build.BuildEngine.Engine.GlobalEngine);</p>
<p>p.BuildEnabled = true;</p>
<p>p.Load(solution_name);</p>
<p>p.Build();</p>
<p>string output = b.getLogoutput();</p>
<p>output += &#8220;nt&#8221; + b.Warningcount + &#8221; Warnings. &#8220;;<br />
output += &#8220;nt&#8221; + b.Errorcount + &#8221; Errors. &#8220;;</p>
<p>b.Shutdown();</p>
<p>return output;<br />
}<br />
}</p></blockquote>
<p>The above class is used and compilation is initiated by the following code,</p>
<blockquote><p>static void Main(string[] args)<br />
{<br />
SolutionBuilder builder = new SolutionBuilder();string output = builder.Compile(@&#8221;G:CodesTestingTesting2web1.sln&#8221;, @&#8221;G:CodesTestingTesting2build_log.txt&#8221;);</p>
<p>Console.WriteLine(output);</p>
<p>Console.ReadKey();</p>
<p>}</p></blockquote>
<p><strong><span style="color: #0000ff;">About the code:</span> </strong><br />
Apart from these two codes, one more to be noticed is <strong>“BasicFileLogger” class</strong> which is used for the logging operations. This code is available in MSDN. You can also download from here:<a href='http://blog.click2refer.com/wp-content/uploads/2011/01/BasicFileLogger.cs_.txt'>BasicFileLogger.cs</a> </p>
<p>This code worked for the <strong>properly created solutions</strong>. You can refer the way my previous post,  <a href="http://blog.click2refer.com/2010/05/programmatically-compiling-visual-studio-net-projects-using-msbuild-tool/" title="Using MSBuild for automated build of .NET Projects"> Creating a blank solution</a>. It is built and compiled using Microsoft Visual C# 2008. It works successfully in compiling a Visual Studio solutions.</p>
<p>I hope this would be helpful to build a system to build .NET projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.click2refer.com/2011/01/automated-compilation-of-visual-studio-projects-through-c-using-msbuild/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using MSBuild for automated build of .NET Projects</title>
		<link>http://blog.click2refer.com/2010/05/programmatically-compiling-visual-studio-net-projects-using-msbuild-tool/</link>
		<comments>http://blog.click2refer.com/2010/05/programmatically-compiling-visual-studio-net-projects-using-msbuild-tool/#comments</comments>
		<pubDate>Sun, 02 May 2010 20:20:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET solution]]></category>
		<category><![CDATA[ASP.NET application]]></category>
		<category><![CDATA[Automated compilation]]></category>
		<category><![CDATA[MSBuild]]></category>
		<category><![CDATA[MSBuild Failure]]></category>
		<category><![CDATA[Portable solution]]></category>
		<category><![CDATA[Release management]]></category>
		<category><![CDATA[Visual studio project]]></category>

		<guid isPermaLink="false">http://www.zingersaga.net/blogging/wordpress/?p=80</guid>
		<description><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<h3>Something about my project</h3>
<p>My final year project is <strong><span style="color: #800000;">“Release management application”</span></strong>.  It makes the software release process easier for the software companies. The application is set to work for .NET and PHP projects.  One of the important module is that <span style="color: #800000;">automated compilation process</span>. This module will automatically compile the projects stored in VSS (Visual SourceSafe) to ensure no errors before making a release in that module. We won’t continue release process when there are errors.</p>
<h3>MSBuild to compile .NET projects</h3>
<p>The visual studio solution file usually will have an ASP.NET project and business layer and data access layer class libraries in majority of web based projects. People call it<span style="color: #800000;"> “3-tier application architecture”</span>. Actually the solution file will be created in developer’s machine and saved in the VSS, the compilation process will occur at the release management application server which will be at a different location.</p>
<h3>MSBuild failed for some solutions</h3>
<p>It worked for me initially when we simply compiled a simple “Console application”, but with solution containing ASP.NET web application, it was unable to locate projects rightly and failed.</p>
<p>I found the flaw when I opened that solution file using notepad. ASP.NET applications use two paths, virtual and physical path, whereas the console application didn’t. The following lines give you an idea about them,</p>
<p><span style="color: #0000ff;"><br />
</span></p>
<blockquote><p><span style="color: #0000ff;">Debug.AspNetCompiler.VirtualPath = &#8220;/Release_management&#8221;</span></p>
<p><span style="color: #0000ff;">Debug.AspNetCompiler.PhysicalPath = <span style="color: #ff0000;">&#8220;E:\tdb\Release_management&#8221;</span></span></p>
<p><span style="color: #0000ff;">Debug.AspNetCompiler.TargetPath = &#8220;PrecompiledWebRelease_management&#8221;</span></p>
<p><span style="color: #0000ff;"><br />
</span></p>
<p><span style="color: #0000ff;">Release.AspNetCompiler.VirtualPath = &#8220;/Release_management&#8221;</span></p>
<p><span style="color: #0000ff;">Release.AspNetCompiler.PhysicalPath = <span style="color: #ff0000;">&#8220;E:\tdb\Release_management&#8221;</span></span></p>
<p><span style="color: #0000ff;">Release.AspNetCompiler.TargetPath = &#8220;PrecompiledWebRelease_management&#8221;</span></p></blockquote>
<p>The physical path is set statically as “E:tdbRelease_management”, it will lead to mismatch and build process will ultimately fail when we compile in a different machine.</p>
<h3>Starting with a blank solution is the key</h3>
<p>The cause of this problem is that, the way we created the solution file when we started coding phase of the project. When we start coding, we should make a blank solution and then proceed adding projects further; <em><span style="color: #800000;"><strong>this is the right way of creating a new visual studio solution</strong></span></em>.</p>
<blockquote>
<p style="padding-left: 30px;">When you click <em><strong><span style="color: #800000;">File -&gt; New Project -&gt; Other Project Types -&gt; Visual Studio Solutions -&gt; Blank Solution (under “Visual Studio installed templates”)</span>,</strong></em> you will get the following window.</p>
<p><a href="http://blog.click2refer.com/wp-content/uploads/2010/05/solution-creation.jpg"><img class="alignnone size-full wp-image-171" title="MS Visual studio Blank solution creation" src="http://blog.click2refer.com/wp-content/uploads/2010/05/solution-creation.jpg" alt="" width="580" height="404" /></a></p></blockquote>
<p style="text-align: justify; padding-left: 30px;"><em>I finally compiled ASP.NET applications easily with projects created using above method, thereby completed the automated compilation process which is crucial for my project. </em></p>
<blockquote>
<p style="text-align: justify; padding-left: 30px;"><strong>You can find <a href="http://blog.click2refer.com/2011/01/automated-compilation-of-visual-studio-projects-through-c-using-msbuild/" title="Automated compilation of Visual Studio Projects through C# using MSBuild">Sample C# code here</a> to build .NET projects.</strong></p>
</blockquote>
<p style="text-align: justify; padding-left: 30px;"><span style="color: #800000;">I am thankful to my guide<strong> Guru</strong> sir for his guidance.</span><em><br />
</em></p>
<p style="text-align: justify; padding-left: 30px;"><em><br />
</em></p>
<p style="text-align: justify; padding-left: 30px;"><em><br />
</em></p>
]]></description>
			<content:encoded><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<h3>Something about my project</h3>
<p>My final year project is <strong><span style="color: #800000;">“Release management application”</span></strong>.  It makes the software release process easier for the software companies. The application is set to work for .NET and PHP projects.  One of the important module is that <span style="color: #800000;">automated compilation process</span>. This module will automatically compile the projects stored in VSS (Visual SourceSafe) to ensure no errors before making a release in that module. We won’t continue release process when there are errors.</p>
<h3>MSBuild to compile .NET projects</h3>
<p>The visual studio solution file usually will have an ASP.NET project and business layer and data access layer class libraries in majority of web based projects. People call it<span style="color: #800000;"> “3-tier application architecture”</span>. Actually the solution file will be created in developer’s machine and saved in the VSS, the compilation process will occur at the release management application server which will be at a different location.</p>
<h3>MSBuild failed for some solutions</h3>
<p>It worked for me initially when we simply compiled a simple “Console application”, but with solution containing ASP.NET web application, it was unable to locate projects rightly and failed.</p>
<p>I found the flaw when I opened that solution file using notepad. ASP.NET applications use two paths, virtual and physical path, whereas the console application didn’t. The following lines give you an idea about them,</p>
<p><span style="color: #0000ff;"><br />
</span></p>
<blockquote><p><span style="color: #0000ff;">Debug.AspNetCompiler.VirtualPath = &#8220;/Release_management&#8221;</span></p>
<p><span style="color: #0000ff;">Debug.AspNetCompiler.PhysicalPath = <span style="color: #ff0000;">&#8220;E:\tdb\Release_management&#8221;</span></span></p>
<p><span style="color: #0000ff;">Debug.AspNetCompiler.TargetPath = &#8220;PrecompiledWebRelease_management&#8221;</span></p>
<p><span style="color: #0000ff;"><br />
</span></p>
<p><span style="color: #0000ff;">Release.AspNetCompiler.VirtualPath = &#8220;/Release_management&#8221;</span></p>
<p><span style="color: #0000ff;">Release.AspNetCompiler.PhysicalPath = <span style="color: #ff0000;">&#8220;E:\tdb\Release_management&#8221;</span></span></p>
<p><span style="color: #0000ff;">Release.AspNetCompiler.TargetPath = &#8220;PrecompiledWebRelease_management&#8221;</span></p></blockquote>
<p>The physical path is set statically as “E:tdbRelease_management”, it will lead to mismatch and build process will ultimately fail when we compile in a different machine.</p>
<h3>Starting with a blank solution is the key</h3>
<p>The cause of this problem is that, the way we created the solution file when we started coding phase of the project. When we start coding, we should make a blank solution and then proceed adding projects further; <em><span style="color: #800000;"><strong>this is the right way of creating a new visual studio solution</strong></span></em>.</p>
<blockquote>
<p style="padding-left: 30px;">When you click <em><strong><span style="color: #800000;">File -&gt; New Project -&gt; Other Project Types -&gt; Visual Studio Solutions -&gt; Blank Solution (under “Visual Studio installed templates”)</span>,</strong></em> you will get the following window.</p>
<p><a href="http://blog.click2refer.com/wp-content/uploads/2010/05/solution-creation.jpg"><img class="alignnone size-full wp-image-171" title="MS Visual studio Blank solution creation" src="http://blog.click2refer.com/wp-content/uploads/2010/05/solution-creation.jpg" alt="" width="580" height="404" /></a></p></blockquote>
<p style="text-align: justify; padding-left: 30px;"><em>I finally compiled ASP.NET applications easily with projects created using above method, thereby completed the automated compilation process which is crucial for my project. </em></p>
<blockquote>
<p style="text-align: justify; padding-left: 30px;"><strong>You can find <a href="http://blog.click2refer.com/2011/01/automated-compilation-of-visual-studio-projects-through-c-using-msbuild/" title="Automated compilation of Visual Studio Projects through C# using MSBuild">Sample C# code here</a> to build .NET projects.</strong></p>
</blockquote>
<p style="text-align: justify; padding-left: 30px;"><span style="color: #800000;">I am thankful to my guide<strong> Guru</strong> sir for his guidance.</span><em><br />
</em></p>
<p style="text-align: justify; padding-left: 30px;"><em><br />
</em></p>
<p style="text-align: justify; padding-left: 30px;"><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.click2refer.com/2010/05/programmatically-compiling-visual-studio-net-projects-using-msbuild-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An encouraging article I read for &#8220;Programming success&#8221;.</title>
		<link>http://blog.click2refer.com/2009/10/an-encouraging-programming-article-i-read/</link>
		<comments>http://blog.click2refer.com/2009/10/an-encouraging-programming-article-i-read/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 05:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[novice programmers]]></category>
		<category><![CDATA[programming success]]></category>
		<category><![CDATA[Programming tips]]></category>
		<category><![CDATA[succcessful programming]]></category>

		<guid isPermaLink="false">http://www.zingersaga.net/blogging/wordpress/?p=14</guid>
		<description><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p>Hi,</p>
<p>I  read from a web page titled &#8220;Teach Yourself Programming in Ten Years&#8221; at <a href="http://norvig.com/21-days.html">http://norvig.com/21-days.html</a></p>
<p>I just would like to share the excerpt from it which i wondered.. It says that to expertise in any field it takes ten years.</p>
<blockquote><p><em> &#8220;Researchers (Bloom (1985), Bryan &amp; Harter (1899), Hayes (1989), Simmon &amp; Chase (1973)) have shown it takes about ten years to develop expertise in any of a wide variety of areas, including chess playing, music composition, telegraph operation, painting, piano playing, swimming, tennis, and research in neuropsychology and topology. The key is deliberative practice: not just doing it again and again, but challenging yourself with a task that is just beyond your current ability, trying it, analyzing your performance while and after doing it, and correcting any mistakes. Then repeat. And repeat again. There appear to be no real shortcuts: even Mozart, who was a musical prodigy at age 4, took 13 more years before he began to produce world-class music.&#8221;</em></p></blockquote>
<p>The page also lists some receipe for programming success like (get interested, work on projects, work on others code  and so on ).</p>
<p>It will be useful for programmers like me..</p>
]]></description>
			<content:encoded><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p>Hi,</p>
<p>I  read from a web page titled &#8220;Teach Yourself Programming in Ten Years&#8221; at <a href="http://norvig.com/21-days.html">http://norvig.com/21-days.html</a></p>
<p>I just would like to share the excerpt from it which i wondered.. It says that to expertise in any field it takes ten years.</p>
<blockquote><p><em> &#8220;Researchers (Bloom (1985), Bryan &amp; Harter (1899), Hayes (1989), Simmon &amp; Chase (1973)) have shown it takes about ten years to develop expertise in any of a wide variety of areas, including chess playing, music composition, telegraph operation, painting, piano playing, swimming, tennis, and research in neuropsychology and topology. The key is deliberative practice: not just doing it again and again, but challenging yourself with a task that is just beyond your current ability, trying it, analyzing your performance while and after doing it, and correcting any mistakes. Then repeat. And repeat again. There appear to be no real shortcuts: even Mozart, who was a musical prodigy at age 4, took 13 more years before he began to produce world-class music.&#8221;</em></p></blockquote>
<p>The page also lists some receipe for programming success like (get interested, work on projects, work on others code  and so on ).</p>
<p>It will be useful for programmers like me..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.click2refer.com/2009/10/an-encouraging-programming-article-i-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;sumanya,kanthi,lucky&#8221; virus &#8211; My solution.</title>
		<link>http://blog.click2refer.com/2009/10/removing-sumanyakanthilucky-virus-my-solution/</link>
		<comments>http://blog.click2refer.com/2009/10/removing-sumanyakanthilucky-virus-my-solution/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:44:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Viruses]]></category>
		<category><![CDATA[kanthi]]></category>
		<category><![CDATA[lucky]]></category>
		<category><![CDATA[manual removal Sumanya virus]]></category>

		<guid isPermaLink="false">http://www.zingersaga.net/blogging/wordpress/?p=6</guid>
		<description><![CDATA[Removing the annoying "sumanya,kanthi,lucky" virus from memory. Simple steps to get rid off them. ]]></description>
			<content:encoded><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p>Hi,  I would like to share something that I found. I was annoyed by the viruses in CCC in our college. We are always devastated by new viruses every few months.</p>
<p>The most annoying one is that “Sumanya, kanthi …“  virus. It had some different nature like when we close any one of such, it used to pop some more similar processes. I tried as many different ways and finally closed it by one way.</p>
<h3>Removing virus from memory:</h3>
<p>It’s been simple. These are the steps,</p>
<ol>
<blockquote>
<li><em>Open  “<strong>Task Manager</strong>” -&gt;  “<strong>Processes</strong>” tab. Just click on “Image name” to sort it out for easy operation.</em></li>
<li><em>Now you could see some redundant group of processes with names like “<strong>k,.exe”, “s,.exe” and “winlg.exe”</strong>.</em></li>
<li><em>Just choose any one process of each group (for ex: choose one of “k,.exe” file) and right click and press “<strong>End Process Tree</strong>”. Don’t bother about the newly spawned processes if it creates any further.</em></li>
<li><em>Now repeat the above step for “s,.exe” and “winlg.exe”.</em></li>
<li><em>It’s almost removed. Now you got to switch for “<strong>Applications</strong>” tab in your task manager. Just choose all those “<strong>sumanya, kanthi and lucky</strong>” file names and right click to put “<strong>End Task</strong>”.</em></li>
<li><em>You have now removed that virus from memory</em>.</li>
</blockquote>
</ol>
<p> <img src='http://blog.click2refer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://blog.click2refer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Cleaning the infected pen drive:</h3>
<p>If you feel you are already infected by the virus in your pen drive, don’t worry we can get back our hidden files easily. Just use the following steps. Do these steps very carefully.</p>
<ol>
<blockquote>
<li><em>Open <strong>command prompt </strong>and change to your pen drive.</em></li>
<li><em>Just use this command “<strong>attrib –h –s –r /S /D</strong>”. This will make visible all hidden files in pen drive visible.  Now you can see your files back in pen drive. </em></li>
</blockquote>
</ol>
<p>If you are ready to remove viruses from your drive, just go for following steps, you are doing these steps at your own risk, I am not responsive for any of your mistakes.. Do it carefully.</p>
<p>Just open windows “Find” and choose pen drive directory.</p>
<ol>
<blockquote>
<li><em>Put file name as “<strong>*.exe</strong>” and set file size as <strong>at most 320 KB</strong>. In most systems I noticed the size of that virus as <strong>316 KB</strong>. In some systems it varied like <strong>370 or 382</strong> too. Adjust accordingly. </em></li>
<li><em>Make sure you chosen the option to search hidden files and folders.</em></li>
<li><em>Now you click search and see the results. Just sort out by size.</em></li>
<li><em>You can notices the files of 316 KB. They are all viruses unless you know that that’s your program rather. Take care of that.</em></li>
<li><em>You just choose <strong>all those virus files and delete them</strong>. Yes its over, Your pen drive is clean now !!!</em></li>
</blockquote>
</ol>
<p>Those viruses are just off and you can work safely guys.</p>
<p>Have  a nice day <img src='http://blog.click2refer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.click2refer.com/2009/10/removing-sumanyakanthilucky-virus-my-solution/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.click2refer.com/2009/10/hello-world-2/</link>
		<comments>http://blog.click2refer.com/2009/10/hello-world-2/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 06:27:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.zingersaga.net/blogging/wordpress/?p=1</guid>
		<description><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p>Welcome to my first blog !!. I have setup my blog successfully.</p>
<p>I wanted to blog here to share what i am getting to know. I hope that would be useful to my folks and friends.</p>
<p>Today we have lots of information,  I can understand the value of information when that comes handy rather than it coming out of a search for long time, so comes this module in my website.</p>
<p>I invite you friend to comment and share.. <img src='http://blog.click2refer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></description>
			<content:encoded><![CDATA[
 <!-- Code for Click2Refer Script begins -->

<div align="left">
<span id='click2refer_script' ></span>
 
</div>

<!-- **** The settings values transferred to the core files (Start) **** -->

<script language='javascript'> 
var server_info = "http://blog.click2refer.com"; 
var dict_info = "wn";
var bkt_info_text ="You can double click on any word to get its meaning";
</script>

<script language="javascript">

//"http://click2refer.zingersaga.net/loadword3.aspx";

var bkt_get_word ="http://click2refer-wordnet.appspot.com/GetWord";

</script>

<!-- **** The settings values transferred to the core files (End) **** -->

<script language='javascript' src='http://blog.click2refer.com/wp-content/plugins/click2refer-virtual-dictionary/js/click2refer_plugin.js'></script>

<!-- Code for Click2Refer Script ends --><br>

<p>Welcome to my first blog !!. I have setup my blog successfully.</p>
<p>I wanted to blog here to share what i am getting to know. I hope that would be useful to my folks and friends.</p>
<p>Today we have lots of information,  I can understand the value of information when that comes handy rather than it coming out of a search for long time, so comes this module in my website.</p>
<p>I invite you friend to comment and share.. <img src='http://blog.click2refer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.click2refer.com/2009/10/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
