.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

New VS2008 Feature: “Downgrade” HTML, CSS, and JScript Errors to Warnings

VS2005 introduced the ability to validate your markup and CSS for standards compliance alongside your code.  It’s a great feature, but it can be frustrating when you’re looking for that one critical compilation error underneath a pile of validation errors.  Well, we heard your feedback and added two new options in VS2008 (post-...

Tip/Trick: ASP.NET Mobile Development with Visual Studio 2008

If you are using Visual Studio 2008, you might have noticed that it doesn't have item templates for ASP.NET Mobile Web Forms (which were previously available in Visual Studio 2003).   To help users with this scenario, I've created the following item templates for ASP.NET Web Site and ASP.NET Web Application projects: Mobile ...