About 37,800 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. Understanding Implicit and Explicit Operators in C# ... - Medium

    Aug 27, 2024 · In C#, implicit and explicit operators play a crucial role in how developers can define custom type conversions. These operators allow you to convert one type to another, either …

  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. How to use implicit and explicit operators in C# - InfoWorld

    Feb 1, 2023 · This article talks about these explicit and implicit conversion operators and how we can work with them in C#.

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

    Jul 31, 2024 · < (less than): Checks if the value on the left is less than the value on the right. Example: 5 < 10 returns true because 5 is less than 10.

  7. C Sharp syntax - Wikipedia

    It extends C# with specification language features and presents a possible future feature to the C# language. It adds syntax for the code contracts API that was introduced in .NET Framework 4.0.

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

    Aug 3, 2024 · 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.

  9. C# Implicit and Explicit Operators: A Comprehensive Guide

    May 11, 2023 · Understanding how to use implicit and explicit operators is essential for C# developers who want to write efficient and concise 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.