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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events