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: extension
Change Visual Studio background color
The background color of Visual Studio 2010 is a dark blue gradient. Problem is the gradient gives a flickering effect on external monitors when the frequency is under 75 Hz. I want to change it to a solid color. Visual … Continue reading
Fileless activation without svc extension (sort of)
Hosting WCF services in Windows Azure is easy: create service contract and implementation, add serviceactivation to web.config of the Role you’re hosting the service in. The serviceactivation needs a registered extension (svc) to be activated. When you want to do … Continue reading
Posted in Development
Tagged azure, extension, iis, rewrite, serviceactivation, svc, url rewrite, WCF, Windows Azure
Leave a comment