Skip to content
#

factory-method-pattern

Here are 40 public repositories matching this topic...

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#

This Matrix Calculator includes: (Addition, Subtraction, Multiplication and Transpose). This Matrix calculator is designed using a design pattern (Factory Method) and library (Math.net Numeric). Moreover, it is designed to follow some GUI design principles to make it easy to understand and perform well.

  • Updated Jul 6, 2021
  • C#

Improve this page

Add a description, image, and links to the factory-method-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-method-pattern topic, visit your repo's landing page and select "manage topics."

Learn more