News

Visual Studio to Include jQuery Library

Microsoft to integrate jQuery library into Visual Studio and ASP.NET.

In its latest outreach to the open source development community, Microsoft plans to incorporate the jQuery JavaScript library into its Visual Studio and ASP.NET, the company said late last month.

The jQuery JavaScript library doesn't replace ASP.NET AJAX. Instead, it adds a quick way to perform "selection and animation operations," wrote Scott Guthrie, corporate vice president of Microsoft's .NET Developer Division, in a blog posting. The two components can work together to make the developer's job a little easier.

"jQuery is a fantastic JavaScript library that focuses on DOM querying and manipulation, whereas the Microsoft AJAX Library focuses on building reusable components and interacting with ASP.NET Web services," wrote Bertrand Le Roy, a Redmond, Wash.-based software-design engineer, in a blog post.

Microsoft says it's embracing jQuery wholeheartedly. It plans to contribute code and bug fixes back to the open source project's development team, which will have control on whether or not to incorporate the changes. Users trying to get assistance using jQuery in Microsoft's products will be able find it at Microsoft product support. Additionally, the company will abide by jQuery's licensing terms.

"We'll distribute the jQuery JavaScript library as-is, and won't be forking or changing the source from the main jQuery branch," Guthrie stated. "The files will continue to use and ship under the existing jQuery MIT license." The MIT license is permissive and allows code modification and redistribution, similar to the open source General Public License.

Microsoft will enable the use of its IntelliSense code-annotation capabilities in Visual Studio for the jQuery JavaScript library. It will offer that capability as a free download this month, according to Guthrie. jQuery will be part of the ASP.NET Model-View-Controller distribution, and included in future new projects.

"Folks have said Microsoft would never include Open Source in the platform. I'm hoping this move is representative of a bright future," wrote Scott Hanselman, a Microsoft senior program manager, in a blog post. Hanselman provided a number of code samples that take advantage of the jQuery JavaScript library on his blog here.

About the Author

Kurt Mackie is senior news producer for 1105 Media's Converge360 group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube