C Sharp Fundamentals

From Wikiversity
Jump to navigation Jump to search

C# is a general-purpose, multi-paradigm programming language encompassing static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.[1]

C# was developed around 2000 by Microsoft as part of its .NET initiative. Its development team is currently led by Mads Torgersen, being one of the programming languages designed for the Common Language Infrastructure (CLI).[2]

Lessons[edit | edit source]

  1. Hello World
  2. Data Types and Variables
  3. Logic and Conditionals
  4. Methods
  5. Arrays and Loops
  6. Classes and Objects
  7. Interfaces and Inheritance
  8. References
  9. Lists and LINQ

See Also[edit | edit source]

References[edit | edit source]

  1. Wikipedia: C Sharp
  2. Wikipedia: C Sharp