DEV Community

Cover image for Learning C#
Grant Riordan
Grant Riordan

Posted on • Edited on

9

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)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay