Sign in
Tom Hollander's blog
patterns, practices and pontification
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search
Tags
Agile
ALM
Application Block Software Factory
Architecture
Build
Contrib
Dependency Injection
Enterprise Library
GAT
MSMQ
Non-work
Pages
Policy Injection Application Block
Powershell
Presentations
Product Management
SDC
Service Factory
Software Factories
Unity
Usability
Validation Application Block
Visual Studio
WCF
Windows Azure
Monthly Archives
Archives
May 2013
(7)
March 2013
(1)
November 2012
(1)
December 2011
(1)
October 2011
(3)
September 2011
(1)
June 2011
(1)
March 2011
(1)
February 2011
(1)
November 2010
(1)
September 2010
(2)
April 2010
(1)
March 2010
(1)
August 2009
(1)
June 2009
(1)
May 2009
(2)
April 2009
(1)
March 2009
(1)
January 2009
(3)
December 2008
(3)
November 2008
(2)
October 2008
(1)
September 2008
(1)
August 2008
(2)
July 2008
(3)
June 2008
(1)
May 2008
(2)
April 2008
(2)
March 2008
(2)
February 2008
(4)
January 2008
(4)
December 2007
(3)
November 2007
(3)
October 2007
(6)
September 2007
(1)
August 2007
(6)
July 2007
(4)
June 2007
(5)
May 2007
(7)
April 2007
(9)
March 2007
(7)
February 2007
(7)
January 2007
(9)
December 2006
(7)
November 2006
(3)
October 2006
(4)
September 2006
(4)
August 2006
(6)
July 2006
(7)
June 2006
(7)
May 2006
(5)
April 2006
(7)
March 2006
(3)
February 2006
(3)
January 2006
(7)
December 2005
(4)
November 2005
(4)
October 2005
(6)
September 2005
(3)
August 2005
(6)
July 2005
(6)
June 2005
(4)
May 2005
(7)
April 2005
(3)
March 2005
(4)
February 2005
(4)
January 2005
(4)
MSDN Blogs
>
Tom Hollander's blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tom Hollander's blog
Windows Azure in Australia: Facts and Rumours
Posted
29 days ago
by
Tom Hollander
5
Comments
Today, Microsoft has made the long-awaited announcement that Windows Azure is coming to Australia ! Of course it’s been possible for Aussies to deploy and use applications in Windows Azure for some time, but this has always required deploying to overseas...
Tom Hollander's blog
Keep your Windows Azure applications running with custom health checks
Posted
1 month ago
by
Tom Hollander
0
Comments
Summary: Even though Windows Azure does a great job of keeping your VMs running, only you know exactly what it means for your own apps to be healthy. This post and sample code shows a pattern for implementing custom health checks that can report the health...
Tom Hollander's blog
Running scripts from a Windows Azure role’s OnStart method
Posted
1 month ago
by
Tom Hollander
1
Comments
Summary: Startup scripts declared in ServiceDefinition.csdef work well in most cases, but if you need to modify IIS configuration you’ll need to run your scripts from your role’s OnStart method. This post includes some sample code that can do this using...
Tom Hollander's blog
Using XPath to set environment variables in ServiceDefinition.csdef
Posted
1 month ago
by
Tom Hollander
0
Comments
In my last post on zipping IIS log files in Windows Azure, my ServiceDefinition.csdef file included the following code to set an environment variable to the value of a local resource path: < Task commandLine ="Startup\ScheduleLogFileZipAndDeleteTask...
Tom Hollander's blog
Zip your IIS log files before transferring with Windows Azure Diagnostics
Posted
1 month ago
by
Tom Hollander
0
Comments
Summary: If your Windows Azure-hosted website is really popular, the IIS log files can start to get pretty big. To prevent them from filling up your local VM’s quota and to minimise storage size and transfer bandwidth, you can zip the log files...
Tom Hollander's blog
Using Windows Firewall to restrict access to Windows Azure instances
Posted
1 month ago
by
Tom Hollander
1
Comments
Summary : If you ever have a need to restrict access to your Windows Azure deployment to known IP address ranges, you can do this by programmatically modifying the Windows Firewall. You’ll need to do this both at startup, and whenever your role...
Tom Hollander's blog
Keeping diagnostics in sync across Windows Azure instances
Posted
1 month ago
by
Tom Hollander
0
Comments
Windows Azure Diagnostics provides a great way for operations staff, developers and testers to find out what’s going on within a Windows Azure PaaS (Cloud Service) deployment. In a nutshell, it lets you specify what types of logs you are interested in...
Tom Hollander's blog
Integrate Lync into your intranet sites using the NameCtrl plug-in
Posted
3 months ago
by
Tom Hollander
3
Comments
Introduction If you’re a regular user of both SharePoint and Lync, you’ve probably seen that SharePoint integrates with Lync by showing users’ presence on the page, and giving you a nice hover dialog allowing you to collaborate with them. But did you...
Tom Hollander's blog
New ABC iView plug-in for TunerFreeMCE
Posted
7 months ago
by
Tom Hollander
0
Comments
Most Australians will recognise ABC iView as the country's best online TV service. In recent years they have done a good job of expanding to multiple platforms including PS3, Xbox 360, iOS and many smart TVs. Unfortunately one platform that is close to...
Tom Hollander's blog
Automated Build and Deployment with Windows Azure SDK 1.6
Posted
over 2 years ago
by
Tom Hollander
5
Comments
A few months ago I posted on how to automate deployment of Windows Azure projects using MSBuild. While the approach documented in that post continues to work, Windows Azure SDK 1.6 has introduced some new capabilities for managing Windows Azure credentials...
Tom Hollander's blog
Updates to Windows Azure MSBuild post for SDK 1.5
Posted
over 2 years ago
by
Tom Hollander
1
Comments
Just a quick note that I’ve edited my previous post Using MSBuild to deploy to multiple Windows Azure environments based on some changes to the platform that have come with the Windows Azure SDK 1.5 and Windows Azure PowerShell cmdlets 2.0. The...
Tom Hollander's blog
Using Service Bus Topics and Subscriptions with WCF
Posted
over 2 years ago
by
Tom Hollander
2
Comments
Introduction In my last post , I showed how to use Windows Azure AppFabric Service Bus Queues with WCF. Service Bus Queues provide a great mechanism for asynchronous communication between between two specific applications or services. However in complex...
Tom Hollander's blog
Using Service Bus Queues with WCF
Posted
over 2 years ago
by
Tom Hollander
2
Comments
In 2008 I posted a series of blog articles about how to use MSMQ, WCF and IIS together. I chose to use this architecture as it combined the scalability and resiliency benefits of durable asynchronous messaging, with the simplicity and power of the WCF...
Tom Hollander's blog
Environments for Windows Azure development
Posted
over 2 years ago
by
Tom Hollander
4
Comments
What is an Environment? Anyone who has worked on a software development project will be familiar with the concept of an “environment”. Simply put, an environment is a set of infrastructure that you can deploy your application to, supporting...
Tom Hollander's blog
Hosting Services with WAS and IIS on Windows Azure
Posted
over 2 years ago
by
Tom Hollander
0
Comments
Many developers choose to use service oriented techniques to break large systems into smaller, loosely coupled services. Frequently, each service will be hosted on a different machine and use WS-* protocols for standards-based communication. However there...
Tom Hollander's blog
Creating multi-series Bubble Charts in Excel
Posted
over 2 years ago
by
Tom Hollander
3
Comments
Bubble Charts are a great way to visualise data that has three numerical values for each point. Two of the values are plotted on the X and Y axis, while the other is represented via the diameter of the bubble. Excel also supports Bubble Charts with...
Tom Hollander's blog
Using MSBuild to deploy to multiple Windows Azure environments
Posted
over 2 years ago
by
Tom Hollander
4
Comments
Update 6 December 2011: Windows Azure SDK 1.6 includes some significant changes to how credentials and publishing settings are managed, so I've written a new post Automated Build and Deployment with Windows Azure SDK 1.6 which shows how to leverage these...
Tom Hollander's blog
Adding a Windows Firewall rule using PowerShell
Posted
over 3 years ago
by
Tom Hollander
1
Comments
PowerShell is an amazing technology which I’d love to learn to use properly some day. Unfortunately I’m still at the stage where I don’t really know much about it, but from time to time I need to use it to solve random problems. Luckily, trial and error...
Tom Hollander's blog
The role of an architect in an agile team
Posted
over 3 years ago
by
Tom Hollander
0
Comments
I’ve just come back from Microsoft’s Tech.Ed conferences in Australia and New Zealand, where I presented a session called The role of an architect in an agile team . Thanks to everybody who attended the session, and for the great questions...
Tom Hollander's blog
Get logging in Windows Azure with Enterprise Library
Posted
over 3 years ago
by
Tom Hollander
2
Comments
Hi again – yes I know it’s been a while. Recently I’ve started a new role in Microsoft which involves helping customers deploy applications on Windows Azure, Microsoft’s cloud computing platform. I thought it may be fitting it...
Tom Hollander's blog
“Suggested Resources” Visual Studio Plug-In
Posted
over 3 years ago
by
Tom Hollander
2
Comments
Today’s post is a quick plug for a new tool developed by my friend Olaf Conijn, who (amongst other things) has been a developer on several versions of Enterprise Library. His new tool is called Suggested Resources for .NET Developers , and the current...
Tom Hollander's blog
What do you think of the EntLib 5.0 configuration tool?
Posted
over 3 years ago
by
Tom Hollander
7
Comments
Hello again! It’s been a while, I know. I’ve been busy over the last few months with several projects, some of them software related, and one of them human – my son Jesse was born on 26 February 2010. Fun times! Meanwhile, back in Redmond, the p&p...
Tom Hollander's blog
See you at TechEd Australia and New Zealand
Posted
over 4 years ago
by
Tom Hollander
1
Comments
Just a quick post for anyone attending TechEd Australia and/or New Zealand, in the first couple of weeks of September 2009. I’ll be doing two presentations, so please stop by and say hello (and maybe even watch the sessions!). The sessions I’m presenting...
Tom Hollander's blog
Beware the perils of local time
Posted
over 4 years ago
by
Tom Hollander
2
Comments
Where were you at 2:15am (Sydney time) on 5 April 2009? Other than the fact that your memory is pretty hazy now that a few weeks have passed, you’d expect there to be an unambiguous answer to that question. However it turns out you could well have been...
Tom Hollander's blog
Protecting against XML Entity Expansion attacks
Posted
over 4 years ago
by
Tom Hollander
4
Comments
One of the critical responsibilities of every developer and architect is to understand, and know how to prevent, as many kinds of security attacks as possible. While there are many types of attacks and many weapons at our disposal to thwart them, the...
Page 1 of 10 (240 items)
1
2
3
4
5
»