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

    C# (/ ˌsiː ˈʃɑːrp / see SHARP) [b] is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, [16]: 4 strong typing, lexically scoped, imperative, …

  2. 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,

  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. You will …

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

    Aug 3, 2024 · C# syntax forms the foundation for writing programs in C#. Understanding the syntax is crucial for beginners to write correct and efficient code. In this guide, we’ll cover the essential syntax ...

  5. What is C# Used For? Key Concepts and Real-World Applications

    May 29, 2025 · C# combines the robustness of C++ with the simplicity of Java. It is extensively used for building Windows applications, web services, games, and enterprise software.

  6. GitHub - dotnet/intro-to-dotnet-web-dev: Get Started as a Web …

    Welcome to the Intro to Web Development with .NET GitHub repository! We’re excited to take you along with us as we build awesome projects and learn all about the wonderful world of web development. …

  7. What's New for C# 14 and F# 10 in .NET 10 - Visual Studio Magazine

    Nov 17, 2025 · Microsoft's C# 14 and F# 10 updates ship with .NET 10, adding new language features, tooling improvements and refinement-focused enhancements across both ecosystems. Extension …

  8. 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…

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

    Jan 30, 2025 · We often hear about the big new features in .NET or C#, but what about all of those lesser known, but useful new features? How exactly do you use constructs like collection indices and …

  10. C Sharp syntax - Wikipedia

    C Sharp syntax A snippet of C# code This article describes the syntax of the C# programming language. The features described are compatible with .NET Framework and Mono.