Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C# for Beginners - Coding From Scratch
Rating: 4.5 out of 5(871 ratings)
6,496 students

C# for Beginners - Coding From Scratch

Everything you need to get going with C# and .NET
Last updated 3/2025
English

What you'll learn

  • A good understanding of the most important aspects of the C# language and use it to create programs
  • The fundamentals of the C# language and .NET Core
  • The syntax and structure of a C# program
  • Important keyboard shortcuts in Visual Studio
  • Work with local variables and fields (class variables)
  • How to create and call methods, provide arguments, handling return types and tuples
  • Working with if and switch statements, conditional operators
  • Working with the for, while, do while and for each loop
  • Creating and indexing arrays
  • Use generic collections such as List, Stack, Queue and Dictionary
  • Work with classes and objects, static members and access modifiers such as private, protected and public
  • Work with properties (automatic, full, read-only etc)
  • Read and write text files to disk
  • Throw, catch and handle exceptions
  • How to work with reference types and value types
  • How C# relates to Common Intermediate Language (CIL), JIT compilation and native code
  • Deploying .NET Core console applications

Course content

26 sections30 lectures4h 30m total length
  • About this Course0:31
  • Getting the most our of this Course0:35
  • A Word from the Instructor0:19

Requirements

  • Visual Studio Community (Free)

Description

Platform: C# and .NET


Learning to Program in C# and .NET

This course in C# and .NET doesn't require any prior knowledge in programming as I will guide you through every step you need to become productive using the C# language and the .NET platform. My ambition with this course is to firmly ground all theory in code that you and I write in the editor together. Please don't just watch the content - let's both of us code every line together :)


Building the Hangman game

As we'll pick up new skills along the way, we will keep adding code to our hangman game - an application that we will write from start to finish throughout this course!


100% Code Compatibility

The code in this course is 100% compatible with the latest version of .NET. Any version of Visual Studio (Community, Professional etc.) will work great, but if you're already comfortable in VS Code or Rider, you can certainly keep using that.


100% Money-Back Guarantee

This course comes with a 30-day full money-back guarantee. Take the course, go through the lectures, do the exercises, and if you're not happy, ask for a refund within 30 days. All your money back, no questions asked.

Who this course is for:

  • People who are new to C# (or new to programming in general)
  • People who needs to refresh their knowledge of C#
  • Anyone looking to get into the C# language and .NET Core