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
Week 7 roundup
Last week recap and links: Multiple Names on One Certificate describes how to use openssl to generate a multiple domain certificate Reading this post on evernote’s blog got me triggered to give swipes a try. Been loving it ever since. … Continue reading
Setup logging in configuration with powershell
Manipulation of config files with notepad is a burden for every developer / operator. It is the source of many errors. With DEVOPS we try to automate this process. The result is less prone to errors. See the powershell script … Continue reading
Posted in Tooling
Tagged .NET, configuration, DEVOPS, logging, powershell, web.config
Leave a comment
Deploy to Azure button
The Deploy to Azure button takes the sting out of deployment. Just click the button and the wizard will guide you through the process. How to set this up? I’ve got my ASPNET MVC4 project in github. Every builds local. … Continue reading
Week 6 roundup
Last week recap and links: Azure friday video deploy to Azure button sounds great. Must try this soon. This week used the IEditableObject to be able to undo operations in my WPF application. I installed SickRage on my Synology NAS. … Continue reading
My 2015 developer and power user tools
Below a list of tools I use today. If you’re like me, you check them out and add the ones you like to your own toolbox. Image courtesy of vectorolie / FreeDigitalPhotos.net Environment Chocolatey, installation automation. I’ve written about it … Continue reading