<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - new stories</title>
    <description>the latest stories 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>ASP.NET TextBox Submit Form On Enter Key DefaultButton</title>
      <description>Whenever we want user to submit a form by filing out some textboxes on the aspx page, though we provide the button to submit the form but user prefer to press enter and expect the form to be submitted &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f12%2faspnet-submit-form-on-enter-key-default.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f12%2faspnet-submit-form-on-enter-key-default.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_TextBox_Submit_Form_On_Enter_Key_DefaultButton</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_TextBox_Submit_Form_On_Enter_Key_DefaultButton</guid>
      <pubDate>Sat, 11 Feb 2012 05:20:12 GMT</pubDate>
    </item>
    <item>
      <title>Search Records In GridView And Highlight Results Asp.Net Ajax</title>
      <description>In this example i am Explaining how to search records in gridview and highlight the results based on search criteria user enter in textbox. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f12%2fsearch-records-in-gridview-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f12%2fsearch-records-in-gridview-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Search_Records_In_GridView_And_Highlight_Results_Asp_Net_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Search_Records_In_GridView_And_Highlight_Results_Asp_Net_Ajax</guid>
      <pubDate>Sat, 11 Feb 2012 05:19:09 GMT</pubDate>
    </item>
    <item>
      <title>Detect Browser Refresh Avoid events fire in ASP.NET</title>
      <description>If you have created a aspx page using C# and ASP.NET and have put a button on it. And in the Click event of this button if you are inserting some data in database , after click if user refresh the page than click event gets fired again resulting data insertion to database again, to stop events on the page getting fired on browser refresh we need to write bit of code to avoid it
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f12%2fdetect-browser-refresh-to-avoid-events.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f12%2fdetect-browser-refresh-to-avoid-events.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Detect_Browser_Refresh_Avoid_events_fire_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Detect_Browser_Refresh_Avoid_events_fire_in_ASP_NET</guid>
      <pubDate>Sat, 11 Feb 2012 05:17:17 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Printing for Telerik GridView and Scheduler for WinForms</title>
      <description>Have you ever wondered how to print your Telerik RadGridView and RadScheduler instances for WinForms? I guess you have. Yet, this is one of the most voted features in our Public Issue Tracking System. The good news is that Q1 2011 is close and printing support for RadGridView and RadScheduler will be a part of it.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2ftelerikmarketing%2fposts%2f12-02-08%2fintroducing-printing-support-for-gridview-and-scheduler-for-winforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2ftelerikmarketing%2fposts%2f12-02-08%2fintroducing-printing-support-for-gridview-and-scheduler-for-winforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Introducing_Printing_for_Telerik_GridView_and_Scheduler_for_WinForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Introducing_Printing_for_Telerik_GridView_and_Scheduler_for_WinForms</guid>
      <pubDate>Fri, 10 Feb 2012 09:54:30 GMT</pubDate>
    </item>
    <item>
      <title>Merge GridView Header Columns In ASP.NET</title>
      <description>n this example i m explaining how to merge or merging gridView header columns or merging multiple headers in GridView using C# VB.NET and ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f11%2fmerging-gridview-headers-to-have.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f11%2fmerging-gridview-headers-to-have.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Merge_GridView_Header_Columns_In_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Merge_GridView_Header_Columns_In_ASP_NET</guid>
      <pubDate>Fri, 10 Feb 2012 08:15:21 GMT</pubDate>
    </item>
    <item>
      <title>Detecting Session Timeout And Redirect To Login Page In ASP.NET</title>
      <description>Detecting Session Timeout and Redirect to Login Page in ASP.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f11%2fdetecting-session-timeout-and-redirect.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f11%2fdetecting-session-timeout-and-redirect.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Detecting_Session_Timeout_And_Redirect_To_Login_Page_In_ASP_NET_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Detecting_Session_Timeout_And_Redirect_To_Login_Page_In_ASP_NET_1</guid>
      <pubDate>Fri, 10 Feb 2012 06:42:20 GMT</pubDate>
    </item>
    <item>
      <title>Naming Conventions in JustCode </title>
      <description>Choosing appropriate identifiers for the constructs in your code provides better readability and maintainability. With the latest build of Telerik JustCode you can now easily set naming conventions for all your code elements. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fjustteam%2fposts%2f12-02-02%2fnaming-conventions-in-justcode.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fjustteam%2fposts%2f12-02-02%2fnaming-conventions-in-justcode.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Naming_Conventions_in_JustCode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Naming_Conventions_in_JustCode</guid>
      <pubDate>Fri, 10 Feb 2012 06:09:50 GMT</pubDate>
    </item>
    <item>
      <title>Populate DetailsView From GridView Select using DataKeyNames</title>
      <description>Populate Multiple DetailsView From GridView Select Using DataKeyNames

