.NET Blog

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

VSDoc for jQuery 1.3.2 Now Available

jQuery 1.3 was released a little over a month ago.  The 1.3 release adds exciting features such as selector performance improvements, "live events" where events can be bound to both current and future elements, and more.  Version 1.3.2 was released a few days ago and fixes some bugs include one involving selector performance in IE. I...

JScript IntelliSense FAQ

I've been reading through the 70 or so comments on our last 2 jQuery posts.  There have been a lot of great questions.  Apologies for not being able to answer them sooner (I was busy preparing for Dev Connections).  Instead of answering them inline with the comments, I'll try to paraphrase the popular issues here and answer them...

Downloadable Hotfix: False C# compilation errors for ASP.NET code-behind files in SP1

In SP1 for Visual Studio 2008 and Visual Web Developer 2008, C# introduced a new feature to provide 'live' reporting of compilation errors. Unfortunately, the introduction of this functionality also introduced a bug where in certain cases, false C# compilation errors appear in the Error List for ASP.NET Website projects.  Specifically the...

Rich IntelliSense for jQuery

Update: A new Hotfix is availble to complement this file. A while back we updated VS2008 IntelliSense to not fail when referencing jQuery.  However, getting IntelliSense for chained calls and rich summary/parameter hints still required adding special comments to a few thousand lines of jQuery.  If you didn't have the time, you ...

JScript IntelliSense: Working with Ext JS

Ext is great framework for adding rich AJAX interactivity to your web application.  Unfortunately, JScript IntelliSense currently has difficulties processing the script and it's not uncommon to see this message: (image) I just wanted to let everyone know that we've investigated and fixed the issue.  This fix will be available in ...

Webcast: New Enhancements for Web Developers in VS 2008

To View On Demand Webcast : Visual Studio 2008 for Web Developers: CLICK HEREWanted to update you on a upcoming web cast that I am doing in support of Visual Studio 2008 launch event...Title: New Enhancements for Web Developers in VS 2008Date/Day: Tuesday, February 26th 2008 Time: 11am to 12:30pm Pacific Standard Time (PST)Description :Get an ...

JScript IntelliSense: Working with jQuery

We have good news for jQuery fans.  The hotfix we released today fixes a bug in IntelliSense where it would fail with jQuery.  Any page with jQuery should just work now.  While experimenting with this new-found functionality today, I found annotating the library with a few XML Doc Comments really made a big difference.  The...

JScript IntelliSense: Handling Errors

I often get the question “Why isn’t IntelliSense working?”.  The most common cause is an error in one of the referenced scripts.  If there was an IntelliSense update error, the status bar will tell you. (image) Given this situation, the Error List  will complement the status bar with one of two messages. Error Message 1: ...

Better Javascript intellisense with Silverlight 1.0

If you are using Visual Studio 2008 Beta 2, and are building applications for Silverlight using Javascript, there is a cool project from Justin-Josef Angel, which I recommend checking out.  Using Justin's library and Visual Studio 2008 Beta 2, one can get much richer Javascript intellisense experience for Silverlight.  ...