<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by adventurer</title>
    <description>Stories kicked by adventurer</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>A simple way to run C# code from bat file</title>
      <description>Demonstrating a way how to embed C# code into BAT file &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2f2011%2f03%2fa-simple-way-to-run-c-code-from-bat-file%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2f2011%2f03%2fa-simple-way-to-run-c-code-from-bat-file%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_simple_way_to_run_C_code_from_bat_file</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_simple_way_to_run_C_code_from_bat_file</guid>
      <pubDate>Mon, 21 Mar 2011 06:03:16 GMT</pubDate>
    </item>
    <item>
      <title>Adding Git Command Line To Visual Studio</title>
      <description>If you are an avid Git user like I am, but also happen to work in a Visual Studio environment, you know that getting to your Git Bash command prompt is anything but easy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoderjournal.com%2f2011%2f03%2fadding-git-command-line-to-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoderjournal.com%2f2011%2f03%2fadding-git-command-line-to-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Adding_Git_Command_Line_To_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Adding_Git_Command_Line_To_Visual_Studio</guid>
      <pubDate>Fri, 18 Mar 2011 04:34:17 GMT</pubDate>
    </item>
    <item>
      <title>Create Fluent API in C#</title>
      <description>Blog explains how Fluent API can be created using C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.chintan-shah.com%2fpost%2f2011%2f03%2f15%2fCreate-Fluent-API-in-C-Sharpe.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.chintan-shah.com%2fpost%2f2011%2f03%2f15%2fCreate-Fluent-API-in-C-Sharpe.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Create_Fluent_API_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Create_Fluent_API_in_C</guid>
      <pubDate>Thu, 17 Mar 2011 07:20:17 GMT</pubDate>
    </item>
    <item>
      <title>5 Ways That Postsharp Can SOLIDify Your Code: Authorization</title>
      <description>One of the best uses of AOP is to take cross-cutting concerns that repeat themselves over and over in your system, and move them into their own class. Authentication and authorization are important parts of many applications, but too often the code to check if a user is authorized is spread all over the app. A class should have one and only one reason to change, so let's get the &amp;quot;auth&amp;quot; stuff into its own class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpcrafters.com%2fblog%2fpost%2f5-Ways-That-Postsharp-Can-SOLIDify-Your-Code-Authorization.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpcrafters.com%2fblog%2fpost%2f5-Ways-That-Postsharp-Can-SOLIDify-Your-Code-Authorization.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/5_Ways_That_Postsharp_Can_SOLIDify_Your_Code_Authorization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/5_Ways_That_Postsharp_Can_SOLIDify_Your_Code_Authorization</guid>
      <pubDate>Tue, 15 Mar 2011 14:13:43 GMT</pubDate>
    </item>
    <item>
      <title>WPF Themes now available on NuGet</title>
      <description>WPF Themes are now available on NuGet &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rudigrobler.net%2fblog%2fwpf-themes-now-available-on-nuget"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rudigrobler.net%2fblog%2fwpf-themes-now-available-on-nuget" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Themes_now_available_on_NuGet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Themes_now_available_on_NuGet</guid>
      <pubDate>Mon, 14 Mar 2011 13:08:17 GMT</pubDate>
    </item>
    <item>
      <title>Modifying LINQ To SQL command text</title>
      <description>Here's a bit of code that'll let you modify any command text LINQ To SQL generates before it hits the database.  It's always been possible to call DataContext.GetCommand and use modified SQL in a call to DataContext.Translate or DataContext.ExecuteQuery, but that's pretty restrictive in the complexity of query you can use.  Also, if LINQ To SQL decides it needs to batch multiple SELECT statements for the desired results, GetCommand can only give you the first one.

