Contents tagged with FAQ
-
WCF Diagnostics Implementation in 5 Easy Steps
As we are all aware debugging components in a service oriented architecture it is generally a struggle without having to write a fair amount of code to trace and log the information. Even using common utilities such as Log4Net or the Enterprise Libraries it still requires you to capture the information you want to have logged. To my surprise this is no longer the case with Windows Communication Foundation Services Tracing Capabilities.
-
Windows Azure–Windows Azure Cloud Project Deployment and Remote Connections
There are several options when deploying your solution to Windows Azure and based on the types of updates required it may be best for you to leverage each of the deployment options in different ways and at different times. In this blog post I am going to focus on the most common deployment options available and then discuss when and why to use one deployment method versus another. For the purposes of keeping this post as simple as possible, I am not going to focus on a multi region deployment and am only going to focus on a single region deployment.