News

Microsoft Reaffirms Fate of Visual Basic

Microsoft updated its programming languages strategy, confirming that Visual Basic will remain a going concern even though it's still relegated to second-rate status when compared to C# and F#.

The gist of the update, as author Kathleen Dollard said several times in the update blog post and on social media, is that "You won't find big changes."

There were changes for VB, though, as documented in the company's "Annotated Visual Basic language strategy," which was updated on the same day as Dollard's post (Feb. 6).

In that post, Dollard said, "We remain committed to Visual Basic and continue to invest in maintaining C# interop and Visual Studio features for folks that love Visual Basic or want a stable language."

The corresponding and updated VB guidance says: "We will ensure Visual Basic remains a straightforward and approachable language with a stable design. The core libraries of .NET (such as the BCL) will support VB and many of the improvements to the .NET Runtime and libraries will automatically benefit VB. When C# or the .NET Runtime introduce new features that would require language support, VB will generally adopt a consumption-only approach and avoid new syntax. We do not plan to extend Visual Basic to new workloads. We will continue to invest in the experience in Visual Studio and interop with C#, especially in core VB scenarios such as Windows Forms and libraries."

That's not too different from the company's remarks way back in 2020, when the .NET team said "we do not plan to evolve Visual Basic as a language."

Dollard this week also said, "We remain committed to full support for all three languages. We are also committed to open source, backwards compatibility, and aggressive language evolution for C# and F#. We took the time to reconsider, adjust and recommit to our strategy. You remain the reason we are passionate about language, and engaging with the community is a primary driver for language evolution."

A Graphic Accompanying a UserVoice Post Asking To Bring Back VB6
[Click on image for larger view.] A Graphic Accompanying a UserVoice Post Asking To Bring Back VB6 (source: Microsoft UserVoice)

Visual Basic, especially "classic" VB, attracted a loyal following, with many projects (like this from 2015) emerging over the years devoted to keeping it alive despite Microsoft having moved on in 2002 with VB.NET. There have also been some open source alternatives proffered (like Visual Basic Open Source alternative - OpenXava).

Also, in 2021, we noted, "'Modern Visual Basic' Mercury Language Debuts." We have reported on many VB-related initiatives over the years, but interest in the language does seem to have slacked recently. There wasn't even the usual uproar among devotees that usually accompany such Microsoft announcements that mention VB.

On a social media service owned by Elon Musk, a user this week asked Dollard about "Thoughts on dropping Visual Basic?" to which she replied, "Why would we do that? Many developers prefer it and I think our job is to support people writing great software in whatever language they want to use." Otherwise, there wasn't much VB discussion in the comments section beyond, "Love it. 'C# is widely used. F# explores new paradigms. VB... Is VB.'"

So there you have it, those coders out there who still make a living with the language -- like a guy deep in the Rocky Mountains of northwest Montana -- can continue to do so, for whatever reason.

As long as they don't need new workloads or syntax or any other "aggressive language evolution."

About the Author

David Ramel is an editor and writer at Converge 360.

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