About 41,500 results
Open links in new tab
  1. The history of C# | Microsoft Learn

    Nov 18, 2025 · This article provides a history of each major release of the C# language. The C# team is continuing to innovate and add new features. Detailed language feature status, …

  2. C# 8 New Features with Examples - Dot Net Tutorials

    C# 8.0, released with .NET Core 3.0 and Visual Studio 2019, introduced several new features and enhancements that aimed to improve the language’s usability, readability, and safety.

  3. C Sharp (programming language) - Wikipedia

    Microsoft introduced C# along with .NET Framework and Microsoft Visual Studio, both of which are, technically speaking, closed-source. At the time, Microsoft had no open-source products.

  4. C# 8 Features

    Currently, the developers have a very controversial opinion on the C# 8 new features. In this article, you can have a brief overview of the new proposed features of C# 8 language. I will …

  5. ?? and ??= operators - null-coalescing operators - C# reference

    Jan 24, 2026 · The C# language reference documents the most recently released version of the C# language. It also contains initial documentation for features in public previews for the …

  6. What's new in C# 8.0 to C# 10.0 - Functional Programming in C#

    In C# we can create interpolated strings such as $"Hi, {name}". This will be transformed by the compiler to a single string instance using a call to string.Format or string.Concat. With this new …

  7. C# Properties (Get and Set) - W3Schools

    C# also provides a way to use short-hand / automatic properties, where you do not have to define the field for the property, and you only have to write get; and set; inside the property.

  8. Using .NET in Visual Studio Code

    C# Dev Kit brings a productive and reliable C# experience into VS Code, facilitating C# or multi-language development in VS Code. This extension pack consists of a set of VS Code …

  9. What's New In C# 8 - C# Corner

    In this article, I'll walk you through some of the new features introduced in the 8th version of C# and show some use cases.

  10. What's new in .NET 8 | Microsoft Learn

    Feb 8, 2024 · The .NET 8 runtime includes improvements to performance, garbage collection, and the core and extension libraries. It also includes a new globalization mode for mobile apps and …