ranw

Stories submitted by ranw

Using Firebug extension - Ran Wahle's blog(blogs.microsoft.co.il)

submitted by ranwranw(263) 3 years, 7 months ago

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. read more...

add a comment |category: |Views: 6

tags: another

Improving Performance By Using ASP.NET Caching(blogs.microsoft.co.il)

submitted by ranwranw(263) 3 years, 9 months ago

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. read more...

add a comment |category: |Views: 16

tags: another

Get Rid of COM+ Application after Migrating to Framework 2.0 - Ran Wah(blogs.microsoft.co.il)

submitted by ranwranw(263) 3 years, 9 months ago

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. read more...

add a comment |category: |Views: 12

tags: another

Sending complex typed data from web service to SilverLight client - Pa(blogs.microsoft.co.il)

submitted by ranwranw(263) 3 years, 9 months ago

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. read more...

add a comment |category: |Views: 5

tags: another

AJAX WEB Methods and Daylight Saving Settings - Ran Wahle's blog(blogs.microsoft.co.il)

submitted by ranwranw(263) 3 years, 9 months ago

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. read more...

add a comment |category: |Views: 6

tags: another