Browse by Tags

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 Client Performance
Saturday, April 21, 2007 6:22 PM
One of the easiest performance traps when using WCF services is constant creation of new client proxies when accessing those services. In WSE land, this was common place: MyProxy prox = new MyProxy(); prox.CallServiceMethod(); For example, you might have a class with some instance methods, and in each method, instantiate a proxy, call the service method, life... Read More...
WCF Atomic Transactions - GUI Configuration
Thursday, April 12, 2007 11:28 PM
If you play with WCF and would like an easy, graphical way to enable and configure basic options of the the WS-Atomic transaction support of WCF, you can do the following: (Note: I did this recently as I had to rebuild a new laptop so I thought I'd mention it here for the benefit of anyone else). I am running this within Vista, although it should be "similar... Read More...
CodeCampOz Presentations
Tuesday, March 27, 2007 9:52 PM
Well CodeCampOz 2007 is beginning this weekend. It should be a great event with a host of good speakers. If you have the opportunity, and are somewhere in Australia, I encourage you to get to Charles Sturt Uni in Wagga Wagga, NSW for some good technical discussions. I'll be co-presenting 2 topics, the first one on ASP.NET AJAX Real World Experiences with Damien... Read More...
More Posts