Hosting your own Source & Symbol Server

If you are using NuGet to add 3rd party components in your project, you should also use SymbolSource.org to get debug info and source code for those components. If you are not familiar with SymbolSource.org, it is a service that hosts debug information (.pdb-files) and source code for open source projects. When you debug your [...]

Tags:

Subversion + Mercurial = True

In the team I am working in now, we are using Mercurial (ToroiseHg and VisualHg) as version control. This works great and we are quite happy with it. But there’s one little cloud on our sunny sky. We are interfacing with other teams and they are using Subversion. This means we have to switch between [...]

Windows Azure ServiceBus pitfalls

I’m doing a POC (Proof of Concept) with Windows Azure for a big customer. The idea is to have a web site hosted on Windows Azure where managers can enter messages. These message will then be distributed to computers on sites scattered all over the world.  A kind of a messenger service, mainly intended to [...]

Tags: