In this learning track, you will be presented with reading materials and coding tasks. This track will provide you a basic knowledge of C# programming language. After completing this track you are ready to take on the next track 'C# - Basic Software Operations'
- Pick your first task
- Create an issue for the task under your named repository (Reach out to Shri to get your repository link)
- Open the task link, if there is no outcome (listed in the task), close the issue after completing your reading
- Open the task link, if there is an outcome (listed in the task),
- Clone the repository
- Get the latest main
- Create a user branch from main
- Create a solution under the cloned folder (if not created)
- Create a console application project under the solution (Ex: Set1Task2, Set1Task3)
- Complete the coding in the Program.cs
- Create a pull request
- Link the issue created in Step 2
- Merge the PR after approval
- Pick the next task and go to Step 2
- Set 1
- Set 2
- Task 1
- Task 2
- Task 3
- Task 4
- Task 5
- Set 3
- Task 1
- Task 2
- Task 3
- Task 4
- Task 5
Go to 'C# - Basic Software Operations' track