News

Microsoft's Ecosystem Effort

Early access and intensive assistance helped bolster tooling support for Visual Studio 2010.

Bob Muglia, president of the Microsoft Server and Tools Business, praised the efforts of third-party vendors during his keynote speech at the Visual Studio 2010 launch event in Las Vegas on April 12. And for good reason. Many longtime Microsoft partners faced a major challenge as they reworked their solutions for the updated Visual Studio 2010 platform.

Visual Studio 2010 introduced a series of breaking changes to the IDE, including the completely overhauled Windows Presentation Foundation (WPF)-based Editor and revamped integration model based on the Managed Extensibility Framework (MEF). Despite the disruption, 57 third-party vendors appeared at the April launch event with shipping Visual Studio 2010-compatible products.

"It takes a village to solve this," Muglia said at the keynote, "and it's the connected ecosystem of our partners that makes it happen."

In fact, it was the combined effort of partners and Microsoft itself. Terence Clancy, business development manager for the Microsoft Development Platforms and Tools group, spent the last 18 months working with Visual Studio Integration Partner (VSIP) companies, trying to move them to the new platform. It was a tough sell, to say the least.

"It's a hard sell to tell your boss that you're going to work on something for a year, just to get the same level of functionality that you had a year ago," Clancy said at the event.

A lot was at stake for Microsoft. Clancy said that late-arriving products and tooling for the new IDE would almost certainly slow adoption of Visual Studio 2010. "If you can't get your ReSharper or whatever product to work with the new version, you just won't upgrade," he explained.

To get partners up to speed, in 2008 Microsoft began to focus on the changes in the Visual Studio platform at its triannual Dev Clinics and biannual Dev Summits. VSIP partners under non-disclosure agreements gained early access to project information, technical documentation and code drops well in advance of the first public community technology preview of Visual Studio 2010. Still, some partners faced a daunting task.

"The hardest bit was the Editor. The people, quite frankly, who were most heavily impacted were the refactoring companies -- DevExpress, JetBrains, Whole Tomato -- because they integrate at a very granular level with the text editor. And, quite frankly, they had to throw away a lot of code," Clancy said.

JetBrains worked for months with Microsoft to enable the new WPF Editor, according to Oleg Stepanov, head of the JetBrains .NET division. "Microsoft scenarios were debugged early, but when ReSharper came in, we found we made heavy use of advanced APIs," he said. "So we worked for several months to make sure there were no memory leaks."

Event attendee Daniel Jebaraj, vice president of component maker Syncfusion Inc., said Microsoft did an outstanding job supporting partners throughout the Visual Studio 2010 development cycle.

"They've been really good putting out releases through the VSIP program," said Jebaraj, who noted that VSIP partners got early access to release candidate and release to manufacturing (RTM) bits. "With RTM, every vendor looks for minimal changes before it goes live. I don't think we made a single code change to go live with the RTM," he added.

Ultimately, said Clancy, pulling together support for Visual Studio 2010 was largely a matter of timing. "Partners were happy to see the product moving in a good architectural direction, as long as we gave them plenty of warning," he explained. "And one thing we got right was we gave them plenty of warning."

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing 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