mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
| .. | ||
| README.md | ||
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 |