https://github.com/yanglr/TinyCalculator-WCF1
TinyCalculator-WCF, using method 1.
https://github.com/yanglr/TinyCalculator-WCF1
calculator csharp wcf winforms wsdl
Last synced: over 1 year 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-01-22T01:18:58.455Z (over 1 year ago)
- Topics: calculator, csharp, wcf, winforms, wsdl
- Language: C#
- Size: 344 KB
- Stars: 2
- Watchers: 2
- 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