Test Your Knowledge: Where are the ASP.NET AJAX Library JavaScript files?
Summary
You don’t need to install the Microsoft AJAX Library if you are using Visual Studio 2008. The JavaScript files that are part of the AJAX Library are already included without having to do anything special. This article looks at the JavaScript files included in ASP.NET AJAX Library versions 1.0 and 3.5 as well as the downloads for standalone version.
|
Table of Contents
Version 1.0 of ASP.NET AJAX Library Figure 1. JavaScript Files in Version 1.x of ASP.NET AJAX Library Version 3.5 of ASP.NET AJAX Library The AJAX Library in the Global Assembly Cache Figure 2. System.Web.Extensions dll in the Global Assembly Cache System.Web.Extensions under .NET Reflector Figure 3. System.Web.Extensions assembly under .NET Reflector Figure 4. System.Web.Extensions assembly as a reference Microsoft AJAX Library as a standalone library Figure 5. Getting Microsoft Library as a standalone library
|
Review Answers for Questions in this Test
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
You don’t need to install the Microsoft AJAX Library if you are using Visual Studio 2008. The JavaScript files that are part of the AJAX Library are already included without having to do anything special. This article looks at the JavaScript files included in ASP.NET AJAX Library versions 1.0 and 3.5 as well as the downloads for standalone version.
|
A big chunk of the MS AJAX client side functionality is in the MicrosoftAjax.js source file. Understanding what’s in this file means understanding the primary concepts of MS AJAX. This article looks at the JavaScript source code available in the MicrosoftAjax.js file.
|
|
|