Archives for 2006

ASP.NET Ajax RC and Google Adsense

Dec 22, 2006

During the integration of ASP.NET Ajax RC on Tech Head Brothers I had issues with some javascript failing both in ASP.NET Ajax and Adsense. After a short online discussion with Cyril, he could manage to get a fix, and to identify the issue in the ASP.NET Ajax RC. You might read more about it on the forum, or on his french blog.

Adsense uses the native method Date.parse of JavaScript. ASP.NET Ajax RC overload this method changing a bit its behavior. Luckily the old method is saved in Date._jsParse. Using this code just before your first insert of the adsense script will solve the issue:

Continue reading

ASP.NET AJAX 1.0 RC Released

Dec 15, 2006

So they finally released a first Release Candidate of ASP.NET AJAX. You might get an overview of what did change between beta 2 and RC on this page.

Download it here!!!

Continue reading

ASP.NET AJAX RC is coming soon

Dec 15, 2006

I just connected to the site and saw the image changed from beta 2 to RC then I made a refresh of the page because the link to download was still saying Beta 2. So it seems that we will have access to this new release really soon...

Continue reading

Jetbrains Resharper 2.5 RTM

As you certainly know I you sometimes read my blog I am absolutely addicted to that tool and can't work without it anymore in Visual Studio 2005.

So I am happy to announce that Jetbrains finally released ReSharper 2.5. This version is for Visual Studio 2005 only. So what's new on this new version?

Continue reading

Page 1 of 15