Browse by Tags

VSTS 2008, Web Tests and using Fiddler
Tuesday, June 03, 2008 5:04 PM
I have been doing some performance and load testing of a web application I have been working on lately. Most of my previous experience was with the 2005 flavour of VSTS and I was keen to play with the 2008 version to see what improvements have been made. This web application is quite heavy in terms of Javascript and AJAX feature usage. I am happy to report that... Read More...
WCF and interoperability
Sunday, December 16, 2007 9:04 PM
I was trying to create an endpoint using WCF that was to look almost identical to an existing endpoint hat was created using some java tools (we were creating a new .Net app and had to mimic some older endpoints).The endpoint seemed ok at first glance according to the WSDL so I generated a client from it using the SVCUTIL.EXE tool and was going to use the interface... Read More...
Visual Studio 2008 - Install Problems and Solutions
Thursday, November 22, 2007 12:19 PM
Ok, maybe this has already been blogged about in various places, but I am going to list my steps that were required for me to get Visual Studio 2008 to install properly under Vista. My previous situation was: Had Installed VS2008 Release Candidate I tried the following when I went to install VS2008 RTM: Uninstalled VS2008 RC Install of RTM failed. Uninstalled... Read More...
Some more JavaScript Intellisense issues in VS2008
Monday, September 24, 2007 4:10 PM
I was experiencing the issues described here where I was getting no colourisation of JavaScript and no Intellisense. I applied the fix mentioned in the post but it didn't work. Turned out I was missing the file itself file C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Microsoft.JScript.AuthoringServices.dll and a complete search of the hard drive yielded... Read More...
Obscure ASP.NET Problem - AJAX Control Toolkit, CollapsiblePanelExtender, Image controls pages loading more than once....
Sunday, September 09, 2007 10:05 PM
Had an issue on a current project where a page was being loaded twice for each request, although it was a little different for each browser. Under IE, this particular page was loaded, then the 'Default.aspx' page in the same directory was loaded. In Firefox, the same page was loaded twice. This was verified by simply placing breakpoints in the Page_Load events... Read More...
Beginning ASP.NET 2.0 AJAX Book is out!
Friday, July 13, 2007 1:12 PM
The past year or so I have been working with a number of excellent co-authors on another book called Beginning ASP.NET 2.0 AJAX and as you can imagine, is solely devoted to the topic of the Microsoft ASP.NET 2.0 AJAX Extensions . Well its out and you can go and grab yourself a copy . You probably want at least 2, perhaps 3 or 4. If you can tear yourself away... Read More...
WCF Client Channel Pool - Improved Client Performance
Monday, May 07, 2007 12:22 AM
Not long ago, I posted about WCF client performance and some work I have been doing around improving that with a "Channel Pool" type implementation. Well its finally ready for some public consumption. You can grab the code here . ( http://www.theglavs.com/DownloadItem.aspx?FileID=55 ) You can grab the download from here. Its very "apha" at this point and my testing... Read More...
Its an MVP Frenzy
Monday, April 02, 2007 12:27 PM
I'd like to congratulate my fellow readify colleagues and all round good guys for receiving MVP Awards this year: Paul Stovell : MVP in Visual Client Application Development Grant Holliday : MVP in Visual Developer Team System Philip Beadle : MVP in Visual Developer ASP/ASP.NET Congratulations guys, well deserved. Read More...
by Glav | with no comments
AJAX Control Toolkit New Release and Orcas
Saturday, March 03, 2007 10:07 PM
A new release of the AJAX Control toolkit has just hit the airwaves. It contains a bunch of fixes in there, as well as some new controls, specifically the ListSearch and Slideshow controls. In addition, all release bits now use compressed javascript files stripped of xml comments and safe whitespace The toolkit is now up to Version 1.0.10301.0 and its one of... Read More...
WCF Proxy Performance vs WSE V3
Saturday, February 24, 2007 8:51 PM
Recently, I had been asked to examine a situation where WSE V3 service calls were substantially quicker than the equivalent WCF version. The reason in this instance was the fact that the WCF proxy was being created for each and every service call made (which was also the case with WSE V3). WCF proxies are far more heavyweight and incur significant penalty if... Read More...
More Posts Next page »