About 41,900 results
Open links in new tab
  1. 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 …

  2. C Sharp (programming language) - Wikipedia

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

  3. Learn C#: A Cheat Sheet for Newcomers - HackerNoon

    Mar 9, 2023 · C# is a modern, object-oriented programming language developed by Microsoft. It is widely used for creating desktop applications, games, mobile applications, and web services. …

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

    A guide to learning the fundamentals of C# .NET programming for beginners in C# for starting a C# .NET career

  5. C#, The Language For All Platforms - Hackaday

    Feb 10, 2020 · The best way to think of C# is that it’s a less psychotic Java with a healthy dose of MS platform lock-in. Personally I like working with it, it’s great for throwing together business ...

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

    May 17, 2020 · What is C#? C# is a general purpose object oriented programming language that was developed by Microsoft to contest with Sun Microsystems’ reflective language called …

  7. C# Fundamentals for Absolute Beginners - GitHub

    Learn the fundamental building blocks of working with C#. Use if Decision statements and the conditional operator. Create a properly formed C# statement, and resolve compilation errors.

  8. C Sharp syntax - Wikipedia

    C# has and allows pointers to selected types (some primitives, enums, strings, pointers, and even arrays and structs if they contain only types that can be pointed [14]) in unsafe context: …

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

    C# (pronounced "see sharp") is a computer programming language. It is developed by Microsoft. It was created to use all capacities of the .NET platform. The first version was released in …

  10. GitHub - dotnet/training-tutorials: Getting started tutorials for C# ...

    Getting started tutorials for C# and ASP.NET. Contribute to dotnet/training-tutorials development by creating an account on GitHub.

Refresh