DEV Community

Cover image for Learning C#
Grant Riordan
Grant Riordan

Posted on • Updated on

Learning C#

Update
If you're following this series, be sure to check out my other series Advent of Code 2023 where I put a lot of these skills and mechanics into practice, along with some others. You can see solutions to problems along with some explanation of the how and why.

What is C# (C-Sharp)

C# is a programming language. That means it's a language used for programming/coding. You're here I imagine as you've taken an interest in learning code, and how to develop something in C# but don't fully understand.

What will these series cover?

  • Coding Basics -
    • Variables & Types
    • Classes
    • What is the .Net Framework
  • Creating your first console application
  • Mathmatical Operators
  • Conditional code
  • Loops

  • And much much more as I continue to add more content

Top comments (0)