<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by joycsc</title>
    <description>Stories kicked by joycsc</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Presentation at Microsoft Day @ Dhaka - Tanzim Saqib on .NET discovery</title>
      <description>Presentation slide for the &amp;quot;Development in ASP.NET [WebForms, LINQ, Dynamic Data]&amp;quot; session on Microsoft Day @ Dhaka &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2ftanzimsaqib%2farchive%2f2009%2f06%2f21%2fpresentation-at-microsoft-day-dhaka.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ftanzimsaqib%2farchive%2f2009%2f06%2f21%2fpresentation-at-microsoft-day-dhaka.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Presentation_at_Microsoft_Day_Dhaka_Tanzim_Saqib_on_NET_discovery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Presentation_at_Microsoft_Day_Dhaka_Tanzim_Saqib_on_NET_discovery</guid>
      <pubDate>Wed, 01 Jul 2009 10:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010: Web.config transforms</title>
      <description>Recently I wrote about Visual Studio 2010 and multiple web.config files support. Let's see how to play with web.config transformation so we can use one configuration on development environment and the other for production environment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f16%2fvisual-studio-2010-web-config-transforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f16%2fvisual-studio-2010-web-config-transforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_config_transforms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Web_config_transforms</guid>
      <pubDate>Mon, 22 Jun 2009 15:15:00 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL is NOT dead!</title>
      <description>Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, "LINQ to SQL is dead!" A lot of people feel like they're not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead.

In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable&amp;lt;T&amp;gt; for tables instead of Table&amp;lt;T&amp;gt;, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you're on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</guid>
      <pubDate>Sun, 07 Jun 2009 19:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Overview of .NET 4.0 features - C# 4.0 Named and Optional Parameters</title>
      <description>The concept of Optional parameters is not new and exists in other languages such as C++. Infact, the functionality is a part of the .NET framework and exists is in VB.NET. Optional parameters will be introduced in C# 4.0 and can be used to call a method without having to specify all the arguments. The intent of this feature is to assist in writing concise code and in COM interoperability.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-C-40-Named-and-Optional-Parameters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-C-40-Named-and-Optional-Parameters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Overview_of_NET_4_0_features_C_4_0_Named_and_Optional_Parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Overview_of_NET_4_0_features_C_4_0_Named_and_Optional_Parameters</guid>
      <pubDate>Mon, 08 Jun 2009 13:45:05 GMT</pubDate>
    </item>
    <item>
      <title>5 Quick Steps to Get Introduced with VSTS and TFS 2010 Beta 1</title>
      <description>As the Beta 1 releases is pretty infant, there are very limited resources available in the web and community, so I just wanted to gather all of the useful resources with respect to these two tool in one places, so that anyone can move forward from installation to first "Hello VSTS/TFS" excitement smoothly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f06%2f03%2f5-quick-steps-to-get-introduced-with-visual-studio-team.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f06%2f03%2f5-quick-steps-to-get-introduced-with-visual-studio-team.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/5_Quick_Steps_to_Get_Introduced_with_VSTS_and_TFS_2010_Beta_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/5_Quick_Steps_to_Get_Introduced_with_VSTS_and_TFS_2010_Beta_1</guid>
      <pubDate>Thu, 04 Jun 2009 06:15:00 GMT</pubDate>
    </item>
    <item>
      <title>My Dot Net Developer's tools list, and more.</title>
      <description>I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here's the complete list: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</guid>
      <pubDate>Wed, 27 May 2009 04:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 Beta 1 for MSDN Subscribers</title>
      <description>Visual Studio 2010 Beta 1 is now on MSDN along with .Net 4 Beta 1.

Some highlights from the information:

