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)
Category Archives: Uncategorized
Azure SQL Server for centralized database
We are doing a project for our Business Intelligence team. For this we need a central database that is always available. This is where Azure comes to mind. I’ll describe here how I managed to configure Azure SQL Server to … Continue reading
Posted in Uncategorized
Tagged azure, SQL Azure, sql server data tools, visual studio 2013
2 Comments
Updating my early 2009 macbook to El Capitan
My Early 2009 MacBook was still running Mac OS X Mavericks and Aperture, but I felt it was time to update. The specs are at the bottom of the compatible hardware list and I was hesitant, but all was fine … Continue reading
Week roundup
Last week recap and links: Scrum open assessments, for when you’re learning scrum and want to test your knowledge Publish a ClickOnce application using an Azure website describes how to put the clickonce application files in an Azure website publish … Continue reading
Synology backup to Azure stuck
My Synology NAS is backing up to Azure for some time now. While troubleshooting our slow internet I noticed the backup was running since June. I would expect a message of concern in my mailbox or in Pushover, but the … Continue reading
Ignore integration tests when provider is missing
As an integration test I’ve written some unit tests for my MsAccess Data Access Layer. The provider I’m using is OleDb. It will be installed on every desktop machine, but not on our build server. The build fails because of … Continue reading