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

    C# (pronounced: C-sharp) (/ ˌ s iː ˈ ʃ ɑːr p / see SHARP) [b] is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, [16]: 4 …

  2. The C Sharp (C#) Beginner’s Guide | by Manish Kumar - Medium

    Dec 17, 2020 · C# is a general-purpose, multi-paradigm programming language encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object …

  3. GitHub - dotnet/training-tutorials: Getting started tutorials for C# ...

    Getting started tutorials for C# and ASP.NET. Contribute to dotnet/training-tutorials development by creating an account on GitHub.

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

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

  5. C#: From Fundamentals to Advanced Techniques - Medium

    Mar 17, 2024 · Explore the .Net with the latest in C# from basic to advanced, including .Net versions 9, 8, 6, 5, Core 3.1, .Net Framework, ASP.NET Core, MVC, design patterns, OOPS, …

  6. C# Fundamentals - Code Samples for introducing C# and OOP

    The purpose of this repository is to provide us with materials when first introducing C# to new audiences. It contains examples starting from Hello World to creating abstract classes.

  7. Learn C#: A Cheat Sheet for Newcomers - HackerNoon

    Mar 9, 2023 · C# is a modern, object-oriented programming language developed by Microsoft. It is widely used for creating desktop applications, games, mobile applications, and web services. …

  8. C# Basics for Absolute Beginners in C# and .NET - GitHub

    A guide to learning the fundamentals of C# .NET programming for beginners in C# for starting a C# .NET career

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

  10. C# Fundamentals for Absolute Beginners - GitHub

    Learn the fundamental building blocks of working with C#. Use if Decision statements and the conditional operator. Create a properly formed C# statement, and resolve compilation errors.