Frameworks

All Things to All People

Bigger is better. At least, that seems to be the philosophy at the Microsoft Developer Division. Last year, we saw an unprecedented update to the Visual Studio IDE, which gained native support for Windows Azure, SharePoint 2010 and Silverlight development, as well as the new Windows Presentation Foundation (WPF) editor and the Managed Extensibility Framework (MEF).

At the time, Directions on Microsoft analyst Rob Sanfilippo called the IDE the most significant update since Visual Studio .NET ushered in the managed Microsoft

.NET Framework in 2002. And Mark Driver, analyst at IDC, said that after the 2010 release, Visual Studio faced the threat of "imploding under its own weight."

"To be fair, they're stuck between a rock and a hard place," Driver said. "The same person being tasked to do SharePoint Web Parts may also be tasked to do ASP.NET coding." He added that Microsoft may need to consider splitting up Visual Studio in the next version.

As reported in this month's cover feature, a similar dynamic is afoot with the Microsoft flagship managed-programming languages, C# and Visual Basic. Under the co-evolution strategy, the two languages have cross-pollinated plenty of key features. At the same time, these statically typed languages have become increasingly diverse, taking on key aspects of functional, dynamic and, most recently, asynchronous programming.

And with Microsoft working on its compiler as a service effort for C# and Visual Basic, we'll see even more diversity.

There's a delicate balancing act that must occur as Microsoft expands the footprint of its core developer tools to embrace multiple roles and disciplines. How do you think Microsoft should approach the task of evolving its tools? E-mail me at [email protected].

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