The first thing to do is replace the IProvider implementation used by your DataContext.  Unfortunately, DataContext's Provider property is both private and read-only.  Also, the IProvider interface itself is private.  This is bad in every way, and we absolutely shouldn't try to hack our way through that. but we will. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2011%2f03%2f12%2fmanipulating-linq-to-sql-command-text%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2011%2f03%2f12%2fmanipulating-linq-to-sql-command-text%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Modifying_LINQ_To_SQL_command_text</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Modifying_LINQ_To_SQL_command_text</guid>
      <pubDate>Sun, 13 Mar 2011 20:37:17 GMT</pubDate>
    </item>
    <item>
      <title>How to get rid from annoying IE warning when you debug a Silverlight</title>
      <description>When you try to open a local file, Internet Explorer gives the following warning: &amp;quot;To help protect your security, Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer.Click here for options.&amp;quot;.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2f2011%2f03%2fhow-to-get-rid-from-annoying-ie-warning-when-you-debug-a-silverlight-application%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2f2011%2f03%2fhow-to-get-rid-from-annoying-ie-warning-when-you-debug-a-silverlight-application%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_get_rid_from_annoying_IE_warning_when_you_debug_a_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_get_rid_from_annoying_IE_warning_when_you_debug_a_Silverlight</guid>
      <pubDate>Sun, 13 Mar 2011 14:20:29 GMT</pubDate>
    </item>
    <item>
      <title>The Complete Guide To Validation In ASP.NET MVC 3 - Part 1</title>
      <description>The latest release of ASP.NET MVC (version 3) has a number of new validation features that significantly simplify both the validation code AND the html outputted to the client. This multi-part article will attempt to cover all common validation scenarios and introduce all the new MVC3 validation features along the way. We will provide detailed explanations as well as full code examples that you can adapt for your own needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevtrends.co.uk%2fblog%2fthe-complete-guide-to-validation-in-asp.net-mvc-3-part-1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevtrends.co.uk%2fblog%2fthe-complete-guide-to-validation-in-asp.net-mvc-3-part-1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Complete_Guide_To_Validation_In_ASP_NET_MVC_3_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Complete_Guide_To_Validation_In_ASP_NET_MVC_3_Part_1</guid>
      <pubDate>Thu, 10 Mar 2011 21:07:18 GMT</pubDate>
    </item>
    <item>
      <title>Output Caching Actions Gotcha in ASP.NET MVC 3</title>
      <description>The following article describes how to avoid the output caching problem in ASP.NET MVC 3. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d665"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d665" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Output_Caching_Actions_Gotcha_in_ASP_NET_MVC_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Output_Caching_Actions_Gotcha_in_ASP_NET_MVC_3</guid>
      <pubDate>Tue, 08 Mar 2011 09:48:18 GMT</pubDate>
    </item>
    <item>
      <title>LINQ - Performance considerations when building traffic heavy websites</title>
      <description>A look at how to tackle LINQ performance problems on busy websites &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdave.uk.com%2fpost%2f2011%2f03%2f06%2fLINQ-Performance-considerations-when-building-websites.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdave.uk.com%2fpost%2f2011%2f03%2f06%2fLINQ-Performance-considerations-when-building-websites.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQ_Performance_considerations_when_building_traffic_heavy_websites</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQ_Performance_considerations_when_building_traffic_heavy_websites</guid>
      <pubDate>Wed, 09 Mar 2011 16:16:01 GMT</pubDate>
    </item>
    <item>
      <title>An alternative to WinDbg - Debug Analyzer.Net</title>
      <description>Debug Analyzer.NET is a debugging tool to analyze memory dumps using plug-ins written in .NET framework and can be used as WinDbg alternative &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2f2011%2f02%2fan-alternative-to-windbg-debug-analyzer-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2f2011%2f02%2fan-alternative-to-windbg-debug-analyzer-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/An_alternative_to_WinDbg_Debug_Analyzer_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/An_alternative_to_WinDbg_Debug_Analyzer_Net</guid>
      <pubDate>Wed, 02 Feb 2011 10:14:08 GMT</pubDate>
    </item>
    <item>
      <title>SlimTune - an open source profiling for .NET applications</title>
      <description>SlimTune is a open source profiler and performance tuning tool for .NET based applications, written in C#, VB.NET. It provides nice set of powerful features &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2f2011%2f01%2fslimtune-a-open-source-profiling-and-performance-analysis-tool-for-net-applications%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2f2011%2f01%2fslimtune-a-open-source-profiling-and-performance-analysis-tool-for-net-applications%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/SlimTune_an_open_source_profiling_for_NET_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/SlimTune_an_open_source_profiling_for_NET_applications</guid>
      <pubDate>Mon, 24 Jan 2011 11:27:09 GMT</pubDate>
    </item>
    <item>
      <title>XPath Visualizer</title>
      <description>XPath Visualizer is a simple tool, that lets you execute a XPath query and see the results. The .Net 3.5 is required to use the tool . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2f2011%2f01%2fxpath-visualizer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2f2011%2f01%2fxpath-visualizer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/XPath_Visualizer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/XPath_Visualizer</guid>
      <pubDate>Mon, 17 Jan 2011 20:51:16 GMT</pubDate>
    </item>
    <item>
      <title>Extensibility pattern in c#</title>
      <description>The Extensibility pattern allows to expand an object functionality in the runtime . All needful interfaces can be found in System.ServiceModel namespace. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetmonitor.com%2f2010%2f09%2f15%2fextensibility-pattern-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetmonitor.com%2f2010%2f09%2f15%2fextensibility-pattern-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Extensibility_pattern_in_c</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Extensibility_pattern_in_c</guid>
      <pubDate>Fri, 17 Sep 2010 02:15:52 GMT</pubDate>
    </item>
    <item>
      <title>Buy Anders' Pascal 4 dev laptop</title>
      <description>Ebay auction for Anders Hejlsberg's (lead architect at MS on the .NET platform) old laptop on which he developed Turbo Pascal 4.  Proceeds go towards Haiti relief.  Pretty damn cool, and (at least right now) cheap! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcgi.ebay.com%2fws%2feBayISAPI.dll%3fViewItem%26item%3d200438292980%26ru%3dhttp%3a%2f%2fshop.ebay.com%3a80%2f200438292980_W0QQ_fviZ1%26_rdc%3d1%23ht_778wt_1165"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcgi.ebay.com%2fws%2feBayISAPI.dll%3fViewItem%26item%3d200438292980%26ru%3dhttp%3a%2f%2fshop.ebay.com%3a80%2f200438292980_W0QQ_fviZ1%26_rdc%3d1%23ht_778wt_1165" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Buy_Anders_Pascal_4_dev_laptop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Buy_Anders_Pascal_4_dev_laptop</guid>
      <pubDate>Wed, 17 Feb 2010 07:30:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 RC 2 Released</title>
      <description>After receiving feedback from our last release candidate back in December, we decided it would be prudent to have one more release candidate that incorporated the feedback. You can read the release notes for everything that changed, there's not a whole lot. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f02%2f04%2faspnetmvc2-rc2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2010%2f02%2f04%2faspnetmvc2-rc2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_RC_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_2_RC_2_Released</guid>
      <pubDate>Fri, 05 Feb 2010 12:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Write C# instead of JavaScript - gain the productivity of C#  dev. </title>
      <description>SharpKit is a Web Toolkit that enables you to write C# and convert it to JavaScript during compilation. 