.Net 4.0
Cloud Development - Windows Azure which is basically utility computing where you pay by the hour for your usage.
Parallel Development - Not sure if this only means PLINQ for .Net developers or if they are only talking about C++ devs.  
TDD Improvements - Editor changes for building test cases first, and then writing the code.
ASP.NET - CSS grids and design surfaces changes, more Javascript debugging improvements.
C++ Compiler - Lots of changes for C++ development, including MFC.
Sharepoint templates 
New Project Templates
Windows 7 - MFC updates for Ribbon UI, and WPF changes.
Application Model Changes - Reverse existing codebases, and lots of changes in Architect Edition to support more model types (including Class Libraries finally).
Test Runner - This is potentially huge as it allows testers to submit bug reports complete with callstacks and traces that you can actually use to resume an app at the error point to avoid the dreaded No Repro on bug reports.  I have seen this demo and it is quite impressive.  We will see how it actually works though. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vistadb.net%2fblog%2fpost%2f2009%2f05%2f17%2fvisual-studio-2010-beta-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vistadb.net%2fblog%2fpost%2f2009%2f05%2f17%2fvisual-studio-2010-beta-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Beta_1_for_MSDN_Subscribers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Beta_1_for_MSDN_Subscribers</guid>
      <pubDate>Tue, 19 May 2009 07:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Kona 3: Learning Behavior Driven Development (BDD)</title>
      <description>Holy cow! Another *DD - man I really must have an IV with that Alt.NET Punch just coursing like a train in my veins! I ask for your patience with this one - cause I think BDD is a really good tool to know - whether you use it or not - knowing the workings of it will allow you to have some intelligent conversation the next time you're in Austin :). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fmvc-storefront%2fkona-3%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fmvc-storefront%2fkona-3%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Kona_3_Learning_Behavior_Driven_Development_BDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Kona_3_Learning_Behavior_Driven_Development_BDD</guid>
      <pubDate>Fri, 15 May 2009 22:46:26 GMT</pubDate>
    </item>
    <item>
      <title>How Do You Deal With Exceptions?</title>
      <description>A little post on my ideas about handling exceptions within applications. How do you handle them? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f05%2f14%2fHow-Do-You-Deal-With-Exceptions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_Do_You_Deal_With_Exceptions</guid>
      <pubDate>Fri, 15 May 2009 04:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Windows 7 Tricks and Keyboard Shortcuts </title>
      <description>A summary of Windows 7 keyboard shortcuts and tips. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fsdorman%2farchive%2f2009%2f05%2f10%2fwindows-7-tricks-and-keyboard-shortcuts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fsdorman%2farchive%2f2009%2f05%2f10%2fwindows-7-tricks-and-keyboard-shortcuts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Windows_7_Tricks_and_Keyboard_Shortcuts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Windows_7_Tricks_and_Keyboard_Shortcuts</guid>
      <pubDate>Mon, 18 May 2009 13:01:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net - Never again fear publishing your website with debug=true</title>
      <description>What makes the deployment element special is that it is a machine level configuration element. When its retail attribute is set to true, it will disable the &amp;lt;compilation debug="true"&amp;gt; for ALL ASP.Net applications running on that machine. In addition, it turns of detailed errors messages being sent to remote machines and disables the ability to trace output. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.aggregatedintelligence.com%2f2009%2f04%2faspnet-never-again-fear-publishing-your.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.aggregatedintelligence.com%2f2009%2f04%2faspnet-never-again-fear-publishing-your.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_Never_again_fear_publishing_your_website_with_debug_true</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_Never_again_fear_publishing_your_website_with_debug_true</guid>
      <pubDate>Fri, 24 Apr 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Perform batch inserts in sql server 2005 using XML</title>
      <description>My current project requires me to download huge amounts of data from a remote server in the form of XML and save them to our local database. Lets see if we can do this using just one simple T-SQL stored procedure. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.raihaniqbal.org%2fblog%2fperform-batch-insertsupdates-in-sql-server-2005-using-xml%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.raihaniqbal.org%2fblog%2fperform-batch-insertsupdates-in-sql-server-2005-using-xml%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Perform_batch_inserts_in_sql_server_2005_using_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Perform_batch_inserts_in_sql_server_2005_using_XML</guid>
      <pubDate>Mon, 20 Apr 2009 21:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Code Snippets in Visual Studio</title>
      <description>Brief intro to Code Snippets in Visual Studio &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.progware.org%2fBlog%2fpost%2fCode-Snippets-in-Visual-Studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.progware.org%2fBlog%2fpost%2fCode-Snippets-in-Visual-Studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Code_Snippets_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Code_Snippets_in_Visual_Studio</guid>
      <pubDate>Sat, 11 Apr 2009 15:30:40 GMT</pubDate>
    </item>
    <item>
      <title>Aggregator Provider Pattern: White Paper and Samples</title>
      <description>Provider Aggregator Pattern is an extension of Provider Pattern, which enables us to create and utilize multiple instance of the class having the same provider interface. In this pattern, there is an Aggregator class which implements the provider interface and contains a collection of instances of classes having the same provider interface.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2fagpp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fagpp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Aggregator_Provider_Pattern_White_Paper_and_Samples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Aggregator_Provider_Pattern_White_Paper_and_Samples</guid>
      <pubDate>Fri, 10 Apr 2009 22:01:02 GMT</pubDate>
    </item>
    <item>
      <title>First steps with Lightweight Test Automation Framework and ASP.NET MVC</title>
      <description>Microsoft's newly-Codeplexed Lightweight Test Automation Framework lets you test UI behaviors in ASP.NET applications. But what does it actually do? How does it work behind the scenes? How do you use it with ASP.NET MVC? This post explains the architecture and provides a downloadable demo project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2009%2f03%2f27%2ffirst-steps-with-lightweight-test-automation-framework%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2009%2f03%2f27%2ffirst-steps-with-lightweight-test-automation-framework%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/First_steps_with_Lightweight_Test_Automation_Framework_and_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/First_steps_with_Lightweight_Test_Automation_Framework_and_ASP_NET_MVC</guid>
      <pubDate>Tue, 31 Mar 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Business for geeks: Naming your software company</title>
      <description>A second post in the series about starting a software development tools company covering the process undertaken in picking the name of the company. Covers points to consider when picking a name for your own software brand. This isn't strictly code but might be interesting for entrepreneurial .net geeks out there. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjohndaniel%2findex.php%2f2009%2f03%2fchoosing-a-business-name%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscape.co.nz%2fstaff%2fjohndaniel%2findex.php%2f2009%2f03%2fchoosing-a-business-name%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Business_for_geeks_Naming_your_software_company</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Business_for_geeks_Naming_your_software_company</guid>
      <pubDate>Wed, 25 Mar 2009 02:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The State of ALT.NET</title>
      <description>Over the past 6 months I have been trying to really quantify what it means to be using ALT.NET practices. And I can honestly say that I still honestly don't know what it means to be an ALT.NETer. But I have come to a number of conclusions about the state of the ALT.NET community, that I wanted to share.
