{"id":24969390,"url":"https://github.com/sh0rtener/patterns-on-sharp","last_synced_at":"2025-04-11T04:40:36.957Z","repository":{"id":194708036,"uuid":"682252620","full_name":"sh0rtener/patterns-on-sharp","owner":"sh0rtener","description":"Паттерны проектирования на языке C#","archived":false,"fork":false,"pushed_at":"2024-01-17T16:54:36.000Z","size":56,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T02:43:47.692Z","etag":null,"topics":["behavioral-patterns","cheatsheet","creational-patterns","csharp","design-patterns","examples","patterns","structural-patterns"],"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/sh0rtener.png","metadata":{"files":{"readme":"README.en.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,"publiccode":null,"codemeta":null}},"created_at":"2023-08-23T19:14:10.000Z","updated_at":"2024-03-27T10:28:25.000Z","dependencies_parsed_at":"2023-09-14T20:16:11.575Z","dependency_job_id":"358b38b5-41eb-40c3-a1ac-b3eec2faa834","html_url":"https://github.com/sh0rtener/patterns-on-sharp","commit_stats":null,"previous_names":["prn-ic/patterns-on-sharp","sh0rtener/patterns-on-sharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh0rtener%2Fpatterns-on-sharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh0rtener%2Fpatterns-on-sharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh0rtener%2Fpatterns-on-sharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh0rtener%2Fpatterns-on-sharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh0rtener","download_url":"https://codeload.github.com/sh0rtener/patterns-on-sharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345274,"owners_count":21088241,"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":["behavioral-patterns","cheatsheet","creational-patterns","csharp","design-patterns","examples","patterns","structural-patterns"],"created_at":"2025-02-03T14:37:47.863Z","updated_at":"2025-04-11T04:40:36.940Z","avatar_url":"https://github.com/sh0rtener.png","language":"C#","readme":"# Design patterns on C# language\n\nThis repository has been realization design patterns\n\n## Navigation\n\nAll patterns will be locate in folder \"src\", each view will be stored in different solutions\n\n1. Creational Patterns (CreationalPatterns)\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/CreationalPatterns/FactoryMethod\"\u003eFactory Method\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/CreationalPatterns/AbstractFactory/AbstractFactoryRealization.cs\"\u003eAbstract factory\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/CreationalPatterns/Singleton/SingletonRealization.cs\"\u003eSingleton\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/CreationalPatterns/Builder/BuilderRealization.cs\"\u003eBuilder\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/CreationalPatterns/Prototype/PrototypeRealization.cs\"\u003ePrototype\u003c/a\u003e\n2. Behavioral Patterns (BehavioralPatterns)\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Strategy/StrategyRealization.cs\"\u003eStrategy\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Observer/ObserverRealization.cs\"\u003eObserver\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Command/CommandRealization.cs\"\u003eCommand\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/TemplateMethod/TemplateMethodRealization.cs\"\u003eTemplate method\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Iterator/IteratorRealization.cs\"\u003eIterator\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/State/StateRealization.cs\"\u003eState\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/ChainOfResponsibility/ChainRealization.cs\"\u003eChain of responsibility\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Interpreter/InterpreterRealization.cs\"\u003eInterpreter\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Mediator/MediatorRealization.cs\"\u003eMediator\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Memento/MementoRealization.cs\"\u003eMemento\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/tree/main/src/BehavioralPatterns/Visitor/VisitorRealization.cs\"\u003eVisitor\u003c/a\u003e\n3. Structural Patterns (StructuralPatterns)\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/blob/main/src/StructuralPatterns/Decorator/DecoratorRealization.cs\"\u003eDecorator\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/blob/main/src/StructuralPatterns/Adapter/AdapterRealization.cs\"\u003eAdapter\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/blob/main/src/StructuralPatterns/Facade/FacadeRealization.cs\"\u003eFacade\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/blob/main/src/StructuralPatterns/Composite/CompositeRealization.cs\"\u003eComposer\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/blob/main/src/StructuralPatterns/Proxy/ProxyRealization.cs\"\u003eProxy\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/blob/main/src/StructuralPatterns/Bridge/BridgeRealization.cs\"\u003eBridge\u003c/a\u003e\n   - \u003ca href=\"https://github.com/prn-ic/patterns-on-sharp/blob/main/src/StructuralPatterns/Flyweight/FlyweightRealization.cs\"\u003eFlyweight\u003c/a\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh0rtener%2Fpatterns-on-sharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh0rtener%2Fpatterns-on-sharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh0rtener%2Fpatterns-on-sharp/lists"}