<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by darthobiwan</title>
    <description>Stories kicked by darthobiwan</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>Html Agility Pack 1.4.0 Released</title>
      <description>After many years Html Agility Pack has a new release. It now includes better support for LINQ queries and has received many bug fixes since 1.3.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2010%2f05%2f08%2fHtmlAgilityPack140Released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2010%2f05%2f08%2fHtmlAgilityPack140Released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Html_Agility_Pack_1_4_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Html_Agility_Pack_1_4_0_Released</guid>
      <pubDate>Sat, 08 May 2010 00:06:41 GMT</pubDate>
    </item>
    <item>
      <title>Fixing Silverlight in Safari</title>
      <description>Safari prohibits Silverlight from doing popup windows/navigation but there is a workaround. This article explains a more automatic way to implement this workaround by dynamically creating HTML elements on the page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2010%2f04%2f24%2fSilverlightWindowNavigationInSafari.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2010%2f04%2f24%2fSilverlightWindowNavigationInSafari.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Fixing_Silverlight_in_Safari</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Fixing_Silverlight_in_Safari</guid>
      <pubDate>Sat, 24 Apr 2010 21:52:20 GMT</pubDate>
    </item>
    <item>
      <title>Localize ASP.NET MVC 2 DataAnnotations validation messages</title>
      <description>Living in a country where there are there are three languages being used, almost every application you work on requires some form of localization. In an earlier blog post, I already mentioned ASP.NET MVC 2's DataAnnotations support for doing model validation. Ever since, I was wondering if it would be possible to use resource files or something to do localization of error messages. Here's how! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f11%2f05%2fLocalize-ASPNET-MVC-2-DataAnnotations-validation-messages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f11%2f05%2fLocalize-ASPNET-MVC-2-DataAnnotations-validation-messages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Localize_ASP_NET_MVC_2_DataAnnotations_validation_messages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Localize_ASP_NET_MVC_2_DataAnnotations_validation_messages</guid>
      <pubDate>Fri, 06 Nov 2009 07:30:01 GMT</pubDate>
    </item>
    <item>
      <title>Dangers of Named Parameters in C# 4.0</title>
      <description>Named Parameters are a convenient new feature introduced to C# allowing for clearer self-documenting code. But there is a danger after use you need to consider.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f10%2f27%2fC40NamedParameterDangers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f10%2f27%2fC40NamedParameterDangers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Dangers_of_Named_Parameters_in_C_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Dangers_of_Named_Parameters_in_C_4_0</guid>
      <pubDate>Tue, 27 Oct 2009 15:35:52 GMT</pubDate>
    </item>
    <item>
      <title>Testing Record Existence in LINQ to SQL</title>
      <description>A comparison of the different ways you can test to see if a record exists using LINQ to SQL. Very interesting to see the SQL generated for each. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thinqlinq.com%2fPost.aspx%2fTitle%2fTesting-to-see-if-a-record-Exists-in-LINQ-to-SQL"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thinqlinq.com%2fPost.aspx%2fTitle%2fTesting-to-see-if-a-record-Exists-in-LINQ-to-SQL" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Testing_Record_Existence_in_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Testing_Record_Existence_in_LINQ_to_SQL</guid>
      <pubDate>Tue, 15 Sep 2009 16:05:22 GMT</pubDate>
    </item>
    <item>
      <title>The case for Partial properties</title>
      <description>With the recent advent of &amp;quot;Buddy Classes&amp;quot; are we taking one step forward, two steps back? Why Partial Properties could save you time coding, generate less bloat and simplify complexity. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f09%2f14%2fTheCaseForPartialProperties.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f09%2f14%2fTheCaseForPartialProperties.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_case_for_Partial_properties</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_case_for_Partial_properties</guid>
      <pubDate>Tue, 15 Sep 2009 14:13:14 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically Compiled Lambdas vs. Pure Reflection</title>
      <description>Detailing the performance differences between compiling lambda's and straight reflection. It turns out to not be cut and dry on which way is faster &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjustnbusiness.com%2fpost%2f2009%2f09%2f01%2fDynamically-Compiled-Lambdas-vs-Pure-Reflection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjustnbusiness.com%2fpost%2f2009%2f09%2f01%2fDynamically-Compiled-Lambdas-vs-Pure-Reflection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Dynamically_Compiled_Lambdas_vs_Pure_Reflection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Dynamically_Compiled_Lambdas_vs_Pure_Reflection</guid>
      <pubDate>Tue, 01 Sep 2009 16:16:45 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL changes in .NET 4.0</title>
      <description>What's fixed and breaking changes for LINQ to SQL in .NET 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</guid>
      <pubDate>Wed, 03 Jun 2009 10:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started with VS2010 Extensions</title>
      <description>A quick tutorial on getting a VS2010 Extension project started. Getting around the VS SDK Installation bug and configuring your vsixmanifest file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f05%2f23%2fGettingStartedWithVisualStudio2010Extensions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f05%2f23%2fGettingStartedWithVisualStudio2010Extensions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Getting_Started_with_VS2010_Extensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Getting_Started_with_VS2010_Extensions</guid>
      <pubDate>Sun, 24 May 2009 01:50:32 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tips and Tricks - II</title>
      <description>Learn how to format your code better in Visual Studio &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-II.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.prabir.me%2fpost%2fVisual-Studio-Tips-and-Tricks-II.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Tips_and_Tricks_II</guid>
      <pubDate>Sun, 24 May 2009 18:05:01 GMT</pubDate>
    </item>
    <item>
      <title>Learning the Observer Pattern w/ Callbacks</title>
      <description>Taking another look at how we can use the Observer Pattern in our application, but this time we will implement the pattern using call backs and events.