In this example i'm explaining how to populate multiple or different DetailsView based on selection of a record in a GridView using Multiple DataKeyNames in ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f11%2fpouplating-multiple-detailsview-based.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f11%2fpouplating-multiple-detailsview-based.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Populate_DetailsView_From_GridView_Select_using_DataKeyNames</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Populate_DetailsView_From_GridView_Select_using_DataKeyNames</guid>
      <pubDate>Fri, 10 Feb 2012 05:49:04 GMT</pubDate>
    </item>
    <item>
      <title>Cross page posting Submit Form Server.Transfer methods ASP.NET</title>
      <description>Cross page posting in ASP.NET

To transer data using cross page posting
we need to use FindControl Method 
we can write code like this &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f10%2fcross-page-posting-submit-form-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f10%2fcross-page-posting-submit-form-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cross_page_posting_Submit_Form_Server_Transfer_methods_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cross_page_posting_Submit_Form_Server_Transfer_methods_ASP_NET</guid>
      <pubDate>Fri, 10 Feb 2012 05:10:54 GMT</pubDate>
    </item>
    <item>
      <title>Data Transfer Using QueryStrings Among Asp.Net Pages</title>
      <description>
Several time while developing asp .NET applications we need to transfer data from
one page to another, we can achieve this by several methods , some of them are

1. Using QueryStrings
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f10%2fdata-transfer-to-other-aspx-pages-using.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f10%2fdata-transfer-to-other-aspx-pages-using.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Data_Transfer_Using_QueryStrings_Among_Asp_Net_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Data_Transfer_Using_QueryStrings_Among_Asp_Net_Pages</guid>
      <pubDate>Fri, 10 Feb 2012 05:00:16 GMT</pubDate>
    </item>
    <item>
      <title>Calling a WCF service from a client without having the contract</title>
      <description>I was asked yesterday in the Hebrew C#/.NET Framework MSDN forums a tough question - is it possible to dynamically call a WCF service using only the contract name, operation name, and metadata address?
