Design, Solutions and .NET Framework by Dejan Dimitrovski

July 2009 - Posts

WCF Load Test
This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced... read more
Posted: Wed, Jul 15 2009 23:54 by dejan | with no comments
Filed under: ,
GET method and Internet Explorer workaround
This post is just a note for those who have not experienced WCF, REST, GET method and Internet Explorer in combination or AJAX, GET method and Internet Explorer again. Actually the problem is that the browser is greedy for caching and If you use a GET... read more