About 126,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. 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.

  5. Become a Better C# Developer: Real-World Lessons & Practical

    2 days ago · You can memorise keywords, frameworks, and APIs—but becoming a better C# developer happens when you understand how real systems behave in production, how teams work under …

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

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

    Jan 30, 2025 · The great news is that this session requires no prior preparation! With a broad range of topics and features covered, there's something for everyone, regardless of their level of C# expertise. …

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

    You’ll build and deploy cross-platform apps, such as websites and services using ASP.NET Core. Instead of distracting you with unnecessary application code, the first twelve chapters will teach you …

  9. What's New in C# 13: Enhanced Params, Performance Boosts, and New ...

    May 28, 2024 · Completely dedicated to Software Development, mostly on the .NET platform, crafting apps using C# and ASP.NET Core for web and Xamarin tools for mobile development.

  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.