About 7,320,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. In which language is the C# compiler written? - Stack Overflow

    Dec 17, 2014 · The original C# compiler wasn't written in C#, it was in C and C++. The new Roslyn compiler was written in C#, but was initially compiled with the old compiler.

  3. Introduction to C# - GeeksforGeeks

    Oct 8, 2025 · C# (C-sharp) is a modern, object-oriented language created by Microsoft in 2000 as part of the .NET framework. It is used to build Windows applications, web services and more. …

  4. Overview - A tour of C# | Microsoft Learn

    Jul 1, 2025 · The C# language is the most popular language for the .NET platform, a free, cross-platform, open source development environment. C# programs can run on many different …

  5. What Is C#? (Definition, Uses, Syntax, Tools) | Built In

    Aug 21, 2025 · Summary: C# is a Microsoft-developed, object-oriented programming language used for web, desktop, game and mobile app development. Running on the .NET framework …

  6. Introduction to C# - W3Schools

    It is an object-oriented programming language created by Microsoft that runs on the .NET Framework. C# has roots from the C family, and the language is close to other popular …

  7. How in the world is it written in C#? #69421 - GitHub

    Aug 7, 2023 · This was originally compiled with the compiler written in c++. However, once at that point we had C# compiler written in c# and we no longer needed the c++ one.

  8. What Is the Difference Between C# and .NET? - C# Corner

    Aug 4, 2025 · C# is an object-oriented, general-purpose programming language that was created to work with the .NET platform. It was introduced as part of the original .NET Framework in …

  9. C# vs .NET vs ASP.NET vs Visual Studio: A Clear Guide

    Oct 6, 2025 · C#, created by Microsoft in 2000, is the primary language for .NET development. It was designed to be a simple, modern, and type-safe language that takes the power of C++ …

    • Reviews: 288
    • C vs C++ vs C#: Complete Guide - When to Use Each Programming Language

      Aug 17, 2025 · Discover the key differences between C, C++, and C# programming languages. Learn syntax, performance, use cases, and which language to choose for your next project in …