Visual Studio 2010 Web Development Improvements
Posted
by Aamir Hasan
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by Aamir Hasan
Published on Tue, 04 May 2010 04:42:00 GMT
Indexed on
2010/05/04
5:08 UTC
Read the original article
Hit count: 207
ASP.NET
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 Compatibility
- HTML and JavaScript Snippets
- JavaScript IntelliSense Enhancements
© ASP.net Weblogs or respective owner