About 64,000 results
Open links in new tab
  1. C# Null Coalescing (??) operator - Medium

    Jul 19, 2024 · C# also introduced the null coalescing assignment operator (??=), which assigns the value of its right-hand operand to its left-hand operand only if the left-hand operand evaluates to null.

  2. 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 of Java, called C# an "imitation" of Java; Gosling further said: " [C# is] …

  3. 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 used for creating desktop applications, games,

  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 learnings through lots of quizzes, assignments, coding challenges, etc.

  5. What's New for C# 14 and F# 10 in .NET 10 - Visual Studio Magazine

    Nov 17, 2025 · The .NET 10 release wave brings coordinated updates across both C# and F#, with C# 14 emphasizing new features that streamline common development patterns and F# 10 focusing on …

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

    May 29, 2025 · Whether you're a student, hobbyist, or aspiring developer, this guide is tailored to help you learn C# programming for beginners. What is C#? C# is a modern, object-oriented programming...

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

    Dec 4, 2020 · Whether you’re looking to get into web development, mobile app development, desktop applications or game development, or you just want to start learning programming, C# is a great …

  8. Microsoft .NET | InfoWorld

    Apr 8, 2026 · Python might be the default for most AI and machine learning development, but what about other popular languages? Here’s what you need to know about using Java, Rust, Go, or …

  9. Different Ways to Write Conditional Statements in C# - MUO

    Feb 28, 2023 · In C#, there are different ways you can write conditional statements. This includes standard if-else statements, switch statements, ternary operators, and nullable ternary operators.

  10. C# 9: New `and`, `or`, and `not` Keywords for Pattern Matching

    Jul 15, 2020 · Though it may sound like our occasional April Fools Day joke, C# 9 is looking to add `and`, `or`, and `not` to its list of keywords. Specifically, for use in pattern matching.