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

    C# (pronounced: C-sharp) (/ ˌsiː ˈʃɑːrp / see SHARP) [b] is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, [16]: 4 …

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

    Jul 18, 2024 · The null coalescing operator (??) in C# is a convenient way to handle null values in expressions. It checks whether its left-hand operand is null and, if so, evaluates and returns the...

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

  4. Learning Fundamentals of C# and .Net Framework - HackerNoon

    May 17, 2020 · Let's take an in-depth look at the fundamentals of C# as well as the .Net framework to better understand the exclusivity, features, and their advantages. Computer …

  5. C Sharp syntax - Wikipedia

    It extends C# with specification language features and is a possible future feature to the C# language. It also adds syntax for the code contracts API that was introduced in .NET …

  6. GitHub - LabinatorSolutions/csharp-cheat-sheet: Complete C#

    It is an object-oriented programming language created by Microsoft that runs on the .NET Framework. C# has roots from the C family, and the language is close to other popular …

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

    Aug 16, 2019 · This website contains tutorials and guides that cover every aspect of C# including visual C# programming, Windows Forms Controls using C#, WPF controls using C#, …

  8. C# Fundamentals for Absolute Beginners - GitHub

    Learn C# by stepping through the basics with Bob Tabor: get the tools, see how to write code, debug features, explore customizations, and much more! Search for and focus on the …

  9. Every C# Operator You Need To Know - Medium

    Sep 30, 2024 · Here’s a comprehensive list of every C# operator you need to know, grouped by category for easy reference: 1. Arithmetic Operators. Used for mathematical calculations. 2. …

  10. Foundational C# with Microsoft - GitHub

    Through hands-on exercises and projects, you will learn the fundamentals of C#, including variables, data types, control structures, and object-oriented programming principles.