Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ðŸ’Ļ🚀

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 😌.