https://github.com/wilcywilson/csharp-basics
Learn CSharp Language From Most Basic to Advance
https://github.com/wilcywilson/csharp-basics
csharp visual-studio
Last synced: 12 months ago
JSON representation
Learn CSharp Language From Most Basic to Advance
- Host: GitHub
- URL: https://github.com/wilcywilson/csharp-basics
- Owner: WilcyWilson
- Created: 2021-03-12T08:13:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T15:39:29.000Z (over 4 years ago)
- Last Synced: 2025-02-27T08:05:00.021Z (over 1 year ago)
- Topics: csharp, visual-studio
- Homepage:
- Size: 5.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C# Basics for Beginners
## 01. Introduction
### 1. [Setup Your Development Environment](https://github.com/WilcyWilson/CSharp-101/blob/main/Setup%20Your%20Developer%20Environment#readme)
### 2. [Creating a New Project in Visual Studio](https://github.com/WilcyWilson/CSharp-101/blob/main/Creating%20a%20New%20Project%20in%20Visual%20Studio#readme)
### 3. [Say Hello To The World](https://github.com/WilcyWilson/CSharp-101/blob/main/Say%20Hello%20to%20the%20World#readme)
### 4. [Useful Shortcuts That You Need to Know in Visual Studio](https://github.com/WilcyWilson/CSharp-101/blob/main/Useful%20Shortcuts%20That%20You%20Need%20to%20Know%20in%20Visual%20Studio#readme)
### 5. [Quality Code](https://github.com/WilcyWilson/CSharp-101/blob/main/Quality%20Code#readme)
### 6. [Perform Math Operations](https://github.com/WilcyWilson/CSharp-101/blob/main/Perform%20Math%20Operations#readme)