An open API service indexing awesome lists of open source software.

https://github.com/kathleenwest/makeacatwcfservice

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. A client “tester” windows form application tests the service and provides output to the user in a simple GUI.
https://github.com/kathleenwest/makeacatwcfservice

bitmap-graphics bitmaps cat cats csharp csharp-code factory-method-pattern factory-pattern iis-express photos pictures visual-studio wcf wcf-client wcf-service wcf-service-client-demo windows-form-application windows-forms windows-forms-csharp

Last synced: 3 months ago
JSON representation

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. A client “tester” windows form application tests the service and provides output to the user in a simple GUI.

Awesome Lists containing this project