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
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
Using WCF application that has an HTTP binding often needs ability to monitor exact messages that are being transmitted. If you don’t like to use WCF message tracing and logging feature , you can try the alternative more accurate and easier way to capture...
read more
Nice overview on S+S strategy, and why it’s far superior related to Software as a Service (SaaS). Take a look on this 4 minutes video . As additional info, you can reach the following materials: Architects perspective on S+S ( stream or download...
read more
If you are interested, here is a sneak peek on top ten technologies in Microsoft Research by Network World. Take a look at parts in this article for Oslo and Visual Studio 2010 as one of top projects there, it’s more than obvious that there is a bright...
read more
It’s obvious that every software is something breakable if we planning to improve it with a new version and the same story is with our WCF services which can evolve over time. In this article, I’ll gave you few advices on dealing with different versioning...
read more
After submitting request before few weeks to allow me an access to the Windows Azure Services , Microsoft sends me an email with all necessary details on how to explore this new platform for developers. First thoughts on Azure were that this is another...
read more
WCF as part of the .NET Framework supports different OS platforms, providing accessibility over many protocols including HTTP, TCP, IPC and MSMQ. But not every WCF host support the entire suite of protocols which limiting your options at times. Beyond...
read more
The most important thing when you are developing an application is actually the debugging process. If we are talking about WCF, tracing should help developer to debug WCF service by logging all operations on the service. How to enable trace Open the config...
read more
That’s it. The next version of .NET, known as version 4.0, should be presented to the developer’s community in October as Preview. Together with Visual Studio “10” they are a quite exciting bunch of technologies that Microsoft will extend the capabilities...
read more
It's nice to see that my favorite XSD designer is back after installing Visual Studio 2008 SP1. For those who are not in the game, read on my previous article about Visual Studio 2008 XML tools . First of all, I have noticed that my Server Explorer...
read more
Few year ago, when I was being an ASP.NET enthusiast, I had to deal with the problem known as hop the credential over servers. It looks that this problem still is the major pain for the most of ASP.NET developers, because many of them so often asks me...
read more
Visual Studio 2008 Service Pack 1 (SP1) and .NET Framework 3.5 SP1 are out! Even that they looks more like feature pack ( my previous article ), they offer additionally improvements in responsiveness, stability and performance. The list of delivers is...
read more
Visual Studio 2005 has introduced a very nice feature called debugger visualizers which represents extensions to Visual Studio that drops in a custom user interface for visualizing types. This vizualizers allows you to visually view useful information...
read more
Quick overview on few interesting posts in the previous days: The very useful CR_Documentor 2.0 has been released with Sandcastle Preview and is now open source code; List of classes Jerremy Miller includes in his projects; An Amazing Introduction to...
read more
More Posts
Next page »