(1) The ALT.NET Community is fractured among itself.
(2) Take the religious zealotry out of ALT.NET
(3) Craftsmanship with out Engineering is no way to program software. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2009%2f03%2fthe-state-of-altnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2009%2f03%2fthe-state-of-altnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/The_State_of_ALT_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/The_State_of_ALT_NET</guid>
      <pubDate>Thu, 19 Mar 2009 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Aspect Oriented Programming in C#.NET: Part II</title>
      <description> This article is the continuation of the Part I. We will continue with the same problem of the Customer Sales application discussed in Part I. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f1111302072009051446AM%2f11113.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f1111302072009051446AM%2f11113.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Aspect_Oriented_Programming_in_C_NET_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Aspect_Oriented_Programming_in_C_NET_Part_II</guid>
      <pubDate>Wed, 18 Mar 2009 12:16:02 GMT</pubDate>
    </item>
    <item>
      <title>KOBE - Web 2.0 Service Development Resource Kit</title>
      <description>Kobe is a "getting started" resource kit on planning, architecting, and implementing Web 2.0 applications and services using the Microsoft Platform. I am sure all of you who are interested in this area would be really benefitted with it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f03%2f11%2fcheck-this-out-kobe--web-2.0-service-development-resource.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f03%2f11%2fcheck-this-out-kobe--web-2.0-service-development-resource.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/KOBE_Web_2_0_Service_Development_Resource_Kit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/KOBE_Web_2_0_Service_Development_Resource_Kit</guid>
      <pubDate>Wed, 11 Mar 2009 16:49:54 GMT</pubDate>
    </item>
    <item>
      <title>Joe Stagner: Email Reporter: VSTS 2008 Load Test Plug-in</title>
      <description>The ASP.NET Community Rocks !!!!

ASP.NET MVP Mohammad Ashraful Alam just released a cool Plug-In for VSTS .......

An &amp;quot;Email Reporter&amp;quot; for VSTS.....

&amp;quot;Email Reporter: VSTS 2008 Load Test Plug-in&amp;quot; enables users to send the load test reports to one or more pre-configured email addresses automatically, once a VSTS Load Test is completed. This open-source load test plug-in also provides supports for customization by which you can customize the reported performance data. &amp;quot;

