intro-to-dotnet-web-dev/2-csharp/README.md
2022-04-28 15:20:11 -07:00

1.5 KiB

C# Crash Course

Topics you'll learn

  • Language attributes
    • Compiled languages
  • Syntax basics
    • Keywords
    • Accessing methods
    • Parameters
    • Semicolons
    • Data types
    • Variables
    • Arithmetic operators
    • Booleans
  • Object Oriented Programming
    • Records
    • Objects
    • Properties
    • Methods

Let's get into it!

blah blah blah

Mini Challenges!

# Challenge Solution Duration What you will learn More information
1 Hello World N/A 3 min case sensitive, strings, comments Intro to C# Tutorial, C# documentation
2 Variables Solution 5 min variables, data types, strings, ints, decimals Numberic Types, C# documentation
3 Challenge Solution 5 min topics Link