Basic resources added

- intro
- naming conventions
- access modifiers
This commit is contained in:
Stone-Red-Code
2021-07-08 19:27:21 +02:00
parent cc6c8f9286
commit 3e75ce3aad
3 changed files with 185 additions and 0 deletions
@@ -0,0 +1,27 @@
---
authors:
- "Stone_Red#2890"
created_at: 2021/08/07
title: C#
---
###### Documentation
- [C# docs](https://docs.microsoft.com/en-us/dotnet/csharp/)
###### Tutorials
- [Introduction to C#](https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/)
- [C# Fundamentals Development for Absolute Beginners:](https://channel9.msdn.com/Series/CSharp-Fundamentals-for-Absolute-Beginners)
- [AngelSix's C# Beginner's course](https://www.youtube.com/watch?v=STw363BHviY&list=PLrW43fNmjaQXhWOKalftye87ObZA-xNIJ)
###### Books
- [Fundamentals of Computer Programming with C#](https://introprogramming.info/english-intro-csharp-book/)
###### Others
- [D#+](https://github.com/DSharpPlus/DSharpPlus/)
- [D#+ Documentation](https://dsharpplus.github.io/)
- [Discord.NET](https://github.com/RogueException/Discord.Net)
- [Discord.NET Documentation](https://docs.stillu.cc/)