What's the address of your website? www .domain.com or domain.com? There are two camps on the subject of the www subdomain. One believe it should be enforced ( www.yes-www.org ) and the other ( no-www.org ) that it...

The _references.js file controls a key part of the JavaScript Intellisense in Visual Studio for web projects and can mean the difference between awesome Intellisense and none at all. This is the story of how it works and...

Snippets are the little shortcuts available in Visual Studio for all the different languages. Here's a well known C# code snippet in action: It just shows up in Intellisense and when you hit TAB, it folds out into this...

I recently upgraded MiniBlog from using WebPages/Razor 2 to version 3. The upgrade was completely painless. I just upgraded the NuGet package and it didn't even touch my web.config. Thumbs up to the Razor team for that!...

Due to the brand new HTML editor in Visual Studio 2013, static HTML files no longer has the Design|Split|Source options enabled by default. That’s because the new HTML editor is the default editor for all HTML files with...

Today was the long-awaited day when Visual Studio 2013 RTM was released. Check out Scott Guthrie’s blog post about all the new features for web developers. Today is also the day Web Essentials 2013 ships as version 1.0...

This summer has been one of the most productive I’ve ever had. Normally I spend summers balancing frozen margaritas in my hammock. That’s called Hammock Driven Development . You should try it. Visual Studio 2013 Preview...

At the //build/ conference when Visual Studio 2013 Preview was released, I open sourced Web Essentials 2013 live on stage . So far that has been really successful with 110 pull requests sent by the community. And Visual...

I’ve been recording a quite a few videos lately for showing off new features in Visual Studio and Web Essentials . Some videos also shows prototypes of what is coming down the line. The question is whether or not videos...

Here’s a feature that you might have missed in Visual Studio 2013 RC. It’s one of my absolute favorite features because it solves a very common problem that I often run into when building websites. I think it’s better to...