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
JSONPackage did not load correctly
Rename or remove the ComponentModelCache folder to stop loading removed components. Continue reading
Remote Debugging to Azure VM
Add Remote Debugging tools setup to your automation script and use point-to-site VPN to do remote debugging. Continue reading
Posted in Development
Tagged azure vm, Remote debugger, Remote Desktop Connection, visual studio
Leave a comment
Week 47 roundup
Last week recap and links: Scott Hanselman uses Azure Mobile Services with dynamic schema in a hackathon. Great introduction read. Pluralsight blog post IDisposable for dummies. Needed this for closing a stream returned from a WCF service and cleaning tempfiles. … Continue reading
Automate test environment with Azure Virtual Machines
Setting up a test environment in Windows Azure can be automated with powershell. This post contains some parts of my script. Continue reading
Azure VM on Virtual Network
Create a Virtual Network and use it when creating new Virtual Machines in Windows Azure so they can find each other. Continue reading