Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quackplayground/csharp
sharpen the c for future ðĻð
https://github.com/quackplayground/csharp
csharp csharp-code factory-pattern learn learning-by-doing oop
Last synced: about 2 months ago
JSON representation
sharpen the c for future ðĻð
- Host: GitHub
- URL: https://github.com/quackplayground/csharp
- Owner: QuackPlayground
- Created: 2024-04-07T10:16:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T10:57:33.000Z (9 months ago)
- Last Synced: 2024-04-14T00:22:54.019Z (9 months ago)
- Topics: csharp, csharp-code, factory-pattern, learn, learning-by-doing, oop
- Language: C#
- Homepage:
- Size: 364 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi, Welcome to Pocky's C# Area ðĪš
Just a repo contains of my speedrun journey to quick deep dive in C#'s things
## Here's the ToC
* [Basic Theory](https://github.com/QuackPlayground/csharp/tree/main/theory/basic)
* [Chapter 01 - Code](https://github.com/QuackPlayground/csharp/tree/main/firstcsharp)
* [Chapter 02 - Code](https://github.com/QuackPlayground/csharp/tree/main/chapter2)
* [Chapter 03 - Code](https://github.com/QuackPlayground/csharp/tree/main/chapter3)
* [OOP Example Project - Code](https://github.com/QuackPlayground/csharp/tree/main/OOPExample)
* [Fun Project - Code](https://github.com/QuackPlayground/csharp/tree/main/funproj)
* [C# Collections - Code](https://github.com/QuackPlayground/csharp/tree/main/collections)
* [ArrayList - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnArrayList)
* [Dictionaries - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnDictionaries)
* [Queues - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnQueues)
* [Stacks - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnStacks)
* Next Level Topics
* [Generics & Delegates - Code](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/LearnGenerics)
* C# Features
* [Lambda & `.Where` - Code](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat01)
* [`.Select`, `.Zip`, `Range`, `Aggregate`, `Average`, `All`, `Any`, `Distinct`, `.Except`, `.Intersect`](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat02)
* [IEnumerator, Operator Overloading, Anonymous Types, LINQ](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat03)
* [Threads](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat04)
* File I/O & Serialization
* [Directory Functions](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter01)
* [File I/O](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter01)
* [FileStreams](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter02)
* [StreamWriter / StreamReader](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter02)
* [BinaryWriter / BinaryReader](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter02)
* [Serialization](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter03)
* [XmlSerializer](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter03)
* [C# (.NET) CRUD with Microsoft SQL Server - Code](https://github.com/QuackPlayground/csharp/tree/main/WpfApp1)
## "Sauce" ðĨŦ
* [Derek Barnas C# Tutorial](https://youtu.be/M5ugY7fWydE?si=RItpFZkv9781-JTN)
* [C# Official Documentation](https://learn.microsoft.com/en-us/dotnet/csharp/)
* ChatGPT for better understanding ð> Enjoy this repo and hopefully it's useful. Feel free to contact me via email if you have any feedback or other useful information regarding C# or another tech stack. ðĪ
### If you find this repo useful, please give a star to this repo ð and follow [me](https://github.com/pockypoem) on GitHub for more contents like this ð.