The Observer pattern allows you to define a one-to-many relationship inside your application where the parent object (the one) has the ability to notify the child objects (the many) of any state change. You can utilize this pattern to make sure that a set of objects are keep in order when there behavior needs to change based on the state of your application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f112"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f112" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Learning_the_Observer_Pattern_w_Callbacks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Learning_the_Observer_Pattern_w_Callbacks</guid>
      <pubDate>Fri, 22 May 2009 16:06:09 GMT</pubDate>
    </item>
    <item>
      <title>WPF Shader Effects for Silverlight</title>
      <description>Silverlight 3 comes with only 2 built in shaders. This article shows and provides nearly all the WPF Shader Pixel Library shaders for Silverlight 3.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f03%2f18%2fSilverlight3ShaderEffects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2009%2f03%2f18%2fSilverlight3ShaderEffects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/WPF_Shader_Effects_for_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/WPF_Shader_Effects_for_Silverlight</guid>
      <pubDate>Thu, 19 Mar 2009 19:14:00 GMT</pubDate>
    </item>
    <item>
      <title>Adobe Flex reaches out to .NET developers</title>
      <description>An Adobe partner have today announced a free plug-in to allow .NET developers to write Flex front-ends to their applications entirely within Visual Studio, with full debugging and editing support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2fnews%2farticle%2f9274%2fadobe-flex-reaches-out-to-net-developers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2fnews%2farticle%2f9274%2fadobe-flex-reaches-out-to-net-developers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Adobe_Flex_reaches_out_to_NET_developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Adobe_Flex_reaches_out_to_NET_developers</guid>
      <pubDate>Tue, 18 Nov 2008 15:01:19 GMT</pubDate>
    </item>
    <item>
      <title>Suspicious DNK Accounts</title>
      <description>Conclusion
