Getting Started With C#

suggest change

Versions

Version Release Date
1.0 2001-01-01  
1.2 2003-04-01  
2.0 2005-09-01  
3.0 2007-08-01  
4.0 2010-04-01  
5.0 2013-06-01  
6.0 2015-07-01  
7.0 2017-03-07  

C# is a multi-paradigm, C-descendant programming language from Microsoft. C# is a managed language that compiles to CIL, intermediate bytecode which can be executed on Windows, Mac OS X and Linux.

Versions 1.0, 2.0 and 5.0 were standardized by ECMA (as ECMA-334), and standardization efforts for modern C# are underway.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Getting Started With C#:

Table Of Contents
0 Getting Started With C#
17 Regex
19 Arrays
21 Enum
22 Tuples
24 GUID
27 Looping
36 Casting
46 Methods
88 Events
92 Structs
104 Indexer
106 Stream
107 Timers
109 Threading
127 Caching
135 Pointers
147 C# Script