<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Harry Singh</title><link>http://weblogs.asp.net/harrysingh/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Speedy Productive Coding: Resharper 4.0</title><link>http://weblogs.asp.net/harrysingh/archive/2008/06/17/speedy-productive-coding-resharper-4-0.aspx</link><pubDate>Tue, 17 Jun 2008 20:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6287522</guid><dc:creator>HarrySingh</dc:creator><author>HarrySingh</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/harrysingh/rsscomments.aspx?PostID=6287522</wfw:commentRss><comments>http://weblogs.asp.net/harrysingh/archive/2008/06/17/speedy-productive-coding-resharper-4-0.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Resharper 4.0 Beta Released&lt;BR&gt;&lt;BR&gt;Whats new in Resharper 4.0?&lt;/STRONG&gt; &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Full Support for C# 3.0 and LINQ 
&lt;LI&gt;Comprehensive Insight into .NET Framework 
&lt;LI&gt;Solution-Wide Analysis 
&lt;LI&gt;Code Cleanup 
&lt;LI&gt;New Refactorings 
&lt;LI&gt;Multiple New Productivity Features 
&lt;LI&gt;CamelHumps in Code Completion 
&lt;LI&gt;Live Templates Editor &amp;amp; Manager 
&lt;LI&gt;Recent Edits 
&lt;LI&gt;Smoother Interaction with Visual Studio Ecosystem 
&lt;LI&gt;ASP.NET Speedup&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Personal License is for $200 which is totally worth spending (after trying the trial copy for a month)&lt;/P&gt;
&lt;P mce_keep="true"&gt;Learn more about new features @&amp;nbsp;&lt;A class=externallink title=http://www.jetbrains.com/resharper/features/newfeatures.html href="http://www.jetbrains.com/resharper/features/newfeatures.html" target=_blank mce_href="http://www.jetbrains.com/resharper/features/newfeatures.html"&gt;&lt;FONT color=#ff9900&gt;http://www.jetbrains.com/resharper/features/newfeatures.html&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Resharper and Visual Studio Comparision&amp;nbsp;@ &lt;A class=externallink title=http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html href="http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html" target=_blank mce_href="http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html"&gt;&lt;FONT color=#ff9900&gt;http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Download trial copy @ &lt;A class=externallink title=http://www.jetbrains.com/resharper/download/index.html href="http://www.jetbrains.com/resharper/download/index.html" target=_blank mce_href="http://www.jetbrains.com/resharper/download/index.html"&gt;&lt;FONT color=#ff9900&gt;http://www.jetbrains.com/resharper/download/index.html&lt;/FONT&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;A path to Speedy Productive Coding :)
&lt;SCRIPT type=text/javascript&gt;
    &lt;!--
        if(__GetStatus() == "1") __ShowAllTrail();
    // --&gt;
    &lt;/SCRIPT&gt;
 &lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6287522" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/harrysingh/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Code Coverage Tool: NCover</title><link>http://weblogs.asp.net/harrysingh/archive/2008/05/05/code-coverage-tool-ncover.aspx</link><pubDate>Mon, 05 May 2008 17:21:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6159932</guid><dc:creator>HarrySingh</dc:creator><author>HarrySingh</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/harrysingh/rsscomments.aspx?PostID=6159932</wfw:commentRss><comments>http://weblogs.asp.net/harrysingh/archive/2008/05/05/code-coverage-tool-ncover.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;NCover is a intelligent code coverge tool. I used it in&amp;nbsp;determining&amp;nbsp;how many % of Biz Logic code is actually tested via unit tests. The more the % the better is the code quality.&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;What does Code Coverage means: An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional attention. It describes the degree to which the&amp;nbsp;source code of a&amp;nbsp;program has been tested. &lt;A href="http://en.wikipedia.org/wiki/Code_coverage" mce_href="http://en.wikipedia.org/wiki/Code_coverage"&gt;http://en.wikipedia.org/wiki/Code_coverage&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Every standard app should have some minimum % coverage (say 85%), marking it as a quality app/product.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Advantages:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Helps in&amp;nbsp;writing quality code and hence a quality product.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Provides a Graphical and a Web UI Interface&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;You can exclude the file that you dont wanna test.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;64 bit program support.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Fast and Simple&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;Disadvantages:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Not a Visual Studio Add in...but will be in future.&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;More details can be found at NCover website: &lt;A href="http://www.ncover.com/"&gt;http://www.ncover.com/&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6159932" width="1" height="1"&gt;</description></item><item><title>Productivity Boost Tool For Developers - ReSharper</title><link>http://weblogs.asp.net/harrysingh/archive/2008/03/28/productivity-boost-tool-for-developers-resharper.aspx</link><pubDate>Fri, 28 Mar 2008 19:33:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6042231</guid><dc:creator>HarrySingh</dc:creator><author>HarrySingh</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/harrysingh/rsscomments.aspx?PostID=6042231</wfw:commentRss><comments>http://weblogs.asp.net/harrysingh/archive/2008/03/28/productivity-boost-tool-for-developers-resharper.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;I am using this tools from past few months. &lt;/P&gt;
