About 37,500 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 …

  2. The Complete Beginner’s Guide to C# Programming - Medium

    1. What is C#? C# (pronounced “C-sharp”) is a modern, object-oriented programming language developed by Microsoft.

  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 …

  4. GitHub - PacktPublishing/C-sharp-Basics-for-Absolute ...

    This course will teach you the fundamentals of the C# programming language in .NET from the ground up. You will apply the …

  5. GitHub - dotnet/csharplang: The official repo for the design ...

    The reference implementation of the C# language can be found in the Roslyn repository. This repository also tracks the …

  6. Mastering C# Syntax: A Beginner’s Guide - Medium

    Aug 3, 2024 · Understanding the basic structure of a C# program, along with the syntax for variables, operators, control flow, and …

  7. C Sharp syntax - Wikipedia

    C# does not use the C preprocessor, but evaluates the code directly as if the preprocessor were there. Conditionals such as #if, …