<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by paulczy</title>
    <description>Stories kicked by paulczy</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>Config files for DLLs</title>
      <description>Every once in a while I'll write a DLL and wish I could easily externally configure settings for it like you one do with web.config files and ConfigurationManager in ASP.NET applications or with .exe.config files. I finally got around to doing something about not having this same functionality for DLLs. Now, with AssemblyConfig, you can access settings from a .config file for your DLLs just like you can with ASP.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprettycode.org%2f2009%2f11%2f13%2fconfig-files-for-dlls%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprettycode.org%2f2009%2f11%2f13%2fconfig-files-for-dlls%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Config_files_for_DLLs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Config_files_for_DLLs</guid>
      <pubDate>Sat, 14 Nov 2009 21:45:01 GMT</pubDate>
    </item>
    <item>
      <title>CodeSmith CSLA Templates Released</title>
      <description>Generate CSLA in under a minute with our CodeSmith CSLA templates. The CodeSmith CSLA templates support the latest version of the wildly popular CSLA framework created by Rhockford Lhotka.  Using these templates makes working with CSLA easy. Just configure the quick start, click generate and watch your CSLA solution come alive! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codesmithtools.com%2fgenerate-csla-code-with-templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codesmithtools.com%2fgenerate-csla-code-with-templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/CodeSmith_CSLA_Templates_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/CodeSmith_CSLA_Templates_Released</guid>
      <pubDate>Wed, 29 Jul 2009 14:45:04 GMT</pubDate>
    </item>
    <item>
      <title>A Simple .NET Profanity Filter</title>
      <description>A website I am working on right now accepts public comments, and one of the requirements is to do a basic check for dirty language. Surprisingly for such a common problem I wasn't able to find any code on the net that did what I wanted and so I've ended up writing my own.

The Censor class is pretty simple: you give it a list of words you want to censor, either simple text or with wildcards, and the censor will star out any matches it finds. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f07%2f03%2fsimple-net-profanity-filter.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2009%2f07%2f03%2fsimple-net-profanity-filter.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Simple_NET_Profanity_Filter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Simple_NET_Profanity_Filter</guid>
      <pubDate>Sun, 05 Jul 2009 20:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Profiling the Memory Usage of a .NET Application </title>
      <description>Automatic memory management in .NET makes development a lot easier; however, it's still easy to introduce memory leaks into your application. For example, in a complex application, it's easy to forget to unregister event handlers, and these are notorious for holding on to objects which you don't need to keep in memory any more. This typically leads to an increase in memory usage which, if it remains unchecked and unresolved, can lead to your application exhibiting poor performance, or even running out of memory and crashing. This is where a memory profiler becomes necessary.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-tools%2fprofiling-the-memory-usage-of-a-.net-application-with-ants-memory-profiler-5%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-tools%2fprofiling-the-memory-usage-of-a-.net-application-with-ants-memory-profiler-5%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Profiling_the_Memory_Usage_of_a_NET_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Profiling_the_Memory_Usage_of_a_NET_Application</guid>
      <pubDate>Mon, 29 Jun 2009 14:45:02 GMT</pubDate>
    </item>
    <item>
      <title>Automagic Time Localization</title>
      <description>A trick to localize timestamps without requiring users to pick their time zone manually. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2009%2f06%2f15%2fautomagic-time-localization%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2009%2f06%2f15%2fautomagic-time-localization%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Automagic_Time_Localization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Automagic_Time_Localization</guid>
      <pubDate>Mon, 15 Jun 2009 18:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Solution to Famous Error 40 of SQL Server - A Must Bookmark</title>
      <description>Everybody who has ever used SQL Server might have encountered this error one time or another time. 

