Home  >  

Visual Studio 2008: Rich IntelliSense for jQuery

Author photo
| | 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

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


Type the characters you see in the picture above.

Tag Cloud

Poll: Sci-Fi Movies

What's Your Favorite Sci-Fi Movie of All Time?

Vote | View Poll Results | Read Related Blog Entry

Latest Features

  •     Welcome back to the series. This time we are goings to build a really exciting component that will be used to simply display information about the user. Well, you might say why to we need such a component, is there... Continue Reading
  •    Welcome back to our exciting Facebook ActionScript series. In this article we will discuss one of most important (and most exciting) features of the FB platform, it's the publishing of news. We all know when we log in to facebook,... Continue Reading
  • This article provides 10 tips and best practices (in no particular order) for maximizing the benefits that Dojo can bring to your next project. For a more thorough introduction to Dojo, see the article Dojo: The JavaScript Toolkit with... Continue Reading
  •     The notifications are one of the most interesting (and important) parts of the facebook area. In order to completely understand the Flash side of it, we need to understand the basics of the facebook notification, what it is and how... Continue Reading

Development Series

Get an overview of the tools and technologies that work together to allow developers to build Rich Internet Applications (RIAs) quickly and easily.

facebook icon Facebook Application Development

Anatomy of an Enterprise Flex RIA

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.