https://github.com/yanglr/tinycalculator-wcf1
TinyCalculator-WCF, using method 1.
https://github.com/yanglr/tinycalculator-wcf1
calculator csharp wcf winforms wsdl
Last synced: 10 months ago
JSON representation
TinyCalculator-WCF, using method 1.
- Host: GitHub
- URL: https://github.com/yanglr/tinycalculator-wcf1
- Owner: yanglr
- License: mit
- Created: 2019-01-15T10:03:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T07:00:01.000Z (over 7 years ago)
- Last Synced: 2025-06-04T02:17:01.315Z (about 1 year ago)
- Topics: calculator, csharp, wcf, winforms, wsdl
- Language: C#
- Size: 344 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

**Email:** legege007#126.com