Check it out here.....

http://code.msdn.microsoft.com/erep &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.misfitgeek.com%2f2009%2f03%2f09%2fEmailReporterVSTS2008LoadTestPlugin.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.misfitgeek.com%2f2009%2f03%2f09%2fEmailReporterVSTS2008LoadTestPlugin.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Joe_Stagner_Email_Reporter_VSTS_2008_Load_Test_Plug_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Joe_Stagner_Email_Reporter_VSTS_2008_Load_Test_Plug_in</guid>
      <pubDate>Mon, 09 Mar 2009 20:33:44 GMT</pubDate>
    </item>
    <item>
      <title>Email Reporter: VSTS 2008 Load Test Plug-in</title>
      <description>Microsoft's Visual Studio Team System Test Edition provides a powerful platform to perform high volume load testing. It also provides high end flexibilities to write and utilize external plug-in for extended functionalities. 

&amp;quot;Email Reporter: VSTS 2008 Load Test Plug-in&amp;quot; enables users to send the load test reports to one or more pre-configured email addresses automatically, once a VSTS Load Test is completed. This open-source load test plug-in also provides supports for customization by which you can customize the reported performance data.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2ferep"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2ferep" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Email_Reporter_VSTS_2008_Load_Test_Plug_in</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Email_Reporter_VSTS_2008_Load_Test_Plug_in</guid>
      <pubDate>Mon, 09 Mar 2009 21:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Smoke, Sanity and Regression Testing: The River Analogy</title>
      <description>In the world of testing, Smoke Testing, Sanity Testing and Regression Testing are very similar to each other: to ensure the quality running the test cases of an existing application with respect to a new feature being added/dropped/modified. We can consider a River Analogy to understand the difference between Smoke Testing, Sanity Testing and Regression Testing better.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f03%2f04%2fsmoke-sanity-and-regression-testing-the-river-analogy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f03%2f04%2fsmoke-sanity-and-regression-testing-the-river-analogy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Smoke_Sanity_and_Regression_Testing_The_River_Analogy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Smoke_Sanity_and_Regression_Testing_The_River_Analogy</guid>
      <pubDate>Wed, 04 Mar 2009 19:41:57 GMT</pubDate>
    </item>
    <item>
      <title>Use jQuery to catch and display ASP.NET AJAX service errors</title>
      <description>An example of how to detect errors that occur when requesting ASP.NET AJAX web services and page methods with jQuery, how to handle them, and how to more attractively present errors to the user. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f04%2fuse-jquery-to-catch-and-display-aspnet-ajax-service-errors%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f03%2f04%2fuse-jquery-to-catch-and-display-aspnet-ajax-service-errors%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Use_jQuery_to_catch_and_display_ASP_NET_AJAX_service_errors</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Use_jQuery_to_catch_and_display_ASP_NET_AJAX_service_errors</guid>
      <pubDate>Wed, 04 Mar 2009 22:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Wanna see ASP.NET MVC RTM-ed? Help test MVC RC2</title>
      <description>ASP.NET MVC RC2 has just been released, and it includes a pretty big change in the installation process. Before it is RTMed they want to make sure it doesn't break anything, so, help test the installation procedure in as many machine as you can, and report problems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f04%2fwanna-see-asp.net-mvc-rtmed-test-mvc-rc2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f04%2fwanna-see-asp.net-mvc-rtmed-test-mvc-rc2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Wanna_see_ASP_NET_MVC_RTM_ed_Help_test_MVC_RC2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Wanna_see_ASP_NET_MVC_RTM_ed_Help_test_MVC_RC2</guid>
      <pubDate>Wed, 04 Mar 2009 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>15 Most Interesting jQuery Tutorials</title>
      <description>This time we collected the most interesting jQuery tutorials. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ajaxline.com%2f15-most-interesting-jquery-tutorials"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ajaxline.com%2f15-most-interesting-jquery-tutorials" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/15_Most_Interesting_jQuery_Tutorials</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/15_Most_Interesting_jQuery_Tutorials</guid>
      <pubDate>Wed, 04 Mar 2009 16:01:04 GMT</pubDate>
    </item>
  </channel>
</rss>