Getting Started With C#
suggest changeVersions
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.
Found a mistake? Have a question or improvement idea?
Let me know.
Getting Started With C#/
Table Of Contents
1 Getting Started With C#
2 Literals
18 Regex
19 DateTime
20 Arrays
22 Enum
23 Tuples
25 GUID
26 BigInteger
28 Looping
29 Iterators
30 IEnumerable
35 Dynamic type
37 Casting
41 Interfaces
47 Methods
52 Keywords
53 Recursion
57 Inheritance
58 Generics
62 Reflection
65 LINQ Queries
66 LINQ to XML
68 XmlDocument
69 XDocument
79 Diagnostics
80 Overflow
86 Properties
89 Events
93 Structs
94 Attributes
95 Delegates
97 Networking
102 Action Filters
103 Polymorphism
104 Immutability
105 Indexer
107 Stream
108 Timers
109 Stopwatches
110 Threading
112 Async Await
114 BackgroundWorker
117 Lock Statement
118 Yield Keyword
121 Func delegates
124 ICloneable
125 IComparable
127 Using SQLite
128 Caching
129 Code Contracts
136 Pointers
144 Hash Functions
146 Cryptography
148 C# Script
149 Runtime Compile
150 Interoperability
156 Contributors