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

    C# encompasses static typing, [16]: 4 strong typing, lexically scoped, imperative, declarative, functional, generic, [16]: 22 object-oriented (class -based), and component-oriented …

  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 …

  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 · C# is a general purpose object oriented programming language that was developed by Microsoft to contest with Sun Microsystems’ reflective language called Java.

  5. C Sharp (programming language) - Simple English Wikipedia, …

    C# is a modern language in active development, with the most recent version at time of writing being C# 13, which was released in June 2024 alongside .NET 9. [2]

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

  7. Mastering Operators in C#: A Comprehensive Guide - Medium

    Jul 31, 2024 · Mastering operators in C# is key to writing effective and efficient code. From arithmetic and comparison operators to logical and assignment operators, each plays a critical …

  8. LabinatorSolutions/csharp-cheat-sheet - GitHub

    A comprehensive, code-focused reference for C# programming language features through version 14. Includes syntax examples, best practices, and implementation patterns for everything from …

  9. Understanding C# Lambda Operator with Examples - Medium

    Aug 7, 2023 · In this article, we’ve covered the basics of the C# lambda operator, along with some practical examples to illustrate its usage.

  10. A beginner's roadmap of concepts to learn the C# programming

    This diagram provides a simplified list of concepts to guide new developers through learning the basics of the C# programming language. See the HTML version or PDF version for clickable …

  11. Some results have been removed