<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ranw</title>
    <description>Stories kicked by ranw</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>Behind The Scene - Control ID's in ASP.Net - Ran Wahle's blog</title>
      <description>We all familiar with the terms of ID, ClientID and UniqueID which are
properties of Control class. In this post I'll dive into the way the last two
read-only properties values are being set and when.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f11%2f27%2fbehind-the-scene-control-id-s-in-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f11%2f27%2fbehind-the-scene-control-id-s-in-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Behind_The_Scene_Control_ID_s_in_ASP_Net_Ran_Wahle_s_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Behind_The_Scene_Control_ID_s_in_ASP_Net_Ran_Wahle_s_blog</guid>
      <pubDate>Fri, 28 Nov 2008 07:08:46 GMT</pubDate>
    </item>
    <item>
      <title>AJAX and Dates - Ran Wahle's blog</title>
      <description>While AJAX in general, and Data-Services in particular
becomes more and more in use, you may encounter a
problem of sending / receiving dates when you don't
usually share the same Time Zone settings. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f10%2f25%2fajax-and-dates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f10%2f25%2fajax-and-dates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/AJAX_and_Dates_Ran_Wahle_s_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/AJAX_and_Dates_Ran_Wahle_s_blog</guid>
      <pubDate>Sat, 25 Oct 2008 21:32:16 GMT</pubDate>
    </item>
    <item>
      <title>Sending complex typed data from web service to SilverLight client</title>
      <description>Here I'll sum this part which is Serialize the object for the SilverLight
component and operate method inside it to bind the data. 

Step 5 - Serialize the data for the SilverLight component &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f08%2f04%2fsending-complex-typed-data-from-web-service-to-silverlight-client-part-iii.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f08%2f04%2fsending-complex-typed-data-from-web-service-to-silverlight-client-part-iii.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Sending_complex_typed_data_from_web_service_to_SilverLight_client</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Sending_complex_typed_data_from_web_service_to_SilverLight_client</guid>
      <pubDate>Mon, 20 Oct 2008 11:53:30 GMT</pubDate>
    </item>
    <item>
      <title>Using Firebug extension - Ran Wahle's blog</title>
      <description>Before Visual Studio 2008 there wasn't many decent client debugging tools.
One of the tools that were already (and for free) was the Firebug extension Firefox
for Firefox. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f10%2f07%2fusing-firebug-extension.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f10%2f07%2fusing-firebug-extension.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Firebug_extension_Ran_Wahle_s_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Firebug_extension_Ran_Wahle_s_blog</guid>
      <pubDate>Sun, 12 Oct 2008 19:05:15 GMT</pubDate>
    </item>
    <item>
      <title>Improving Performance By Using ASP.NET Caching</title>
      <description>What is ASP.NET caching mechanism?
When to use caching? andASP.NET Caching how can I use it in
order to improve my site performance? are the
questions this post series is going to answer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f08%2f09%2fimproving-performance-using-asp-net-caching.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f08%2f09%2fimproving-performance-using-asp-net-caching.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Improving_Performance_By_Using_ASP_NET_Caching</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Improving_Performance_By_Using_ASP_NET_Caching</guid>
      <pubDate>Sat, 09 Aug 2008 20:10:41 GMT</pubDate>
    </item>
    <item>
      <title>Get Rid of COM+ Application after Migrating to Framework 2.0 - Ran Wah</title>
      <description>COM+ application was the only way to manage transactions on Framework 1.1 and lower. After migration to Framework 2.0 or higher there was no need for COM+ applications for transaction matters but loosing it is a long process. Here I'll explain how I did it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f08%2f09%2fget-rid-of-com-application-after-migrating-to-framework-2-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f08%2f09%2fget-rid-of-com-application-after-migrating-to-framework-2-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Get_Rid_of_COM_Application_after_Migrating_to_Framework_2_0_Ran_Wah</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Get_Rid_of_COM_Application_after_Migrating_to_Framework_2_0_Ran_Wah</guid>
      <pubDate>Sat, 09 Aug 2008 20:05:53 GMT</pubDate>
    </item>
    <item>
      <title>Sending complex typed data from web service to SilverLight client - Pa</title>
      <description>In this post I'll explain in how to send complex typed data between web service and SilverLight  client 
code. In order to avoid security issues I'll use JavaScript as mediator between my server code and SilverLight 
code.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f07%2f29%2fsending-complex-typed-data-from-web-service-to-silverlight-client.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f07%2f29%2fsending-complex-typed-data-from-web-service-to-silverlight-client.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Sending_complex_typed_data_from_web_service_to_SilverLight_client_Pa</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Sending_complex_typed_data_from_web_service_to_SilverLight_client_Pa</guid>
      <pubDate>Fri, 08 Aug 2008 12:26:39 GMT</pubDate>
    </item>
    <item>
      <title>AJAX WEB Methods and Daylight Saving Settings - Ran Wahle's blog</title>
      <description>As most of you know, although our computer displayed time moves forward
by an hour on DST period, It's time isn't changing actually, it just moves to
it's neighboring time zone.

This is in order not to change the computer UTC so different DST setting on different
countries won't  cause actual time difference between computers.

However, many system administrators doesn't know how to configure correctly
the time zone shift and instead they simply setting the clock forward / backwards by
one hour. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f08%2f02%2fajax-web-methods-and-daylight-saving-settings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f08%2f02%2fajax-web-methods-and-daylight-saving-settings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/AJAX_WEB_Methods_and_Daylight_Saving_Settings_Ran_Wahle_s_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/AJAX_WEB_Methods_and_Daylight_Saving_Settings_Ran_Wahle_s_blog</guid>
      <pubDate>Fri, 08 Aug 2008 10:28:25 GMT</pubDate>
    </item>
    <item>
      <title>Visitor Pattern</title>
      <description>The post explain the use of the visitor design pattern and how to implement it in C# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f08%2f03%2fvisitor-pattern.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2008%2f08%2f03%2fvisitor-pattern.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Visitor_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Visitor_Pattern</guid>
      <pubDate>Sun, 03 Aug 2008 17:35:05 GMT</pubDate>
    </item>
  </channel>
</rss>