A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.geeksforgeeks.org/c-sharp/csharp-programming-language/ below:

C# Tutorial - GeeksforGeeks

C# Tutorial

Last Updated : 16 Dec, 2024

C# (pronounced "C-sharp") is a modern, versatile, object-oriented programming language developed by Microsoft in 2000 that runs on the .NET Framework. Whether you're creating Windows applications, diving into Unity game development, or working on enterprise solutions, C# is one of the top choices for developers worldwide.

Hello World Program C#
// C# Hello World Program
using System;

class HelloWorldProgram {

    // Main Method
    static void Main(string[] args)
    {

        // "printing Hello World"
        Console.WriteLine("Hello, World!");
    }
}

This C# tutorial covers everything from beginners to advanced level. We’ll start with the basics like setting up your environment, C# syntax, and writing "Hello World" program, data types, and loops etc. After that we will start with advanced topics like object-oriented programming, delegates, tuples, indexers, collections, multithreading, and LINQ etc.

.NET Framework Overview Introduction Basics Control Structures Arrays & Strings OOPS Concepts Delegates Tuple ValueTuple Indexers & Properties Multithreading Exception Handling Collections & Generics Collections Namespace Generic Namespace System Namespace Specialized Namespace C# 8.0 Windows Forms C# Features

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4