Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yanglr/tinycalculator-wcf1
- Owner: yanglr
- License: mit
- Created: 2019-01-15T10:03:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T07:00:01.000Z (about 6 years ago)
- Last Synced: 2024-11-21T07:14:28.929Z (2 months 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:
![Divide](https://raw.githubusercontent.com/yanglr/TinyCalculator-WCF1/master/ScreenShots/Divide.png)**Email:** legege007#126.com