Home  >  

Visual Studio 2008: Rich IntelliSense for jQuery

Author photo
November 7, 2008 | | Comments (2)
AddThis Social Bookmark Button

Last week, Microsoft released Rich IntelliSense for jQuery for Visual Studio 2008. This will also work for Visual Web Developer 2008 Express. This comes a month after the anouncement that jQuery will be shipping with future releases of VS 2008, making jQuery the official JavaScript framework for developing .NET AJAX applications.

For .NET UI developers, this news should be pretty welcome. With .NET AJAX and jQuery, front end developers can build .NET applications without the need for .NET Page Controls and can use jQuery's AJAX API to communicate to the back end of the application, be it WCF (Windows Communication Foundation) or Web Services.

jQuery is one of the best light weight JavaScript frameworks for decreasing the size and complexity of your JavaScript. Along with Prototype, it has become a great option for developers looking to build their own components in friendly HTML and clean CSS.

jQuery is a great option for building HTML based RIAs, as the jQuery User Interface Library add on is also relatively light and very powerful.

I've been a UI Engineer on a team working on a .NET AJAX application for the last several months and have found coding friendly HTML and clean CSS is one of the keys to our success. We have almost exclusively used HTML for the project and have only used .NET Page controls on a few occasions.

jQuery is a great framework for CSS developers as the CSS Selector is a very important part of jQuery.

I'm going to spend the next few weeks looking into moving an ASP.NET AJAX site built using the Prototype JavaScript framework and Scriptaculous library to jQuery and jQuery UI. In future posts I'll talk about the experience, both the successes and failures.

Read more from Jeremy Bierly. Jeremy Bierly's Atom feed

Comments

2 Comments

Godwin said:

Any idea about how I can get similar intellisense to work with prototype javascript framework??


Thanks

Surjit Singh Dadhwal said:

Hi,

I have directory structure like:
JS
JQuery
-jQuery.js
Plugins
-menu.js

using /////
in menu.js file (at top) and then using

gives error that $ is undefined.

/// is not picking up jQuery functions. Please tell what can be the reason?

Surjit Dadhwal

Leave a comment


Tag Cloud

iPad

What's your take on the iPad? (Putting aside the Flash/iPad flame war)

Answer

Latest Features

Recommended for You

@InsideRIA on Twitter

Archives

  • Or, visit our complete archive.  

About This Site

Welcome to the premiere community site for all things RIA sponsored by O'Reilly Media and Adobe Systems Incorporated.