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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube