An open API service indexing awesome lists of open source software.

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

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)