The short answer is - YES! To see how, check out the code in the blog post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fidof%2farchive%2f2012%2f02%2f10%2fcalling-a-wcf-service-from-a-client-without-having-the-contract-interface.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fidof%2farchive%2f2012%2f02%2f10%2fcalling-a-wcf-service-from-a-client-without-having-the-contract-interface.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Calling_a_WCF_service_from_a_client_without_having_the_contract</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Calling_a_WCF_service_from_a_client_without_having_the_contract</guid>
      <pubDate>Thu, 09 Feb 2012 22:50:24 GMT</pubDate>
    </item>
    <item>
      <title>Developing for a multitude of clients: Strategies for code reuse...</title>
      <description>In this article series, we're going to try and tackle a problem (or opportunity, depending on how you want to put it) a lot of business face today: customers expect to be able to use your applications on a multitude of devices, with different form factors, supporting different technologies.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fDeveloping-for-a-multitude-of-clients-strategies-for-code-reuse-and-keeping-costs-in-check.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fDeveloping-for-a-multitude-of-clients-strategies-for-code-reuse-and-keeping-costs-in-check.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Developing_for_a_multitude_of_clients_Strategies_for_code_reuse</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Developing_for_a_multitude_of_clients_Strategies_for_code_reuse</guid>
      <pubDate>Thu, 09 Feb 2012 15:11:12 GMT</pubDate>
    </item>
    <item>
      <title>Windows Phone App Development for Beginners #6 Layout</title>
      <description>Windows Phone 7 App Development for Beginners #6 Layout &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.windowsphonegeek.com%2ftips%2fWindows-Phone-App-Development-for-Beginners-6-Layout"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.windowsphonegeek.com%2ftips%2fWindows-Phone-App-Development-for-Beginners-6-Layout" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Windows_Phone_App_Development_for_Beginners_6_Layout</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Windows_Phone_App_Development_for_Beginners_6_Layout</guid>
      <pubDate>Thu, 09 Feb 2012 09:45:19 GMT</pubDate>
    </item>
    <item>
      <title>Populate dropdown based selection in DetailsView or GridView</title>
      <description>Populate dropdown based on first in DetailsView GridView &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f10%2fasp-net-populating-second-dropdown.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharpaspnetarticles.com%2f2008%2f10%2fasp-net-populating-second-dropdown.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Populate_dropdown_based_selection_in_DetailsView_or_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Populate_dropdown_based_selection_in_DetailsView_or_GridView</guid>
      <pubDate>Thu, 09 Feb 2012 07:27:07 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic CSS with Razor and no LESS (part 1)</title>
      <description>When I customize a web site template, I always replace the color palette looking for a consistent set of colors. In this series I'll tell how I managed to speed up the whole process, by building a set of Razor functions and push the Razor syntax inside a CSS stylesheet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-and-no-less-part.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-and-no-less-part.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_and_no_LESS_part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_and_no_LESS_part_1</guid>
      <pubDate>Wed, 08 Feb 2012 20:20:27 GMT</pubDate>
    </item>
    <item>
      <title>Book review: Working with NHibernate 3.0</title>
      <description>It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjclaes.blogspot.com%2f2012%2f02%2fbook-review-working-with-nhibernate-30.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjclaes.blogspot.com%2f2012%2f02%2fbook-review-working-with-nhibernate-30.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Book_review_Working_with_NHibernate_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Book_review_Working_with_NHibernate_3_0</guid>
      <pubDate>Wed, 08 Feb 2012 20:15:39 GMT</pubDate>
    </item>
    <item>
      <title>Reset PageNumber per Report Group in Telerik Reporting</title>
      <description>In Telerik Reporting, the PageNumber object can only be used in the page header and page footer sections. It contains the current page number and its value is increased with one for every new page. In some scenarios, it is useful to alter the page number based on a condition and the most frequent scenario being asked is resetting the PageNumber after each group. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2ftelerikreportingteam%2fposts%2f12-02-07%2freset-pagenumber-per-report-group.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2ftelerikreportingteam%2fposts%2f12-02-07%2freset-pagenumber-per-report-group.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Reset_PageNumber_per_Report_Group_in_Telerik_Reporting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Reset_PageNumber_per_Report_Group_in_Telerik_Reporting</guid>
      <pubDate>Wed, 08 Feb 2012 17:54:14 GMT</pubDate>
    </item>
    <item>
      <title>Configure WebMatrix/IIS Express to work with WP7 on Windows 7</title>
      <description>This post describes how to Configure WebMatrix/IIS Express to work with WP7 on Windows 7 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2fconfigure-webmatrix-iis-express-wp7-windows7%23.TzJBhN4C3O8.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primordialcode.com%2fblog%2fpost%2fconfigure-webmatrix-iis-express-wp7-windows7%23.TzJBhN4C3O8.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/WindowsPhone7/Configure_WebMatrix_IIS_Express_to_work_with_WP7_on_Windows_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/WindowsPhone7/Configure_WebMatrix_IIS_Express_to_work_with_WP7_on_Windows_7</guid>
      <pubDate>Wed, 08 Feb 2012 09:34:18 GMT</pubDate>
    </item>
    <item>
      <title>App.config Configuration file magic via Smith.BuildExtensions</title>
      <description>Show how you can do app.config and web.config transformations and share configurations across projects and solutions, so you only have to create your settings in one place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.smithfamily.dk%2fpost%2f2012%2f02%2f03%2fConfiguration-file-magic-via-SmithBuildExtensions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.smithfamily.dk%2fpost%2f2012%2f02%2f03%2fConfiguration-file-magic-via-SmithBuildExtensions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/App_config_Configuration_file_magic_via_Smith_BuildExtensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/App_config_Configuration_file_magic_via_Smith_BuildExtensions</guid>
      <pubDate>Wed, 08 Feb 2012 08:06:09 GMT</pubDate>
    </item>
    <item>
      <title>Why I hate computers (as a software engineer)</title>
      <description>As a software engineer I can't live without a computer. I use it for my work, I use it for hobby projects, for blogging, for social networking, for entertainment, and lots of other things. However, I also can't live with them because of various reasons I will explain in this little rant. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2012%2f02%2f07%2fWhy-I-hate-computers-(as-a-software-engineer).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2012%2f02%2f07%2fWhy-I-hate-computers-(as-a-software-engineer).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Why_I_hate_computers_as_a_software_engineer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Why_I_hate_computers_as_a_software_engineer</guid>
      <pubDate>Tue, 07 Feb 2012 21:23:20 GMT</pubDate>
    </item>
    <item>
      <title>Starting TeamCity builds from HipChat using Github Hubot</title>
      <description>After writing about "Running your TeamCity builds from PowerShell for any Git branch" I'd like to talk about another integration which is using Github Hubot so that the build could be started directly form a chat room.

