About 46,600 results
Open links in new tab
  1. C Sharp (programming language) - Wikipedia

    James Gosling, who created the Java programming language in 1994, and Bill Joy, a co-founder of Sun Microsystems, the originator …

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

  3. Null coalescing operator - Wikipedia

    Once a non-null value is assigned to number, or it reaches the final value (which may or may not be null), the expression is …

  4. C# Basics for Absolute Beginners in C# and .NET - GitHub

    This course will teach you the fundamentals of the C# programming language in .NET from the ground up. You will apply the …

  5. C# Null Coalescing (??) operator - Medium

    Jul 18, 2024 · The null coalescing operator (?? ) and the null coalescing assignment operator (??=) are powerful tools for handling …

  6. GitHub - dotnet/csharplang: The official repo for the design of the C# ...

    The reference implementation of the C# language can be found in the Roslyn repository. This repository also tracks the …

  7. Learn C#: A Huge List of C# Tutorials - HackerNoon

    This website contains tutorials and guides that cover every aspect of C# including visual C# programming, Windows Forms Controls …

  8. Mastering C# - Medium

    May 30, 2024 · C# is a versatile language that can be used for a wide variety of applications, including web, mobile, desktop, games, …

  9. How I Learned C#: A U.S. News Guide

    Dec 4, 2020 · I started my career with several other languages, and even though C# wasn’t my first, it’s a strong language and …

  10. What is C# Used For? Key Concepts and Real-World Applications

    May 29, 2025 · C# combines the robustness of C++ with the simplicity of Java. It is extensively used for building Windows …