<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ScottW</title>
    <description>Stories kicked by ScottW</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>16 Ways To Create IObservables without implementing IObservable</title>
      <description>The Reactive Extensions for .Net offers plenty of ways to create IObservables &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2010%2f01%2f10%2f16-ways-to-create-iobservables-without-implementing-iobservable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2010%2f01%2f10%2f16-ways-to-create-iobservables-without-implementing-iobservable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/16_Ways_To_Create_IObservables_without_implementing_IObservable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/16_Ways_To_Create_IObservables_without_implementing_IObservable</guid>
      <pubDate>Mon, 11 Jan 2010 03:43:26 GMT</pubDate>
    </item>
    <item>
      <title>CEP Style Sliding windows in the RX</title>
      <description>A step-by-step implementation of CEP style sliding windows in the Reactive Framework &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2009%2f11%2f25%2fsliding-windows-via-the-reactive-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2009%2f11%2f25%2fsliding-windows-via-the-reactive-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/CEP_Style_Sliding_windows_in_the_RX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/CEP_Style_Sliding_windows_in_the_RX</guid>
      <pubDate>Mon, 30 Nov 2009 03:06:23 GMT</pubDate>
    </item>
    <item>
      <title>Creating high performance WCF services</title>
      <description>&amp;quot;I had a WCF service where I wanted to be able to support over a hundred concurrent users, and while most of the service methods had small payloads which returned quickly, the startup sequence needed to pull down 200,000 records. The out of the box WCF service had no ability to support this scenario, but with some effort I was able to squeeze orders of magnitude performance increases out of the service and hit the performance goal.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2009%2f01%2f03%2fcreating-high-performance-wcf-services.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2009%2f01%2f03%2fcreating-high-performance-wcf-services.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Creating_high_performance_WCF_services</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Creating_high_performance_WCF_services</guid>
      <pubDate>Mon, 05 Jan 2009 19:27:07 GMT</pubDate>
    </item>
    <item>
      <title>DIY Stream Processing in C# with Events, Lambdas, DataTables, and Stop</title>
      <description>an attempt at provding a Linq like solution for streaming data sources &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f12%2f07%2fdiy-stream-processing-in-c-with-events-lambdas-datatables-and-stopwatches.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f12%2f07%2fdiy-stream-processing-in-c-with-events-lambdas-datatables-and-stopwatches.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/DIY_Stream_Processing_in_C_with_Events_Lambdas_DataTables_and_Stop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/DIY_Stream_Processing_in_C_with_Events_Lambdas_DataTables_and_Stop</guid>
      <pubDate>Mon, 08 Dec 2008 09:59:21 GMT</pubDate>
    </item>
    <item>
      <title>Scheduling PowerShell tasks without a console window</title>
      <description>Have you every wanted to use Windows Task Scheduler to run a PowerShell script on a frequent schedule, but hated how the console window would flash on the screen every time the script ran? Yeah, me too &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f12%2f03%2fscheduling-powershell-tasks-without-a-console-window.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f12%2f03%2fscheduling-powershell-tasks-without-a-console-window.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Scheduling_PowerShell_tasks_without_a_console_window</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Scheduling_PowerShell_tasks_without_a_console_window</guid>
      <pubDate>Wed, 03 Dec 2008 11:11:01 GMT</pubDate>
    </item>
    <item>
      <title>The WPF ah-ha Moment</title>
      <description>In nearly every bit of WPF training material or weblog there is some reference to the &amp;quot;ah-ha&amp;quot; moment. The point at which all the new concepts you've been learning gel into a cohesive unit.
For me, that moment was one or two months after I started developing WPF in earnest (by which I mean for users other than myself).
The task was to display two different indicators of a business metric, a green up arrow and a red down arrow.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f08%2f27%2fthe-wpf-ah-ha-moment.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f08%2f27%2fthe-wpf-ah-ha-moment.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_WPF_ah_ha_Moment</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_WPF_ah_ha_Moment</guid>
      <pubDate>Wed, 27 Aug 2008 21:31:04 GMT</pubDate>
    </item>
    <item>
      <title>op 5 Secrets of .Net Desktop Deployment Wizards</title>
      <description>To install to the desktop, use ClickOnce.
ClickOnce support for URLs and multiple envs
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f08%2f24%2ftop-5-secrets-of-net-desktop-deployment-wizards.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f08%2f24%2ftop-5-secrets-of-net-desktop-deployment-wizards.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/op_5_Secrets_of_Net_Desktop_Deployment_Wizards</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/op_5_Secrets_of_Net_Desktop_Deployment_Wizards</guid>
      <pubDate>Mon, 25 Aug 2008 09:56:43 GMT</pubDate>
    </item>
    <item>
      <title>Dealing with the Configuration Nightmare</title>
      <description>How to manage config files and multiple environments &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f08%2f24%2fdealing-with-the-configuration-nightmare.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f08%2f24%2fdealing-with-the-configuration-nightmare.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dealing_with_the_Configuration_Nightmare</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dealing_with_the_Configuration_Nightmare</guid>
      <pubDate>Mon, 25 Aug 2008 04:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Fuzzy Task List in WPF released to CodePlex</title>
      <description>Fuzzy task lists are useful for kinds of tasks that don't have fixed times, such as:

getting a hair cut 
scheduling your dentist appointment  
keeping in touch with old friends
Unlike the actual appointment for the dentist - 4:45pm on Tuesday, the reminder to schedule the appointment doesn't really work for these kind of activities. There's no impact if you miss the date by a few days and often there are more important things to do. The fuzzy task list solves that problem.

Code released to codeplex
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f04%2f06%2ffuzzy-task-list-released-to-codeplex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2008%2f04%2f06%2ffuzzy-task-list-released-to-codeplex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Fuzzy_Task_List_in_WPF_released_to_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Fuzzy_Task_List_in_WPF_released_to_CodePlex</guid>
      <pubDate>Mon, 07 Apr 2008 07:19:03 GMT</pubDate>
    </item>
    <item>
      <title>Static analysis to win business and influence others</title>
      <description>How static analysis tools can give a crucial competitive advantage &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2007%2f04%2f15%2fhow-to-use-static-analysis-and-code-metrics-to-win-business-and-influence-others.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2007%2f04%2f15%2fhow-to-use-static-analysis-and-code-metrics-to-win-business-and-influence-others.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Static_analysis_to_win_business_and_influence_others</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Static_analysis_to_win_business_and_influence_others</guid>
      <pubDate>Wed, 18 Apr 2007 01:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Driving Powershell adoption at the workplace</title>
      <description>How to encourage a development team to adopt powershell &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2007%2f04%2f11%2fdriving-powershell-adoption-at-the-workplace.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fsweinstein%2farchive%2f2007%2f04%2f11%2fdriving-powershell-adoption-at-the-workplace.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Driving_Powershell_adoption_at_the_workplace</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Driving_Powershell_adoption_at_the_workplace</guid>
      <pubDate>Fri, 13 Apr 2007 12:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>