This is absolutely must bookmark link. &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%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f21%2fsql-server-fix-error-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server-microsoft-sql-server-error%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Solution_to_Famous_Error_40_of_SQL_Server_A_Must_Bookmark</guid>
      <pubDate>Fri, 22 May 2009 17:46:14 GMT</pubDate>
    </item>
    <item>
      <title>21 Important FAQ questions for WPF and SilverLight</title>
      <description>This article talks about 21 important FAQ from the perspective of WPF and Silver light. Both of these technologies are connected to a certain extent. This article not only explains the theory aspect of these technologies but also shows small samples for each of them. &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%2f21FAQ04242009031713AM%2f21FAQ.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fshivprasadk%2f21FAQ04242009031713AM%2f21FAQ.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/21_Important_FAQ_questions_for_WPF_and_SilverLight_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/21_Important_FAQ_questions_for_WPF_and_SilverLight_1</guid>
      <pubDate>Thu, 21 May 2009 20:19:53 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2005/2008 Diagnostics Queries and Configuration Checklist</title>
      <description>Very useful queries by SQL Server MVP, Glenn Berry ..A must have &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlservercurry.com%2f2009%2f05%2fsql-server-2005-and-2008-diagnostics.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlservercurry.com%2f2009%2f05%2fsql-server-2005-and-2008-diagnostics.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_2008_Diagnostics_Queries_and_Configuration_Checklist</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_2008_Diagnostics_Queries_and_Configuration_Checklist</guid>
      <pubDate>Sat, 23 May 2009 11:46:14 GMT</pubDate>
    </item>
    <item>
      <title>Open Source or Die - The *Real* Future of Graffiti?</title>
      <description>Telligent's Graffiti hasn't quite flatlined yet, but the signs aren't looking too good. Could OSS be the way to breathe life back into this once-promising CMS platform? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</guid>
      <pubDate>Tue, 12 May 2009 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF NotifyIcon Released</title>
      <description>This is an implementation of a NotifyIcon (system tray icon) for the WPF platform. It does not just rely on the corresponding WinForms component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hardcodet.net%2fwpf-notifyicon"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hardcodet.net%2fwpf-notifyicon" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_NotifyIcon_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_NotifyIcon_Released</guid>
      <pubDate>Mon, 11 May 2009 04:16:04 GMT</pubDate>
    </item>
    <item>
      <title>7 Valuable Visual Studio Hidden Features</title>
      <description>Visual Studio is a very powerful IDE and I have yet to find another IDE that comes close to all the features it offers. Yet they are some hidden gems that can make our every day tasks a little bit easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f30%2f7-valuable-visual-studio-hidden-features%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f30%2f7-valuable-visual-studio-hidden-features%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/7_Valuable_Visual_Studio_Hidden_Features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/7_Valuable_Visual_Studio_Hidden_Features</guid>
      <pubDate>Fri, 01 May 2009 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How I handle JSON dates returned by ASP.NET AJAX</title>
      <description>The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2009%2f04%2f27%2fhow-i-handle-json-dates-returned-by-aspnet-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_I_handle_JSON_dates_returned_by_ASP_NET_AJAX</guid>
      <pubDate>Tue, 28 Apr 2009 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>11 Optimization Tips for Visual Studio</title>
      <description>Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f27%2f11-optimization-tips-for-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f04%2f27%2f11-optimization-tips-for-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/11_Optimization_Tips_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/11_Optimization_Tips_for_Visual_Studio</guid>
      <pubDate>Tue, 28 Apr 2009 02:46:04 GMT</pubDate>
    </item>
    <item>
      <title>JSON Serialization of a DataReader</title>
      <description>On a few occasions recently I've ended up with DataReaders in my AJAX services. The data comes from low level componets with data from APIs over which I  have no control and  it feeds only feeds data from DataReaders. Rather than converting these readers into more complex data structures it can be more efficient to directly turn these DataReaders into JSON. Here are a couple of ways to do this using a custom serializer and a JavaScriptConverter for JavaScriptSerializer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f737584.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f737584.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/JSON_Serialization_of_a_DataReader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/JSON_Serialization_of_a_DataReader</guid>
      <pubDate>Wed, 29 Apr 2009 05:46:03 GMT</pubDate>
    </item>
    <item>
      <title>ELMAH: Error Logging Modules and Handlers for ASP.NET (and MVC too!)</title>
      <description>ELMAH has been one of the most useful tools for ASP.NET developers to log errors on their web applications. Now Scott has a nice talk on how to use it even in your ASP.NET MVC applications. Cool! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/ELMAH_Error_Logging_Modules_and_Handlers_for_ASP_NET_and_MVC_too</guid>
      <pubDate>Fri, 24 Apr 2009 20:01:11 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 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>A QueryString collection for JavaScript</title>
      <description>Used to Request.QueryString? It doesn't exist in JavaScript. Here's a script to create it with no other script dependencies.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprettycode.org%2f2009%2f04%2f21%2fjavascript-query-string"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprettycode.org%2f2009%2f04%2f21%2fjavascript-query-string" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_QueryString_collection_for_JavaScript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_QueryString_collection_for_JavaScript</guid>
      <pubDate>Fri, 24 Apr 2009 12:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Cropping image using jQuery, Jcrop and ASP.NET</title>
      <description>Fast and easy cropping image with ASP.NET, jQuery and Jcop (C#) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.mironabramson.com%2fblog%2fpost%2f2009%2f04%2fCropping-image-using-jQuery%2c-Jcrop-and-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.mironabramson.com%2fblog%2fpost%2f2009%2f04%2fCropping-image-using-jQuery%2c-Jcrop-and-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Cropping_image_using_jQuery_Jcrop_and_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Cropping_image_using_jQuery_Jcrop_and_ASP_NET</guid>
      <pubDate>Wed, 22 Apr 2009 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>An exhuastive ASP.Net Error Handler</title>
      <description>An exhaustive asp.net error emailer - it will email you with everything you possibly need to debug the error, from the error message details, to the process' identity, to the current appdomain information! And its free! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.unauthorised-access.com%2faspnet-error-handler%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.unauthorised-access.com%2faspnet-error-handler%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/An_exhuastive_ASP_Net_Error_Handler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/An_exhuastive_ASP_Net_Error_Handler</guid>
      <pubDate>Sun, 19 Apr 2009 07:27:26 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight version of Lode Runner</title>
      <description>Remake of the classical game Lode Runner in Silverlight. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.peshos.com%2fSilverRunner.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.peshos.com%2fSilverRunner.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_version_of_Lode_Runner</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_version_of_Lode_Runner</guid>
      <pubDate>Thu, 16 Apr 2009 12:57:41 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to JOINs - A simplest Visual Explanation of Join</title>
      <description>Introduction to JOINs - A simplest Visual Explanation of Join

This post is for every developer who just want to make sure that their basics of Join is perfect.

Bookmark this for future use or for teaching your friends of Jr. about Joins.

Blog about this post if you like it. &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%2f13%2fsql-server-introduction-to-joins-basic-of-joins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f04%2f13%2fsql-server-introduction-to-joins-basic-of-joins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introduction_to_JOINs_A_simplest_Visual_Explanation_of_Join</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introduction_to_JOINs_A_simplest_Visual_Explanation_of_Join</guid>
      <pubDate>Tue, 14 Apr 2009 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>15 Essential Checks Before Launching Your Website</title>
      <description>Your website is designed, the CMS works, content has been added and the client is happy. It's time to take the website live. Or is it? When launching a website, you can often forget a number of things in your eagerness to make it live, so it's useful to have a checklist to look through as you make your final touches and before you announce your website to the world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smashingmagazine.com%2f2009%2f04%2f07%2f15-essential-checks-before-launching-your-website%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smashingmagazine.com%2f2009%2f04%2f07%2f15-essential-checks-before-launching-your-website%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/15_Essential_Checks_Before_Launching_Your_Website</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/15_Essential_Checks_Before_Launching_Your_Website</guid>
      <pubDate>Fri, 10 Apr 2009 05:46: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 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Optimizing Performance in WPF Applications</title>
      <description>Ever fed up with your own WPF window taking too much time to load and render the contents? Had the bitterest of bitter experience that your WPF application eating up a lot of resources and memory and fighting harder to get through with the existing hardware configuration? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fVisualStudio%2f228_Optimizing_Performance_in_WPF_Applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fVisualStudio%2f228_Optimizing_Performance_in_WPF_Applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Optimizing_Performance_in_WPF_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Optimizing_Performance_in_WPF_Applications</guid>
      <pubDate>Sun, 05 Apr 2009 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Simiple solution to IntelliSense Does Not Work</title>
      <description>There are so many times, I have heard that in SQL Server 2008 intellisense does not work.

This article shows 4 different ways how it can be enabled. If IntelliSense is not working just have a look and it will fix it for sure. &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%2f03%2f31%2fsql-server-2008-intellisense-does-not-work-enable-intellisense%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f03%2f31%2fsql-server-2008-intellisense-does-not-work-enable-intellisense%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Simiple_solution_to_IntelliSense_Does_Not_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Simiple_solution_to_IntelliSense_Does_Not_Work</guid>
      <pubDate>Tue, 31 Mar 2009 20:01:12 GMT</pubDate>
    </item>
  </channel>
</rss>
