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

Posted in Tooling | Tagged , , , | Leave a comment

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 , , , , , , , , | Leave a comment