About 42,400 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. Mastering C# Syntax: A Beginner’s Guide - Medium

    Understanding the basic structure of a C# program, along with the syntax for variables, operators, control flow, and methods, will enable you to write clear and effective code.

  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.

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

  5. The best new features in C# 12 - InfoWorld

    Dec 14, 2023 · From primary constructors and collection expressions to default lambda parameters, C# 12 has many new features that simplify building modern, flexible applications.

  6. What's New in C# 13: Enhanced Params, Performance ... - InfoQ

    May 28, 2024 · C# 13 also enhances params support for interfaces. When an interface is specified as a parameter type, it indicates a requirement for any implementing type.

  7. Mastering Operators in C#: A Comprehensive Guide - Medium

    Jul 31, 2024 · Mastering operators in C# is key to writing effective and efficient code. From arithmetic and comparison operators to logical and assignment operators, each plays a critical role in …

  8. C Sharp (programming language) - Simple English Wikipedia ...

    Free implementation of C# and .NET like Mono developed by Novell, or dotGNU developed by the Free Software Foundation. Today, C# can be run on most platforms (Windows, Linux, macOS, etc.) …

  9. The best new features in C# 13 - InfoWorld

    The new features and enhancements in C# 13 outlined in this article will give you more flexibility and help you write cleaner, more maintainable C# code.

  10. Free Book + Video Course "Programming Basics with C#"

    The free book " Programming Basics with C# " introduces the readers to writing programming code at beginner level (variables and data, conditional statements, loops and methods) using the C# language.