About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: Windows Azure
SDC 2014
The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading
Posted in Conference
Tagged asp.net, async, coded UI test, internet-of-things, mobile services, MS Access, nosql, sdn, Security, SOLID, TDD, visual studio, Windows Azure, windows phone
1 Comment
SDN event september 2014
The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading
Posted in Conference
Tagged asp.net, azure, csharp, CTP, mono, NuGet, Roslyn, Security, Visual Studio 2014, vnext, Windows Azure
Leave a comment
Week 26 roundup
Last week recap and links: Travel by drone, think google streetview with drones Octopus deploy has a library you can download step templates from an use in your deployments How to scale Azure Websites globally with Traffic Manager, Scott shows … Continue reading
Posted in Uncategorized
Tagged octopusdeploy, roundup, traffic manager, Windows Azure
Leave a comment
Chocolatey on Azure provision
A recent update on the Windows Azure platform enables you to run a custom powershell script when creating a new Virtual Machine. It can be configured on the last step of the Wizard. This is where chocolatey can do it’s … Continue reading
Posted in Tooling
Tagged chocolatey, nservicebus, sqlserver, virtual machine, Windows Azure
Leave a comment
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