Skip to content
#

factory-pattern

Here are 132 public repositories matching this topic...

Design pattern repository contains various design pattern with real world example. SOLID principle with examples are available here as well. In the document, I will be updating the corresponding SOLID principles which are applied to each pattern. The reference document contains the resource for patterns oriented architecture.

  • Updated Dec 15, 2021
  • C#

This project presents a simple, but fun “Make a Cat” Service Application. The service provides a factory creational design pattern to create and return a single Cat object (complete with a cute photo), or group of five cats in a CatList object (with multiple cats). It is hosted using IIS Express to quickly demo and test the service with a client…

  • Updated Apr 11, 2019
  • C#

Improve this page

Add a description, image, and links to the factory-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the factory-pattern topic, visit your repo's landing page and select "manage topics."

Learn more