{"id":15035728,"url":"https://github.com/quackplayground/csharp","last_synced_at":"2026-04-09T05:31:20.011Z","repository":{"id":232160335,"uuid":"783235796","full_name":"QuackPlayground/csharp","owner":"QuackPlayground","description":"sharpen the c for future 💨🚀","archived":false,"fork":false,"pushed_at":"2024-04-13T10:57:33.000Z","size":373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-14T00:22:54.019Z","etag":null,"topics":["csharp","csharp-code","factory-pattern","learn","learning-by-doing","oop"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuackPlayground.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-07T10:16:38.000Z","updated_at":"2024-04-15T06:28:28.254Z","dependencies_parsed_at":"2024-04-15T06:28:25.656Z","dependency_job_id":null,"html_url":"https://github.com/QuackPlayground/csharp","commit_stats":null,"previous_names":["quackplayground/csharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackPlayground%2Fcsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackPlayground%2Fcsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackPlayground%2Fcsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuackPlayground%2Fcsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuackPlayground","download_url":"https://codeload.github.com/QuackPlayground/csharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243428436,"owners_count":20289317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","csharp-code","factory-pattern","learn","learning-by-doing","oop"],"created_at":"2024-09-24T20:29:19.456Z","updated_at":"2025-12-29T05:49:51.342Z","avatar_url":"https://github.com/QuackPlayground.png","language":"C#","readme":"# Hi, Welcome to Pocky's C# Area 🤺\n\nJust a repo contains of my speedrun journey to quick deep dive in C#'s things\n\n## Here's the ToC\n* [Basic Theory](https://github.com/QuackPlayground/csharp/tree/main/theory/basic)\n* [Chapter 01 - Code](https://github.com/QuackPlayground/csharp/tree/main/firstcsharp)\n* [Chapter 02 - Code](https://github.com/QuackPlayground/csharp/tree/main/chapter2) \n* [Chapter 03 - Code](https://github.com/QuackPlayground/csharp/tree/main/chapter3)\n* [OOP Example Project - Code](https://github.com/QuackPlayground/csharp/tree/main/OOPExample) \n* [Fun Project - Code](https://github.com/QuackPlayground/csharp/tree/main/funproj)\n* [C# Collections - Code](https://github.com/QuackPlayground/csharp/tree/main/collections)\n    * [ArrayList - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnArrayList)\n    * [Dictionaries - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnDictionaries)\n    * [Queues - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnQueues)\n    * [Stacks - Code](https://github.com/QuackPlayground/csharp/tree/main/collections/LearnStacks)\n* Next Level Topics\n    * [Generics \u0026 Delegates - Code](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/LearnGenerics)\n    * C# Features\n        * [Lambda \u0026 `.Where` - Code](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat01)\n        * [`.Select`, `.Zip`, `Range`, `Aggregate`, `Average`, `All`, `Any`, `Distinct`, `.Except`, `.Intersect`](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat02)\n        * [IEnumerator, Operator Overloading, Anonymous Types, LINQ](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat03)\n        * [Threads](https://github.com/QuackPlayground/csharp/tree/main/nextlevelTopics/csharpfeat04)\n    * File I/O \u0026 Serialization\n        * [Directory Functions](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter01)\n        * [File I/O](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter01)\n        * [FileStreams](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter02)\n        * [StreamWriter / StreamReader](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter02)\n        * [BinaryWriter / BinaryReader](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter02)\n        * [Serialization](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter03)\n        * [XmlSerializer](https://github.com/QuackPlayground/csharp/tree/main/fileio-serialization/chapter03)\n* [C# (.NET) CRUD with Microsoft SQL Server - Code](https://github.com/QuackPlayground/csharp/tree/main/WpfApp1)\n    \n\n\n\n\n## \"Sauce\" 🥫\n* [Derek Barnas C# Tutorial](https://youtu.be/M5ugY7fWydE?si=RItpFZkv9781-JTN)\n* [C# Official Documentation](https://learn.microsoft.com/en-us/dotnet/csharp/)\n* ChatGPT for better understanding 😆\n\n\n\u003e 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. 🤓\n\n\n### 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 😌.\u003c/h3\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackplayground%2Fcsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackplayground%2Fcsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackplayground%2Fcsharp/lists"}