Welcome to MSDN Blogs Sign in | Join | Help

Dominic Green

Browse by Tags

All Tags » Code   (RSS)
AltNetWorkshop – Test Driven Development
Test Driven Development ( TDD ) has always been a subject that I have heard lots about, and thought of as a very idealistic almost academic approach to software development. However, when I heard that Seb over at AltNet was organising a TDD workshop with Read More...
Deploying to the Cloud as Part of Your Daily Build
I have recently been working on a big Azure application that we have been wanting to deploy to the cloud and test, to make sure that no unexpected bugs occur whilst the application is in the wild and give the opportunity to see how it performs. Now the Read More...
Comparing Two Images in C#
I’ve recently been doing a bit of work generating images, I have also need to compare the images that I generate with an image that has already exists. I found a number of web sites that suggested the following way of comparing two images, by cycling Read More...
AzureTrace … managing all your Azure Logging Needs
One of the best practices when creating an application on top of the Azure Service Platform is to constantly log your applications activity. This is so that when a worker role inevitably goes down (and it will) you will be view output in your log files Read More...
Communicating Between Silverlight and ASP.NET
One thing that has really played on my mind since I started dabbling with Silverlight has been that all of my interactions with the app are just happening within the Silverlight application embedded onto a ASP.NET web page (other flavours are available) Read More...
Page view tracker