Writing and maintaining JavaScript code can be very expensive. 
Migrating from JavaScript to C# enables you to:
*Leverage Visual Studio C# productivity
*Maximize cross-browser compatibility
*Streamline client-side code review &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsharpkit.net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsharpkit.net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Write_C_instead_of_JavaScript_gain_the_productivity_of_C_dev</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Write_C_instead_of_JavaScript_gain_the_productivity_of_C_dev</guid>
      <pubDate>Thu, 14 Jan 2010 20:15:07 GMT</pubDate>
    </item>
    <item>
      <title>Multi-process C# app like Google Chrome</title>
      <description>How to communicate between multiple processes like Google Chrome in C# using named pipes. Included source code &amp;amp; example. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwyday.com%2fblog%2f2010%2fmulti-process-c-sharp-application-like-google-chrome-using-named-pipes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwyday.com%2fblog%2f2010%2fmulti-process-c-sharp-application-like-google-chrome-using-named-pipes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Multi_process_C_app_like_Google_Chrome</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Multi_process_C_app_like_Google_Chrome</guid>
      <pubDate>Fri, 15 Jan 2010 15:00:03 GMT</pubDate>
    </item>
    <item>
      <title>A Powerful SharePoint Lookup Column, I Bet You May Need It. </title>
      <description>Most of SharePoint Lookup functionality you want to enhance your SharePoint performance can be find from this powerful tool. 
&amp;lt;l&amp;gt;SharePoint cross-site lookup, 
&amp;lt;l&amp;gt;SharePoint cascading lookup 
&amp;lt;l&amp;gt;SharePoint filtering lookup,
&amp;lt;l&amp;gt;SharePoint parent-child relationship between different lists.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharepointboost.com%2fcascaded-lookup.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharepointboost.com%2fcascaded-lookup.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_Powerful_SharePoint_Lookup_Column_I_Bet_You_May_Need_It</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_Powerful_SharePoint_Lookup_Column_I_Bet_You_May_Need_It</guid>
      <pubDate>Tue, 12 Jan 2010 07:12:28 GMT</pubDate>
    </item>
    <item>
      <title>Accelerator and F# (IV.): Composing computations with quotations</title>
      <description>In this article series we're talking about the Accelerator project, which can be used from F# to write code that runs in parallel on GPU or multi-core CPU. In this article, we'll look at building complex data-parallel programs with F# quotations, we'll implement blur filter and we'll also discuss architecture and performance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftomasp.net%2fblog%2faccelerator-quotations.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftomasp.net%2fblog%2faccelerator-quotations.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Accelerator_and_F_IV_Composing_computations_with_quotations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Accelerator_and_F_IV_Composing_computations_with_quotations</guid>
      <pubDate>Tue, 12 Jan 2010 01:32:22 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 4 - How to Capture Audio and Video from a Web Cam</title>
      <description>One of the coolest new features in Silverlight 4 is the ability to capture audio and video input from Web Cameras.  With a few simple lines of code, you can request permission to your users to leverage their capture devices and then capture both the audio and video streams.  

