{"id":31965633,"url":"https://github.com/marshalofficial/csharp-factory-method-pattern","last_synced_at":"2026-05-17T15:07:45.758Z","repository":{"id":40739666,"uuid":"507989640","full_name":"MarshalOfficial/csharp-factory-method-pattern","owner":"MarshalOfficial","description":"csharp factory method design pattern","archived":false,"fork":false,"pushed_at":"2022-06-27T16:48:10.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T17:56:46.308Z","etag":null,"topics":["csharp","design-patterns","dotnet","factory-method-pattern"],"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/MarshalOfficial.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}},"created_at":"2022-06-27T16:48:06.000Z","updated_at":"2022-06-27T16:48:53.000Z","dependencies_parsed_at":"2022-08-19T22:23:42.373Z","dependency_job_id":null,"html_url":"https://github.com/MarshalOfficial/csharp-factory-method-pattern","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarshalOfficial/csharp-factory-method-pattern","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshalOfficial%2Fcsharp-factory-method-pattern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshalOfficial%2Fcsharp-factory-method-pattern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshalOfficial%2Fcsharp-factory-method-pattern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshalOfficial%2Fcsharp-factory-method-pattern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarshalOfficial","download_url":"https://codeload.github.com/MarshalOfficial/csharp-factory-method-pattern/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarshalOfficial%2Fcsharp-factory-method-pattern/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","design-patterns","dotnet","factory-method-pattern"],"created_at":"2025-10-14T17:56:17.520Z","updated_at":"2026-05-17T15:07:45.732Z","avatar_url":"https://github.com/MarshalOfficial.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## C# Factory Method\n\nThe Factory Method design pattern defines an interface for creating an object, but let subclasses decide which class to instantiate. This pattern lets a class defer instantiation to subclasses.\n\n  \n\n### Frequency of use: high  \n  \n    \n### Participants:  \n  The classes and objects participating in this pattern include:\n\n- Product  (Page):  \n-- defines the interface of objects the factory method creates\n- ConcreteProduct  (SkillsPage, EducationPage, ExperiencePage):  \n-- implements the Product interface\n- Creator  (Document):  \n-- declares the factory method, which returns an object of type Product. Creator may also define a default implementation of the factory method that returns a default ConcreteProduct object  \n-- may call the factory method to create a Product object.\n- ConcreteCreator  (Report, Resume):  \n-- overrides the factory method to return an instance of a ConcreteProduct.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshalofficial%2Fcsharp-factory-method-pattern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarshalofficial%2Fcsharp-factory-method-pattern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarshalofficial%2Fcsharp-factory-method-pattern/lists"}