Showing results for javascript - .NET Blog

Mar 15, 2012
0
0

VS11 Beta JavaScript Feature comparison with VS2010sp1

Web Development Tools Microsoft
Web Development Tools Microsoft

In Visual Studio 11 Beta, we have exciting JavaScript editing features for the developers. Last year, we blogged “JavaScript Web development differences between Visual Studio 11 Developer preview and Visual Studio 2010”. Here are the differences between Visual Studio 11 Beta and Visual Studio 2010. IntelliSense   XML Document ...

ASP.NET
Sep 30, 2011
0
0

JavaScript Reference group Dedicated Worker

Web Development Tools Microsoft
Web Development Tools Microsoft

Travis Leithead showed a video "Building responsive apps and sites with HTML5 web workers" in BUILD. When editing "Dedicated worker" JavaScript file in Visual Studio 11 Developer's Preview, we need to add the following line in the beginning of the file to get the proper JavaScript web walker IntelliSense in the editor: "Dedicated Worker" is a re...

ASP.NET
Sep 15, 2011
0
0

New JavaScript editing features for Web development in Visual Studio 11 Developer Preview

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 11 Developer Preview has the JavaScript design time engine rewritten, sharing base with IE's JavaScript engine. It has faster performance and better memory footprint. The list below shows some new feature and changes comparing with Visual Studio 2010 for Web development scenarios. All feedbacks are welcomed as it's our passion to mak...

ASP.NET
Jun 15, 2011
0
0

Web Standards Update for Visual Studio 2010 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

  We are pleased to announce the first Web Standards Update for Visual Studio SP1. It updates the HTML5 intellisense and validation to reflect the latest W3C specifications and fixes some bugs bugs in the current SP1 support for HTML5. Also JavaScript intellisense it updated to reflect many of the new browser capabilities such as Geolocation ...

ASP.NET
Nov 8, 2010
0
0

How to solve JavaScript IntelliSense problems in VS2010

Web Development Tools Microsoft
Web Development Tools Microsoft

VS2010 should support all of the VS2008 JavaScript functionalities as shown in Scott Guthrie’s VS2008 JavaScript IntelliSense blog.  It includes: 1. Basic type inference 2. IntelliSense from referenced external JavaScript libraries 3. IntelliSense from XML comments for functions, parameters and return types 4. Calling web services using AS...

ASP.NET