So far, there have been some great examples of how to capture the video and use it as a background "brush" to paint a screen in the browser to show what the camera sees along with a few samples for enabling "snapshot" images from the webcam.

But no one has actually taken it all the way to saving the captured video and audio streams locally (in isolated storage) to allow for a later file upload of the captured video segment - Until now.

Check-out this post from Mike Taulty's Blog - where he shows you how to successfully save the streams to disk:  
http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/12/30/silverlight-4-webcams-oncemorewithaudio.aspx 



 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2010%2f01%2f11%2fsilverlight-4-how-to-capture-audio-and-video-from-a-web-cam.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2010%2f01%2f11%2fsilverlight-4-how-to-capture-audio-and-video-from-a-web-cam.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_4_How_to_Capture_Audio_and_Video_from_a_Web_Cam</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_4_How_to_Capture_Audio_and_Video_from_a_Web_Cam</guid>
      <pubDate>Wed, 13 Jan 2010 18:00:31 GMT</pubDate>
    </item>
    <item>
      <title>The TekPub LINQ Challenge Part 2 - Faster Algorithms</title>
      <description>Comparing performance of different ways of checking for prime numbers, including some interested benchmarks and use of parallel linq. &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%2f2010%2f01%2f10%2fThe-TekPub-LINQ-Challenge-Part-2-Faster-Algorithms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f01%2f10%2fThe-TekPub-LINQ-Challenge-Part-2-Faster-Algorithms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/The_TekPub_LINQ_Challenge_Part_2_Faster_Algorithms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/The_TekPub_LINQ_Challenge_Part_2_Faster_Algorithms</guid>
      <pubDate>Mon, 11 Jan 2010 21:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Ordering fields in ASP.NET MVC 2 templated helpers</title>
      <description>Ever worked with the templated helpers provided by ASP.NET MVC 2? Templated helpers provide a way to automatically build UI based on a data model that is marked with attributes defined in the System.ComponentModel.DataAnnotations namespace. For example, a property in the model can be decorated with the attribute [DisplayFormat(DataFormatString = &amp;quot;{0:c}&amp;quot;)], and the templated helpers will always render this field formatted as currency.

If you have worked with templated helpers, you must agree: they can be useful! There's one thing which is impossible in the current version: ordering fields. And that's what this post will accomplish. &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%2f2010%2f01%2f06%2fOrdering-fields-in-ASPNET-MVC-2-templated-helpers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2010%2f01%2f06%2fOrdering-fields-in-ASPNET-MVC-2-templated-helpers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Ordering_fields_in_ASP_NET_MVC_2_templated_helpers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Ordering_fields_in_ASP_NET_MVC_2_templated_helpers</guid>
      <pubDate>Tue, 12 Jan 2010 02:15:00 GMT</pubDate>
    </item>
    <item>
      <title>.NET Projects: Generating Documentation with Sandcastle</title>
      <description>This is a walkthrough in automating Sandcastle to generate API documentation during an automated build process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgrantpalin.com%2f2010%2f01%2f10%2fnet-projects-generating-documentation-with-sandcastle%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgrantpalin.com%2f2010%2f01%2f10%2fnet-projects-generating-documentation-with-sandcastle%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NET_Projects_Generating_Documentation_with_Sandcastle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NET_Projects_Generating_Documentation_with_Sandcastle</guid>
      <pubDate>Mon, 11 Jan 2010 23:15:02 GMT</pubDate>
    </item>
    <item>
      <title>Bookmarking with Visual Studio and ReSharper 5.0</title>
      <description>Learn how to use bookmarks in Visual Studio and with new upcoming version of ReSharper 5.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2010%2f01%2f08%2fbookmarking-with-visual-studio-and-resharper-5-0%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2010%2f01%2f08%2fbookmarking-with-visual-studio-and-resharper-5-0%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Bookmarking_with_Visual_Studio_and_ReSharper_5_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Bookmarking_with_Visual_Studio_and_ReSharper_5_0</guid>
      <pubDate>Mon, 11 Jan 2010 18:45:01 GMT</pubDate>
    </item>
  </channel>
</rss>
