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# 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.

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

  4. How to use lambda expressions in C# - InfoWorld

    Jan 27, 2020 · In this article, we’ll look at how we can use lambda expressions in C#. To work with the code examples provided in this article, you should have Visual Studio 2019 installed in your system.

  5. C#: A Modern Programming Language for Versatile Applications

    Sep 24, 2025 · C# (pronounced “C-sharp”) is a modern, object-oriented programming language developed by Microsoft as part of its .NET framework in the early 2000s. Designed by Anders …

  6. Learning Fundamentals of C# and .Net Framework - HackerNoon

    May 17, 2020 · C# is a general purpose object oriented programming language that was developed by Microsoft to contest with Sun Microsystems’ reflective language called Java.

  7. C# Corner - Visual Studio Magazine

    Jan 29, 2019 · Providing news, views and how-to’s for the Microsoft developer community, focusing on technologies like .NET, Azure, Visual Studio, Visual Studio Code, Blazor, ASP.NET, C#, Visual …

  8. C# 10 and .NET 6 – Modern Cross-Platform Development: Build apps ...

    Extensively revised to accommodate all the latest features that come with C# 10 and .NET 6, this latest edition of our comprehensive guide will get you coding in C# with confidence.

  9. Fundamentals Of Computer Programming With C# - Archive.org

    Aug 1, 2022 · The free book "Fundamentals of Computer Programming with C#" is a comprehensive computer programming tutorial that teaches programming, logical thinking, data structures, …

  10. C#, The Language For All Platforms – Now Including Windows ... - Hackaday

    Feb 10, 2020 · Just a glimmer of .NET in DOS and Windows 3.11 comes courtesy of [Michal Strehovský], who has successfully compiled .net C# code for both Windows 3.11 and DOS.