Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanglr/tinycalculator-wcf1

TinyCalculator-WCF, using method 1.
https://github.com/yanglr/tinycalculator-wcf1

calculator csharp wcf winforms wsdl

Last synced: 13 days ago
JSON representation

TinyCalculator-WCF, using method 1.

Awesome Lists containing this project

README

        

# TinyCalculator-WCF1
TinyCalculator-WCF, built using WCF soup, Windows Forms and C#.

The solution includes three projects:
- A "WCF service library" project to construct the services as library.
- A console service (visual C# Console App project) as host.
- A Windows Forms project with the UI as client.

## Main functionalities:
- Basic: +, -, *, /
- Support int and double for diffirent logic.
- Exception handling

**Examples**

Divide:

![Divide](https://raw.githubusercontent.com/yanglr/TinyCalculator-WCF1/master/ScreenShots/Divide.png)

**Email:** legege007#126.com