AspAlliance.com LogoASPAlliance: Articles, reviews, and samples for .NET Developers
URL:
http://aspalliance.com/articleViewer.aspx?aId=1406&pId=-1
VS 2008 JavaScript Intellisense for Silverlight
page
by Scott Guthrie
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 14533/ 33

Introduction

Republished with Permission - Original Article

In addition to shipping VS 2008 and .NET 3.5 Beta 2 last week, my team also shipped the first release candidate of Silverlight 1.0 (it was a busy week at the office!).  You can download the Silverlight 1.0 RC here.

I blogged about our Silverlight plans and roadmap a few months ago.  This first Silverlight 1.0 release is focused on enabling rich media scenarios, and delivers high quality video and audio streaming and XAML based vector graphics and animation support in the browser.  Silverlight is cross browser and cross platform, and can be easily added to any HTML page.  Silverlight 1.0 supports a JavaScript programming model that makes it easy to integrate into an AJAX based page experience (note: Silverlight 1.1 will then add a cross-platform .NET framework programming model and enable RIA support).

JavaScript Intellisense for Silverlight 1.0

Over the last few weeks I've blogged about the new VS 2008 JavaScript Intellisense and VS 2008 JavaScript Debugging features in Beta 2.   In addition to using these JavaScript tooling features when building pure HTML AJAX solutions, you can also now take advantage of them when targeting Silverlight 1.0.

Justin-Josef Angel earlier today released an awesome Silverlight 1.0 JavaScript Intellisense CodePlex Project that helps dramatically with this.  It includes some nice annotated JavaScript helper methods that provide the ability to work with any XAML element in Silverlight with full intellisense in VS 2008. 

To use it, simply add his JavaScript library to the top of your page:

Figure 1

You can then use Justin's helper functions to take late-bound objects and indicate their JavaScript type:

Figure 2

This will then cause the VS 2008 JavaScript intellisense engine to automatically provide intellisense and syntax checking for you:

Figure 3

You can learn all about Justin's library via his excellent tutorial post here.  You can then download and participate in the codeplex project here.

Hope this helps,

Scott

P.S. All of the intellisense features above work in both VS 2008 as well as the free Visual Web Developer 2008 Express Edition.

Resources


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-05-12 5:43:51 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search