News

Microsoft Opens Up C# Standardization Work

C# standardization is now being carried out in an open source GitHub repo that details ongoing work to document the standard for the latest C# language versions.

The goal of the move, which brings the work out into the open under the direction of the .NET Foundation, is a more accurate standard for those versions. The foundation is an independent, non-profit organization supporting an open-source ecosystem around the .NET platform.

"Moving the standards work into the open, under the .NET Foundation, makes it easier for standardization work," Microsoft said in an April 5 blog post. "Everything from language innovation and feature design through implementation and on to standardization now takes place in the open."

The new GitHub repo is a huge list of just about everything to do with C#, from tokens to statements to namespaces. For example, here's part of the section on keywords:

C# Keywords
[Click on image for larger view.] C# Keywords (source: GitHub).

Proposed C# language standards will still be proposed by the ECMA C# standards committee (TC-49-TG2), with the change effectively just making the work more transparent by providing a public working space for the committee. That means C# developers can pose public questions to the language design team, compiler implementers and the standards committee.

TC49-TG2
[Click on image for larger view.] TC49-TG2 (source: ECMA International).

"You can see work in progress on the standard text for C# 6," Microsoft said. "This work merges the draft spec currently hosted in the csharplang repository with the current C# 5.0 standard text. Work on incorporating the C# 7 features is taking place as well. See the C# 7 draft branch for progress."

Because Microsoft earlier open sourced C# compilers and subsequently split off another GitHub repo for the innovation and evolution of C#, there are now three such repos dedicated to the company's flagship programming language:

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

Subscribe on YouTube