So using the same idea, which is to extend our development environment, we implemented a way to start TeamCity builds directly from our HipChat room. You could do the same from Campfire for sure. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fStarting-TeamCity-builds-from-HipChat-using-Github-Hubot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fStarting-TeamCity-builds-from-HipChat-using-Github-Hubot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/nodejs/Starting_TeamCity_builds_from_HipChat_using_Github_Hubot</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/nodejs/Starting_TeamCity_builds_from_HipChat_using_Github_Hubot</guid>
      <pubDate>Tue, 07 Feb 2012 21:04:00 GMT</pubDate>
    </item>
    <item>
      <title>About Telerik RadTreeView for WinForms and its Supercharged engine </title>
      <description>In Q1 2011 we introduced a highly improved version of the RadTreeView control which had all of its internal parts rebuilt in order to support full UI virtualization and customization. This allowed us to attach a new data engine that provided many new and useful features such as built-in filtering and sorting independent from the external data-sources, and support for CRUD operations. But "Is the new RadTreeView really faster than the previous one"? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fwinformsteam%2fposts%2f12-02-06%2fabout-radtreeview-for-winforms-and-its-supercharged-engine.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fwinformsteam%2fposts%2f12-02-06%2fabout-radtreeview-for-winforms-and-its-supercharged-engine.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/About_Telerik_RadTreeView_for_WinForms_and_its_Supercharged_engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/About_Telerik_RadTreeView_for_WinForms_and_its_Supercharged_engine</guid>
      <pubDate>Tue, 07 Feb 2012 11:41:33 GMT</pubDate>
    </item>
    <item>
      <title>Programmatically changing Visual States of HubTile controls used as Li</title>
      <description>Programmatically changing Visual States of HubTile control used as ListBox Items &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.windowsphonegeek.com%2farticles%2fProgrammatically-changing-Visual-States-of-HubTile-controls-used-as-ListBox-Items"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.windowsphonegeek.com%2farticles%2fProgrammatically-changing-Visual-States-of-HubTile-controls-used-as-ListBox-Items" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Programmatically_changing_Visual_States_of_HubTile_controls_used_as_Li</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Programmatically_changing_Visual_States_of_HubTile_controls_used_as_Li</guid>
      <pubDate>Tue, 07 Feb 2012 11:31:58 GMT</pubDate>
    </item>
    <item>
      <title>Clearer MVC</title>
      <description>In every application there are some variables that are set by the ASP.NET  application(  ASP.NET_SessionId  cookie ) and some that are set by the programmer( cached data in Application/Session/Cache/Cookies and so on).I wanted every time to have a page where I can "clear" / delete those - and not found. So it's the Clearer project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsprogrammer.serviciipeweb.ro%2f2012%2f01%2f30%2fclearer-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsprogrammer.serviciipeweb.ro%2f2012%2f01%2f30%2fclearer-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Clearer_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Clearer_MVC</guid>
      <pubDate>Tue, 07 Feb 2012 09:56:58 GMT</pubDate>
    </item>
    <item>
      <title>Performance - Using .Net and COM</title>
      <description>Yesterday I was given a task to help improve the performance of a feature. I was told that the feature was written in a very straight forward way, nearly no optimizations taken. The problem was that it took several minutes (yes, minutes) to run, rather than a few seconds or better than that. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitaibh.blogspot.com%2f2011%2f02%2fperformance-using-net-and-com.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitaibh.blogspot.com%2f2011%2f02%2fperformance-using-net-and-com.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Performance_Using_Net_and_COM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Performance_Using_Net_and_COM</guid>
      <pubDate>Tue, 07 Feb 2012 09:49:50 GMT</pubDate>
    </item>
  </channel>
</rss>
