About 27,100 results
Open links in new tab
  1. C# Guide - .NET managed language - C# | Microsoft Learn

    C# language documentation The C# guide contains articles, tutorials, and code samples to help you get started with C# and the …

  2. ?? 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 …

  3. C# Tutorial (C Sharp) - W3Schools

    C# (C-Sharp) is a programming language developed by Microsoft that runs on the .NET Framework. C# is used to develop web …

  4. C# - a modern, open-source programming language | .NET

    C# is the modern, open-source, cross-platform object-oriented programming language for the .NET developer platform with free tools …

  5. C Sharp (programming language) - Wikipedia

    C# (/ ˌsiː ˈʃɑːrp / see SHARP) [b] is a general-purpose high-level programming language supporting multiple paradigms. C# …

  6. c# - What's does the dollar sign ($"string") do? - Stack Overflow

    C# string interpolation is a method of concatenating,formatting and manipulating strings. This feature was introduced in C# 6.0. …

  7. operators - In C#, what does '|=' do? - Stack Overflow

    Mar 7, 2012 · I can't seem to Google it - doesn't appear to like the syntax in the search string. Thank you for the help.

  8. Null coalescing operator - Wikipedia

    The null coalescing operator is a binary operator that is part of the syntax for a basic conditional expression in several programming …

  9. Learn C#: A Cheat Sheet for Newcomers - HackerNoon

    Mar 9, 2023 · C# (pronounced “C sharp”) is a modern, object-oriented programming language developed by Microsoft. It is widely …

  10. C# Null-Conditional (?.) & Null-Coalescing (??) Operators Explained

    Learn how C#'s null-conditional and null-coalescing operators can help you write cleaner, more robust code by gracefully handling …