The World of .NET covers practical .NET enterprise application development.
In this segment, we discuss jQuery, a JavaScript library with Microsoft backing, integrated into MVC and VS 2010.
jQuery and Visual Studio 2008:
To get up and running with jQuery, including IntelliSense, you need to first apply a Service Pack and also include a vsdoc JavaScript file that provides method/property/parameter information. KB958502 - JScript Editor support for “-vsdoc.js” IntelliSense doc Latest jQuery and vsdoc files More information surrounding the vsdoc fix Learning jQuery jQuery Reference
Glimmer - Wizard style jQuery code generation for image sequencing, drop down menus, and animation.
Coupling at the assembly level The higher the coupling is, the more painful maintaining your application will be. Metrics: Afferent coupling - types that depend on your assebly Efferent coupling - types inside your assembly that depend on outside assemblies
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.