Top
image credit: Unsplash

Microsoft’s C# 11 language upgrade nears the finish line

August 23, 2022

C# 11, the planned next version of Microsoft’s popular object-oriented, type-safe programming language, is nearly complete and continues to add capabilities, including object-initialization improvements and generic math support.With object initialization, developers can more easily support constructors and object initializers in their type, independent of rules to enforce for immutable and mutable members. Features include required members and ref fields. With generic math, meanwhile, developers can write algorithms once for multiple numeric types. This makes it easier to use C# and .NET for machine learning, statistics, and other math-intensive applications.

Read More on Info World