Browse by Tags

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...
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...
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...
ASP.NET Podcast #82 - Wally and Me wrap up 2006
Friday, January 12, 2007 11:31 AM
Wally and myself did a podcast that kind of sums up the year of 2006 with respect to what technology we have seen and how the podcast has been doing. Tune in and give us your feedback. ASP.NET Podcast site link http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/01/11/asp-net-podcast-show-82-wally-and-paul-talk-about-2006-and-2007.aspx Subscribe... Read More...
by Glav | with no comments
More Posts