<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with HowTo</title>
    <description>the latest stories tagged with 'HowTo' from DotNetKicks.com</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>How to disable web.config Inheritance for Child Applications?</title>
      <description>Each ASP.NET Web Application has its own configuration file called web.config file.
In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory.

This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fhow-to-disable-web-config-inheritance-for-child-applications-in-subfolders-in-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fhow-to-disable-web-config-inheritance-for-child-applications-in-subfolders-in-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_disable_web_config_Inheritance_for_Child_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_disable_web_config_Inheritance_for_Child_Applications</guid>
      <pubDate>Tue, 15 Apr 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How to easily insert row in GridView with SqlDataSource?</title>
      <description>Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it.
Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data.
Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you execute most of your Read, Update and Delete operations without writing a single line of code.
Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView.
Let see how we can easily insert new rows of data using GridView and SqlDataSource... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-insert-row-in-GridView-with-SqlDataSource.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_easily_insert_row_in_GridView_with_SqlDataSource</guid>
      <pubDate>Wed, 02 Apr 2008 09:33:30 GMT</pubDate>
    </item>
    <item>
      <title>Auto-Refresh a SharePoint Page</title>
      <description>A quick and dirty technique to auto-refresh a SharePoint page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdrewmace.blogspot.com%2f2008%2f02%2fauto-refresh-sharepoint-page.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdrewmace.blogspot.com%2f2008%2f02%2fauto-refresh-sharepoint-page.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Auto_Refresh_a_SharePoint_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Auto_Refresh_a_SharePoint_Page</guid>
      <pubDate>Tue, 05 Feb 2008 16:15:39 GMT</pubDate>
    </item>
    <item>
      <title>Applying Design Patterns - Part I and II </title>
      <description>This article is expected to:
[1] Introduce patterns to you in a simple, human readable way 
[2] Train you how to really 'Apply' patterns (you can learn patterns easily, but to apply them to solve a problem, you need real design skills) 
[3] Provide you a fair idea regarding the contexts for applying the following patterns - Builder, Observer, Strategy and Decorator (well, they are few popular design patterns) 
[4] Demonstrate you how to apply the Observer pattern, to solve a design problem  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famazedsaint-articles.blogspot.com%2f2006%2f03%2fdesign-your-soccer-engine-and-learn.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famazedsaint-articles.blogspot.com%2f2006%2f03%2fdesign-your-soccer-engine-and-learn.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Applying_Design_Patterns_Part_I_and_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Applying_Design_Patterns_Part_I_and_II</guid>
      <pubDate>Tue, 06 Nov 2007 17:04:33 GMT</pubDate>
    </item>
    <item>
      <title>Virtual Earth 6 Articles and Videos </title>
      <description>I've been busy with the release of Virtual Earth 6 this week exploring the new features and making some videos and articles.
A must read for any VE developer is the what's new Article I just finished:

http://www.viawindowslive.com/Articles/VirtualEarth/WhatsnewinVersion6.aspx

I'm very impressed by this release with no breaking changes and many good new features. The VWL site also has the new getting started article from MSDN if you feel like building your first map:

http://www.viawindowslive.com/Articles/VirtualEarth/GettingStartedwithVersion6.aspx

I have also been having fun with the new features on maps.live.com and made two videos (available in 720p High Definition) on the new 3D models that you can make and import into Virtual Earth 3D and also the new 3D tours.

http://www.viawindowslive.com/Articles/VirtualEarth/Creatingyourfirst3Dmodel.aspx

http://www.viawindowslive.com/Articles/VirtualEarth/Createa3Dtour.aspx

The viawindowslive site is all about community content and resources so if you have something to contribute feel free to get involved:

http://www.viawindowslive.com/Contribute.aspx
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.soulsolutions.com.au%2fBlog%2ftabid%2f73%2fEntryID%2f265%2fDefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.soulsolutions.com.au%2fBlog%2ftabid%2f73%2fEntryID%2f265%2fDefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Virtual_Earth_6_Articles_and_Videos</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Virtual_Earth_6_Articles_and_Videos</guid>
      <pubDate>Thu, 18 Oct 2007 01:33:02 GMT</pubDate>
    </item>
    <item>
      <title>A Visual Guide to Version Control</title>
      <description>A good, &amp;quot;highly visual&amp;quot; overview of Version Control, (a.k.a. Source Control).  It also references Subversion command line examples, but the overview applies to most version control systems. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbetterexplained.com%2farticles%2fa-visual-guide-to-version-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbetterexplained.com%2farticles%2fa-visual-guide-to-version-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/A_Visual_Guide_to_Version_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/A_Visual_Guide_to_Version_Control</guid>
      <pubDate>Thu, 04 Oct 2007 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Learn the new NUnit 2.4 Constraint-Based Assert Model </title>
      <description>Instead of using a different Assert method for each different type of assertion (e.g.: Assert.AreEqual() for equality comparison, or Assert.IsTrue() for boolean evaluation), the new Constraint-Based Assert Model introduced in NUnit 2.4 utilizes only one Assert method named Assert.That().  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c21b4cfe8-9d82-443f-86a5-db2d93d6e617.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.troyd.net%2fPermaLink%2cguid%2c21b4cfe8-9d82-443f-86a5-db2d93d6e617.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learn_the_new_NUnit_2_4_Constraint_Based_Assert_Model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learn_the_new_NUnit_2_4_Constraint_Based_Assert_Model</guid>
      <pubDate>Mon, 20 Aug 2007 07:57:25 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Scrum and Agile Development</title>
      <description>Recently I gave two days worth of talks introducing an organization to agile management and development with Scrum and XP practices.  I've made available the presentations and exercises for the betterment of mankind...or at least to get a few more people familiar with agile development.  Included is also a discussion of the agile practices that I find effective. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2007%2f08%2f15%2fintroduction-to-scrum-and-agile-development.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fbilly_mccafferty%2farchive%2f2007%2f08%2f15%2fintroduction-to-scrum-and-agile-development.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Introduction_to_Scrum_and_Agile_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Introduction_to_Scrum_and_Agile_Development</guid>
      <pubDate>Tue, 21 Aug 2007 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>NUnit Quick and Dirty Guide</title>
      <description>NUnit &amp;quot;Quick and Dirty&amp;quot; Tutorial

