About 135,000 results
Open links in new tab
  1. ?? and ??= operators - null-coalescing operators - C# reference

    Jan 24, 2026 · The `??` and `??=` operators are the C# null-coalescing operators. They return the value of the left-hand operand if it isn't null. Otherwise, they return the value ...

  2. 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 apps, desktop apps, mobile apps, games and much more.

  3. C Sharp (programming language) - Wikipedia

    The name "C sharp" was inspired by the musical notation whereby a sharp symbol indicates that the written note should be made a semitone higher in pitch. [39] This is similar to the language name of …

  4. C# Tutorial - GeeksforGeeks

    Sep 25, 2025 · C# (pronounced C-sharp) is a modern, object-oriented programming language developed by Microsoft. It is widely used to build Windows applications, web applications, mobile …

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

    Build your apps faster with world-class developer tools that help you write precise, accurate, and maintainable code the first time.

  6. C# Tutorial

    This C# tutorial helps you learn C# programming from scratch and shows you how to apply C# to develop your next great application. Install Visual Studio 2022 – guides you on how to install Visual …

  7. C# Tutorials: Learn C# Step-by-Step - TutorialsTeacher.com

    Welcome to C# tutorials section. C# tutorials will help you learn the essentials of C#, from the basics to advanced topics. Use C# to create website, windows form application, console application or other …