C#

C# Constants and Literals

Posted on:

Section 2. Fundamentals. 2.3 C# Constants and Literals The constants refer to unchangeable and read-only (fixed) values that the program may not alter during its execution. They are […]

C#

C# identifiers and keywords

Posted on:

Section 1. Introduction. 1.7 C# identifiers and keywords C# identifiers In programming languages, identifiers are used for identification purposes. Or in other words, identifiers are the user-defined name […]

C#

C# get started

Posted on:

Section 1. Introduction. 1.5 C# get started In this tutorial, we will discuss the tools required for creating C# programming. We have already mentioned that C# is part […]

C#

C# vs Java

Posted on:

Section 1. Introduction . 1.4 C# vs Java C#, usually known as C Sharp or C-Sharp, is object-oriented programming, also called OOP, a language used in Web development […]

C#

C# versions history

Posted on:

Section 1. Introduction . 1.3 C# versions history C# is pronounced as “Cee-Sharp”. It is an object-oriented programming language provided by Microsoft that runs on .Net Framework. C# is a general-purpose, modern […]

C#

C# programming language

Posted on:

Section 1. Introduction. 1.1 C# programming language C# is a modern, general-purpose, object-oriented programming language developed by Microsoft and approved by European Computer Manufacturers Association (ECMA) and International […]