There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page.  So guess what happens ... it would appear that a certain number of people are doing this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f11%2fincentives_cheating_teachers_a.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Suspicious_DNK_Accounts</guid>
      <pubDate>Thu, 06 Nov 2008 22:31:29 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 2.1 - default parameter intrigue</title>
      <description>Do default parameters work the way you think they do? Probably Not! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f30%2fC-40-New-Features-Part-21-default-parameter-intrigue.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f30%2fC-40-New-Features-Part-21-default-parameter-intrigue.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_1_default_parameter_intrigue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_1_default_parameter_intrigue</guid>
      <pubDate>Mon, 03 Nov 2008 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Futures - Silverlight Features for the Desktop</title>
      <description>Some of Silverlights controls and features are bleeding out into WPF. WPF DataGrid, DatePicker/Calendar, VisualStateManager (VSM) and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpublicsector%2farchive%2f2008%2f10%2f28%2fwpf-datagrid-datepicker-calendar-visualstatemanager-vsm-and-more.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpublicsector%2farchive%2f2008%2f10%2f28%2fwpf-datagrid-datepicker-calendar-visualstatemanager-vsm-and-more.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Futures_Silverlight_Features_for_the_Desktop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Futures_Silverlight_Features_for_the_Desktop</guid>
      <pubDate>Tue, 28 Oct 2008 22:34:29 GMT</pubDate>
    </item>
    <item>
      <title>Clipboard History Plug-in for VS 2008</title>
      <description>Take Office's Clipboard History, add in a syntax highlighting history browser and one killer feature. &amp;quot;Paste as {Language}&amp;quot;. It will take the C# you copied and Paste it as VB &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchannel9.msdn.com%2fposts%2fbriankel%2fPDC2008-ShowOff-Entry-Clipboard-History-for-Visual-Studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchannel9.msdn.com%2fposts%2fbriankel%2fPDC2008-ShowOff-Entry-Clipboard-History-for-Visual-Studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Clipboard_History_Plug_in_for_VS_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Clipboard_History_Plug_in_for_VS_2008</guid>
      <pubDate>Tue, 28 Oct 2008 22:31:05 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight Toolkit Released on CodePlex!</title>
      <description>The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. This first release includes full source code, unit tests, samples and documentation for 12 new controls covering charting, styling, layout, and user input. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fsilverlight"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fsilverlight" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Toolkit_Released_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Toolkit_Released_on_CodePlex</guid>
      <pubDate>Tue, 28 Oct 2008 23:46:07 GMT</pubDate>
    </item>
    <item>
      <title>CLR 4.0 includes the DLR with some limitations</title>
      <description>CLR 4.0 Will help IronPython and IronRuby first class citizens. C# 4.0 will have better interoperability but don't expect LINQ to work. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2008%2f10%2f28%2fCLR40ToIncludeTheDLRWithLimitations.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2008%2f10%2f28%2fCLR40ToIncludeTheDLRWithLimitations.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/CLR_4_0_includes_the_DLR_with_some_limitations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/CLR_4_0_includes_the_DLR_with_some_limitations</guid>
      <pubDate>Tue, 28 Oct 2008 21:27:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic MVC Scaffold Addin</title>
      <description>Scaffold your tables using SubSonic in asp.net mvc &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-mvc-scaffold-addin%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-mvc-scaffold-addin%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_MVC_Scaffold_Addin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_MVC_Scaffold_Addin</guid>
      <pubDate>Wed, 08 Oct 2008 20:46:06 GMT</pubDate>
    </item>
    <item>
      <title>How NOT To Optimize LINQ Statements</title>
      <description>About a month ago I was experimenting with different ways to optimize my LINQ queries against the IdeaPipe database, in order to improve the read times. I wanted to improve the read times because our new Facebook Application was being launched and I anticipated an increase in our traffic to the server, which is used to host IdeaPipe and the Facebook Application component.  I quickly realized how now to optimize LINQ statements though. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fhow-not-to-optimize-linq%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f09%2fhow-not-to-optimize-linq%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/How_NOT_To_Optimize_LINQ_Statements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/How_NOT_To_Optimize_LINQ_Statements</guid>
      <pubDate>Wed, 24 Sep 2008 23:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Building Firefox Plugins using Visual Studio</title>
      <description>If you use Visual studio as a development environment and want to develop plugins for Firefox here are a few points to help you get started.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.apijunkie.com%2fAPIJunkie%2fblog%2fpost%2f2008%2f09%2fBuilding-Firefox-Plugins-using-Visual-Studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.apijunkie.com%2fAPIJunkie%2fblog%2fpost%2f2008%2f09%2fBuilding-Firefox-Plugins-using-Visual-Studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Building_Firefox_Plugins_using_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Building_Firefox_Plugins_using_Visual_Studio</guid>
      <pubDate>Tue, 23 Sep 2008 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Google Chrome updated to run Silverlight</title>
      <description>Chrome latest build was released under the Developer chain, an alternative release cycle which let you update to interim builds of Google's Internet Browser, for testing purposes. On this post you will find an early review of the update which truly is an improvement to the beta release, check it out and get yourself switched to the Dev chain. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbits.samiq.net%2f2008%2f09%2fgoogle-chrome-updated-to-run.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbits.samiq.net%2f2008%2f09%2fgoogle-chrome-updated-to-run.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Google_Chrome_updated_to_run_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Google_Chrome_updated_to_run_Silverlight</guid>
      <pubDate>Wed, 17 Sep 2008 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Developing PHP On Your Visual Studio 2008/2005</title>
      <description>check out this great add on for visual studio which will allow you to develop PHP websites. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f16%2fdeveloping-php-on-your-visual-studio-20082005%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f16%2fdeveloping-php-on-your-visual-studio-20082005%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Developing_PHP_On_Your_Visual_Studio_2008_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Developing_PHP_On_Your_Visual_Studio_2008_2005</guid>
      <pubDate>Wed, 17 Sep 2008 07:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Performance gains from Refactoring LINQ</title>
      <description>Creating new objects in a LINQ query represents a powerful paradigm shift for declarative program. It is still a good idea to keep up those good programming practice. This article investigates the effect on performance when refactoring LINQ expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.j-maxx.net%2f2008%2f08%2f23%2fLINQRefactoringInlineInstantiation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.j-maxx.net%2f2008%2f08%2f23%2fLINQRefactoringInlineInstantiation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Performance_gains_from_Refactoring_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Performance_gains_from_Refactoring_LINQ</guid>
      <pubDate>Tue, 26 Aug 2008 06:32:03 GMT</pubDate>
    </item>
  </channel>
</rss>
