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

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

    Jul 19, 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 right …

  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 challenges, etc.

  4. 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, mobile …

  5. Useful New-ish Features in .NET/C# - Visual Studio Magazine

    Jan 30, 2025 · The great news is that this session requires no prior preparation! With a broad range of topics and features covered, there's something for everyone, regardless of their level of C# expertise. …

  6. C# Fundamentals for Absolute Beginners - GitHub

    Search for and focus on the information you need, in this C# for beginners course, which has topics separated out into individual videos. Get to know the grammar, create and use methods, manipulate …

  7. The best new features in C# 13 - InfoWorld

    C# 13 introduces several new features that make it easier to build modern applications including enhanced params collections and a new Lock API that improves thread synchronization.

  8. Outline of the C sharp programming language - Wikipedia

    C# (pronounced “C-sharp”) is a free and open-source multi-paradigm programming language developed by Microsoft as part of its .NET initiative. C# was designed by Anders Hejlsberg and first appeared in …

  9. LabinatorSolutions/csharp-cheat-sheet - GitHub

    This repository contains a collection of comprehensive C# learning resources, cheatsheets, and references designed for developers at all skill levels. Whether you're a beginner learning the basics …

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

    Sep 30, 2024 · This covers all the operators you may need in C# development! Each of these has specific use cases and can greatly enhance your understanding of C# if used correctly.