In the style of the JUnit Quick and Dirty Tutorial, here's a similar tutorial for NUnit. I'm assuming that you're familiar with C#/.NET, downloaded NUnit and have a development environment all setup for compiling and running C# code. 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwijix.com%2fblogs%2fbreakdown%2farchive%2f2007%2f05%2f14%2fnunit-quick-and-dirty-guide.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwijix.com%2fblogs%2fbreakdown%2farchive%2f2007%2f05%2f14%2fnunit-quick-and-dirty-guide.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/NUnit_Quick_and_Dirty_Guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/NUnit_Quick_and_Dirty_Guide</guid>
      <pubDate>Fri, 25 May 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET &amp;quot;How To&amp;quot; Reference</title>
      <description>You've had the ASP.NET overview, now you want to dive a little deeper and know how to do &amp;quot;XYZ&amp;quot;, but have a hard time finding the answers on MSDN?  Check out this collecetion of reference links. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpeterlau%2farchive%2f2007%2f01%2f19%2fasp-net-how-to-collection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpeterlau%2farchive%2f2007%2f01%2f19%2fasp-net-how-to-collection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_quot_How_To_quot_Reference</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_quot_How_To_quot_Reference</guid>
      <pubDate>Mon, 22 Jan 2007 06:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Use Powershell to delete all bin &amp;amp; obj folders</title>
      <description>I sometimes need to remove all intermediate &amp;amp; resulting build files from a Visual Studio solution, either due to version conflicts or because of permissions issues. Powershell just made that job a whole lot easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2006%2f11%2f22%2fuse-powershell-to-delete-all-bin-obj-folders%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2006%2f11%2f22%2fuse-powershell-to-delete-all-bin-obj-folders%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Use_Powershell_to_delete_all_bin_amp_obj_folders</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Use_Powershell_to_delete_all_bin_amp_obj_folders</guid>
      <pubDate>Thu, 23 Nov 2006 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How to use the PowerStatus in System.Windows.Forms.SystemInformation</title>
      <description>Derik Whittaker on how to use .net 2.0 to get information about the battery life of your mobile computer &amp;amp; display it to users &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2006%2f11%2f20%2fhowto-how-to-use-the-powerstatus-in-system-windows-forms-systeminformation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2006%2f11%2f20%2fhowto-how-to-use-the-powerstatus-in-system-windows-forms-systeminformation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_use_the_PowerStatus_in_System_Windows_Forms_SystemInformation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_use_the_PowerStatus_in_System_Windows_Forms_SystemInformation</guid>
      <pubDate>Wed, 22 Nov 2006 04:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Your first Boo control. Office 2007 SupertoolTip.</title>
      <description>This is an extremely simple introduction to creating a control with Boo. This article will concentrate on the creation of a SuperToolTip control (Office 2007). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgaech.blogspot.com%2f2006%2f10%2fyour-fist-boo-control.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgaech.blogspot.com%2f2006%2f10%2fyour-fist-boo-control.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Your_first_Boo_control_Office_2007_SupertoolTip</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Your_first_Boo_control_Office_2007_SupertoolTip</guid>
      <pubDate>Wed, 18 Oct 2006 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Flickr-ing about with .NET</title>
      <description>Sam Judson shows how to use the Flickr API with .NET 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fcoding4fun%2fwebcoder%2fflickr%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fcoding4fun%2fwebcoder%2fflickr%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Flickr_ing_about_with_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Flickr_ing_about_with_NET</guid>
      <pubDate>Thu, 10 Aug 2006 08:01:03 GMT</pubDate>
    </item>
    <item>
      <title>How To: getting started in WPF</title>
      <description>This article describes the neccessary steps to start developing in WPF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.snowball.be%2fHow%2bTo%2bWPF%2bGetting%2bStarted.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.snowball.be%2fHow%2bTo%2bWPF%2bGetting%2bStarted.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_To_getting_started_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_To_getting_started_in_WPF</guid>
      <pubDate>Thu, 03 Aug 2006 12:31:01 GMT</pubDate>
    </item>
    <item>
      <title>.NET 1.1 to .NET 2.0 Migration</title>
      <description>Peter Laudati answers common questions on how to migrate .NET apps from 1.1 to 2.0.  Includes a link to a PPT presentation based on the post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpeterlau%2farchive%2f2006%2f05%2f11%2f595294.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpeterlau%2farchive%2f2006%2f05%2f11%2f595294.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_1_1_to_NET_2_0_Migration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_1_1_to_NET_2_0_Migration</guid>
      <pubDate>Thu, 27 Jul 2006 06:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Inheritance Versus Interfaces</title>
      <description>This article describes the advantages of using interfaces over inheritance and how to create a plug and play component in .NET using an interface. &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%2fdipenlama22%2fInheritance_Versus_Interfaces07142006043113AM%2fInheritance_Versus_Interfaces.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdipenlama22%2fInheritance_Versus_Interfaces07142006043113AM%2fInheritance_Versus_Interfaces.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Inheritance_Versus_Interfaces</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Inheritance_Versus_Interfaces</guid>
      <pubDate>Thu, 20 Jul 2006 14:01:07 GMT</pubDate>
    </item>
  </channel>
</rss>