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

    The core syntax of the C# language is similar to that of other C-style languages such as C, Objective-C, C++ and Java, particularly: Semicolons are used to denote the end of a statement.

  2. GitHub - PacktPublishing/C-sharp-Basics-for-Absolute-Beginners-in-C ...

    Contribute to PacktPublishing/C-sharp-Basics-for-Absolute-Beginners-in-C-Sharp-and-dot-NET development by creating an account on GitHub.

  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 used for creating desktop applications, games, mobile …

  4. The C Sharp (C#) Beginner’s Guide | by Manish Kumar - Medium

    Dec 18, 2020 · The C Sharp (C#) Beginner’s Guide The C# Beginner’s Guide Getting Started This story contains 4 chapters Get a quick introduction to what C# is (Chapter 1).

  5. gridlocdev/csharp-learning-roadmap - GitHub

    A beginner's roadmap of concepts to learn the C# programming language - gridlocdev/csharp-learning-roadmap

  6. 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, #endif, and #else are provided, but code inclusion directives like #include …

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

    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 2001. C# is a …

  8. C (programming language) - Wikipedia

    C[c] is a general-purpose programming language. It was created in the 1970s by Dennis Ritchie and remains widely used and influential. By design, C gives the programmer relatively direct access to …

  9. List of C-family programming languages - Wikipedia

    Notable programming sources use terms like C-style, C-like, a dialect of C, having C-like syntax. The term curly bracket programming language denotes a language that shares C's block syntax. [1][2]

  10. C-- - Wikipedia

    C-- (pronounced C minus minus) is a C -like programming language, designed to be generated mainly by compilers for high-level languages rather than written by human programmers.