Visual Studio 2010 Web Development Improvements
- by Aamir Hasan
VS2010 emulates what is available in previous framework versions through
reference assemblies. These assemblies contain metadata that describes
functionality available in previous versions. VS2010 itself uses the
.NET 4 framework, so when adding multitargeting support the team decided
against running a previous framework version inside the same process.
When your application is compiled to 100 percent guarantee application
compatibility, previous compiler versions are used.Web development in Visual Studio 2010 has been enhanced for greater CSS compatibility, increased productivity through HTML and ASP.NET markup snippets and new dynamic IntelliSense JavaScript.Improved CSS CompatibilityHTML and JavaScript SnippetsJavaScript IntelliSense Enhancements