&lt;P mce_keep="true"&gt;The features that i like:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Orphaned&amp;nbsp;code detection : It colors out&amp;nbsp;the&amp;nbsp;orphaned code (variables, methods)&amp;nbsp;that is not being used for the app. This is very useful in detecting missing code implementation errors.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Coding Assistance: It automatically writes some code for you like the parenthesis, brackets etc&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Code Refactoring: i love this feature, This is a very quick way to refactor your code and to generate the new refactored methods. This automatically generates a new method with the required signature.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Unit Testing : You can run, debug&amp;nbsp;your unit tests from the code window, also it supports running of individual test, test suites in a seperate window.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Supports C# and VB.Net code.&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;Disadvantages:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;increases your project load times.&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV mce_keep="true"&gt;Current release version 3.1 doesnt support VS 2008 features but version 4.0 will support it.&amp;nbsp;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P mce_keep="true"&gt;There are much more features to try with the trial version on the site.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Resharper WebSite: &lt;A href="http://www.jetbrains.com/resharper/index.html" mce_href="http://www.jetbrains.com/resharper/index.html"&gt;http://www.jetbrains.com/resharper/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;=================================================================&lt;/P&gt;
&lt;P mce_keep="true"&gt;Good News: Resharper 4.0 Beta got release today (5/21/08).&lt;/P&gt;
&lt;P mce_keep="true"&gt;This will support VS2008.....yeah we are moving towards more productive coding....&lt;/P&gt;
&lt;P mce_keep="true"&gt;More details can be found @ &lt;A href="http://resharper.blogspot.com/2008/05/resharper-4-beta.html"&gt;http://resharper.blogspot.com/2008/05/resharper-4-beta.html&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;Download Details @ &lt;A href="http://www.jetbrains.com/resharper/beta/beta.html"&gt;http://www.jetbrains.com/resharper/beta/beta.html&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;=================================================================&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;STRONG&gt;Resharper 4.0 Beta Released (6/10/2008)&lt;BR&gt;&lt;BR&gt;Whats new in Resharper 4.0?&lt;/STRONG&gt; &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Full Support for C# 3.0 and LINQ 
&lt;LI&gt;Comprehensive Insight into .NET Framework 
&lt;LI&gt;Solution-Wide Analysis 
&lt;LI&gt;Code Cleanup 
&lt;LI&gt;New Refactorings 
&lt;LI&gt;Multiple New Productivity Features 
&lt;LI&gt;CamelHumps in Code Completion 
&lt;LI&gt;Live Templates Editor &amp;amp; Manager 
&lt;LI&gt;Recent Edits 
&lt;LI&gt;Smoother Interaction with Visual Studio Ecosystem 
&lt;LI&gt;ASP.NET Speedup&lt;/LI&gt;&lt;/UL&gt;
&lt;P mce_keep="true"&gt;&lt;BR&gt;Learn about new features @&amp;nbsp;&lt;A class=externallink title=http://www.jetbrains.com/resharper/features/newfeatures.html href="http://www.jetbrains.com/resharper/features/newfeatures.html" target=_blank&gt;http://www.jetbrains.com/resharper/features/newfeatures.html&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Resharper and Visual Studio Comparision&amp;nbsp;@ &lt;A class=externallink title=http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html href="http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html" target=_blank&gt;http://www.jetbrains.com/resharper/features/ComparisonMatrix_R4.html&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;Download trial copy @ &lt;A class=externallink title=http://www.jetbrains.com/resharper/download/index.html href="http://www.jetbrains.com/resharper/download/index.html" target=_blank&gt;http://www.jetbrains.com/resharper/download/index.html&lt;/A&gt; &lt;/P&gt;
&lt;P mce_keep="true"&gt;A path to Speedy Productive Coding :)
&lt;SCRIPT type=text/javascript&gt;
    &lt;!--
        if(__GetStatus() == "1") __ShowAllTrail();
    // --&gt;
    &lt;/SCRIPT&gt;
 &lt;/P&gt;
&lt;DIV id=MainFooterDiv&gt;&lt;!-- Used for layout purposes only --&gt;&lt;/DIV&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6042231" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/harrysingh/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>My First Blog in ASP.NET World</title><link>http://weblogs.asp.net/harrysingh/archive/2008/03/27/my-first-blog-in-asp-net-world.aspx</link><pubDate>Thu, 27 Mar 2008 18:17:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6038018</guid><dc:creator>HarrySingh</dc:creator><author>HarrySingh</author><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/harrysingh/rsscomments.aspx?PostID=6038018</wfw:commentRss><comments>http://weblogs.asp.net/harrysingh/archive/2008/03/27/my-first-blog-in-asp-net-world.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;This is my first blog and i am a new person to the blogging world.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I am a big fan of Microsoft Products (espesially VS 2008)&amp;nbsp;and want to spread the new&amp;nbsp;products all over the world. Often we know the products but we are limited to only few features. My aim is to explore all the new features so that we can use the technologies to the fullest.&amp;nbsp;Thats the main reason for the creation of the blog.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I will be&amp;nbsp;blogging about&lt;/P&gt;
&lt;P mce_keep="true"&gt;1. VS 2008&lt;/P&gt;
&lt;P mce_keep="true"&gt;2. C#2008&lt;/P&gt;
&lt;P mce_keep="true"&gt;3.AJAX&lt;/P&gt;
&lt;P mce_keep="true"&gt;4.General Development Practices&lt;/P&gt;
&lt;P mce_keep="true"&gt;5. Agile Programming&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;I would love to share more and more and would love to receive some feedback.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;Enjoy,&lt;/P&gt;
&lt;P mce_keep="true"&gt;Harry&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6038018" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/harrysingh/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/harrysingh/archive/tags/.NET/default.aspx">.NET</category></item></channel></rss>