<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with faq</title>
    <description>the latest stories tagged with 'faq' 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 and when (not) to use Extension Methods in C# and .NET?</title>
      <description>Lets first briefly examine Extension Methods, show some basics usages and then we will tackle some more advanced and concrete examples used to provide fluent, natural DateTime operations (similar to Date and Time operations available in Ruby on Rails). &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-and-when-to-use-Extension-Methods-in-Csharp-and-dot-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-and-when-to-use-Extension-Methods-in-Csharp-and-dot-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_and_when_not_to_use_Extension_Methods_in_C_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_and_when_not_to_use_Extension_Methods_in_C_and_NET</guid>
      <pubDate>Tue, 28 Oct 2008 15:46:11 GMT</pubDate>
    </item>
    <item>
      <title>How to add startup JavaScript code from Content Page to Master Page?</title>
      <description>If you are creating a website that has Master and Content Pages and if you need to add some JavaScript code from your Content pages that should run when the page is loaded you fill find out that its not straightforward.
Content page do not have all the elements of HTML page like BODY tag that you could hook up to and add your script code to its onload event... &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-add-startup-JavaScript-code-from-Content-Page-to-Master-Page.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-add-startup-JavaScript-code-from-Content-Page-to-Master-Page.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_add_startup_JavaScript_code_from_Content_Page_to_Master_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_add_startup_JavaScript_code_from_Content_Page_to_Master_Page</guid>
      <pubDate>Sun, 10 Aug 2008 10:12:49 GMT</pubDate>
    </item>
    <item>
      <title>How to remove duplicate Whitespace Characters from a string?</title>
      <description>Luckily for us developers .NET has some very slick string handling routines we can use for this task.
Also we have an alternative approach:  Regular Expressions.

We will cover here both implementations and compare them regarding their efficiency. &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-remove-duplicate-Whitespace-Characters-from-a-string.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspdotnetfaq.com%2fFaq%2fHow-to-remove-duplicate-Whitespace-Characters-from-a-string.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_remove_duplicate_Whitespace_Characters_from_a_string</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_remove_duplicate_Whitespace_Characters_from_a_string</guid>
      <pubDate>Thu, 03 Apr 2008 15:03:05 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>Top ASP.NET Interview Questions and FAQs</title>
      <description>Here is the List of Top ASP.NET Interview Questions and FAQs on the Web. Hope can be Useful.!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.iimageworld.com%2f2007%2f08%2f10%2farticle-blog-of-top-aspnet-interview-question%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.iimageworld.com%2f2007%2f08%2f10%2farticle-blog-of-top-aspnet-interview-question%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Top_ASP_NET_Interview_Questions_and_FAQs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Top_ASP_NET_Interview_Questions_and_FAQs</guid>
      <pubDate>Fri, 10 Aug 2007 05:19:07 GMT</pubDate>
    </item>
    <item>
      <title>New WPF FAQ with over 100 questions and answers</title>
      <description>This wiki-based WPF FAQ repository contains over 100 initial questions and anwers for developers working with WPF, as well as a nice WPF resources page. Contributors will also win prizes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fWPFwiki.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fWPFwiki.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/New_WPF_FAQ_with_over_100_questions_and_answers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/New_WPF_FAQ_with_over_100_questions_and_answers</guid>
      <pubDate>Thu, 29 Mar 2007 07:45:36 GMT</pubDate>
    </item>
  </channel>
</rss>