{# Course schema: this is what turns a blue link into a result that shows the provider and the level. Only facts that are actually true go in here. #}
ExpoCoder Sign in Start free

C#

Learn C# from zero, with no programming background needed. Write your first program, then build up through types, classes, LINQ and modern async code, one small runnable example at a time.

40 lessons about 13 hours Easy
Learn it by writing it.

Every lesson runs real code in your browser, checked the moment you submit. No installing anything, no setup, no waiting.

Start C# free

What this course covers

  1. What Is C#?
  2. How .NET Actually Runs
  3. Your First C# Program
  4. Variables and Types
  5. Joining Text and Numbers
  6. Doing Arithmetic
  7. Working With Text
  8. Making Decisions
  9. Choosing With switch
  10. Looping With while
  11. Repeating With for
  12. Methods: Naming a Job
  13. Arrays: Many Values, One Name
  14. Classes and Objects
  15. Constructors: Setting Up an Object
  16. Properties: Fields With a Gatekeeper
  17. Keeping Data Safe
  18. Inheritance: Building on What Exists
  19. Interfaces: A Contract of Behaviour
  20. Lists and Dictionaries
  21. When Things Go Wrong
  22. Generics: Types as Parameters
  23. LINQ: Asking Questions of Collections
  24. Capstone: A Tiny Inventory
  25. struct vs class: Copy or Share
  26. Null, ? and ??
  27. StringBuilder and Safe Parsing
  28. Dates and Times
  29. out Parameters and Defaults
  30. Overloading: One Name, Many Shapes
  31. static: Belonging to the Class
  32. Extension Methods: Adding Without Touching
  33. Enums and Switch Expressions
  34. Pattern Matching: is and switch
  35. Custom Exceptions
  36. Delegates: Methods as Values
  37. LINQ: The Power Tools
  38. async/await: Waiting Without Freezing
  39. Records: Data With Brains
  40. Expert Capstone: A Book Catalog

Other courses

Computational Thinking

Learn to think like a problem-solver before you write a single line of code. Break big …

Basic Python

Your first Python course, no experience needed. Learn variables, loops, functions, and …

Intermediate Python

Level up your Python with comprehensions, lambdas, error handling, files, modules, and …

Object-Oriented Programming

Master OOP in Python: classes, objects, inheritance, polymorphism, encapsulation, abstr…

Advanced Python

Go deeper in Python: decorators, generators, type hints, regex, JSON, SQLite, testing, …

Data Structures & Algorithms

Core CS: arrays, lists, stacks, queues, hash tables, trees, graphs, sorting, searching,…

Games with Pygame

Build your own 2D games from scratch: the game loop, sprites, movement, collisions, and…

Java

Learn Java from zero, with no programming background needed. Write your first program, …

C++

Learn C++ from zero, with no programming background needed. Start with your first progr…

C

Learn C from zero, with no programming background needed. The language that Unix, Linux…

JavaScript

Learn JavaScript from scratch: variables, types, loops, functions, arrays and objects, …

Web Frontend

Build for the browser: structure pages with HTML, style them with CSS, then use live AP…

See all courses