About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
Kudu console for backup
We host our own nuget server in azurewebsites. To make backups of the packages we use Kudu console. Kudu is the engine behind git deployments in Azure Web Sites. It can also run outside of Azure. Read more info about … Continue reading
Week 19 roundup
Last week recap an links: Mindmap meets Evernote with Mohiomap. Nice visual of your Evernote and/or DropBox content. Windows Azure has a new Portal. Check it out. Used Spreadsheet Inquire to view changes between versions of an Excel file. Installed … Continue reading
A first encounter with Chocolatey
Think of Chocolatey as a nuget repository with software to install on Windows. Or apt-get for Windows. I’ve tested it for Particular software. Installation This is simple, just past one line in a command box and wait for it to … Continue reading
Connect Virtual Machines in Windows Azure
Our project relies on MSDTC. To use this in Windows Azure the machines must be able to find each other. Here are the two solutions Microsoft offers. Move VM to virtual network In this post Karl writes how to move … Continue reading
nServiceBus license
The nServiceBus software from Particular provides a great integration platform. Our current project integrates 5 systems. One is a system that communicates by putting XML files in a drop location. For an initial load there will be over 30.000 files … Continue reading