About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: architecture
Week roundup
Here are the best articles I’ve read/seen last week: Installation of nServiceBus infrastructure items with Powershell commandlets and the uninstall options for MSDTC, MSMQ and RavenDb. Nice youtube video about the concept “Architecture“ A successfull Git branching model. We use … Continue reading
Posted in Uncategorized
Tagged architecture, git, MSDTC, MSMQ, nservicebus, powershell, Ravendb, roundup
Leave a comment
Migrate WCF to be hosted in Azure
One of the reasons I started this blog was to share my (work) experience and give back to the internet. On my last project I migrated WCF services to be hosted in Windows Azure. With the right structure in place this was shockingly easy. Continue reading
Posted in Development
Tagged architecture, azure, Cloud, service oriented architecture, servicecontract, serviceimplementation, WCF, zero to hero
Leave a comment
VS2010 Dependency Graph gotchas
We need to refactor a solution with 200+ projects in Visual Studio 2010. The solution must be split into a runtime and a design solution. As we have the Ultimate edition, the Architecture features will be used. With the Dependency … Continue reading
Posted in Development
Tagged .NET, architecture, const, dependency graph, Design, generics, Visual Studio 2010
Leave a comment