<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Haider</title>
    <description>Stories kicked by Haider</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>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> Logical Query Processing Phases - Order of Statement Execution</title>
      <description>SQL SERVER -What actually sets SQL Server apart from other programming languages is the way SQL Server processes its code. Generally, most programming languages process statement from top to bottom. By contrast, SQL Server processes them in a unique order which is known as Logical Query Processing Phase. These phases generate a series of virtual tables with each virtual table feeding into the next phase (virtual tables not viewable). These phases and their orders are given as follows: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f06%2fsql-server-logical-query-processing-phases-order-of-statement-execution%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f06%2fsql-server-logical-query-processing-phases-order-of-statement-execution%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Logical_Query_Processing_Phases_Order_of_Statement_Execution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Logical_Query_Processing_Phases_Order_of_Statement_Execution</guid>
      <pubDate>Fri, 10 Apr 2009 20:31:02 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>Agile Software Development: More About Human Ideology, Rather Machine </title>
      <description>To be benefited from Agile concept, developers and managers needs to take it as an ideology, rather considering it as technology. The very basic concept is, keep it simple, provide the working samples in iterative manner, work with trust and discover the future risk factors by discussing with team members (not just spending hundreds of hours to read and write documentation's!). Why Agile projects are successful? This encourages HUMAN effort and motivation, not on machines! And it's been absolutely proven is HUMAN is the most powerful process in the universe! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fashraful%2farchive%2f2009%2f01%2f30%2fagile-software-development-more-about-human-ideology-rather-machine-or-technology.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fashraful%2farchive%2f2009%2f01%2f30%2fagile-software-development-more-about-human-ideology-rather-machine-or-technology.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Agile_Software_Development_More_About_Human_Ideology_Rather_Machine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Agile_Software_Development_More_About_Human_Ideology_Rather_Machine</guid>
      <pubDate>Fri, 30 Jan 2009 16:01:15 GMT</pubDate>
    </item>
    <item>
      <title>Debate: Do We Really Need Three Layer Architecture?</title>
      <description>How many of you changed your database vendor (i.e. Sql Server, Access) after developing an application? How many of your data entities include business logic? I could say, less than 10% in both cases for my case. I found the similar statistics for my other known developers. I guess this is true for less that 10% of the developers around the world.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fforums.asp.net%2ft%2f1343018.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fforums.asp.net%2ft%2f1343018.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Debate_Do_We_Really_Need_Three_Layer_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Debate_Do_We_Really_Need_Three_Layer_Architecture</guid>
      <pubDate>Thu, 06 Nov 2008 04:46:09 GMT</pubDate>
    </item>
    <item>
      <title>.NET Application Modeling Language (nAML) Specification and Tools </title>
      <description>Understanding the architecture and code in software application plays as major factors while building good software products. This free e-book introduces a new visual modeling technique, termed as "nAML" (.NET Application Modeling Language) which overcomes the limitation of typical modeling languages by providing revolutionary way!

Nothing much to say, just download it and you can get to know how POWERFUL it is! &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%2fProject%2fDownload%2fFileDownload.aspx%3fProjectName%3dnaml%26DownloadId%3d3083"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fProject%2fDownload%2fFileDownload.aspx%3fProjectName%3dnaml%26DownloadId%3d3083" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NET_Application_Modeling_Language_nAML_Specification_and_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NET_Application_Modeling_Language_nAML_Specification_and_Tools</guid>
      <pubDate>Thu, 11 Sep 2008 23:31:03 GMT</pubDate>
    </item>
  </channel>
</rss>