https://github.com/kathleenwest/checkingaccountregisterdemo
ASP.NET Web API Checking Account Register Service Demo with XML Datastore & Client "Tester" Console Application
https://github.com/kathleenwest/checkingaccountregisterdemo
aspnet-web-api bank-account banking banking-applications crud csharp csharp-library datastore deserialization httpclient linq serialization server-client server-client-communication service soa web-api webapi xml xml-serialization
Last synced: 26 days ago
JSON representation
ASP.NET Web API Checking Account Register Service Demo with XML Datastore & Client "Tester" Console Application
- Host: GitHub
- URL: https://github.com/kathleenwest/checkingaccountregisterdemo
- Owner: kathleenwest
- Created: 2019-04-06T23:59:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T02:03:43.000Z (about 7 years ago)
- Last Synced: 2025-03-17T01:21:18.614Z (about 1 year ago)
- Topics: aspnet-web-api, bank-account, banking, banking-applications, crud, csharp, csharp-library, datastore, deserialization, httpclient, linq, serialization, server-client, server-client-communication, service, soa, web-api, webapi, xml, xml-serialization
- Language: JavaScript
- Homepage: https://portfolio.katiegirl.net/2019/04/07/asp-net-web-api-checking-account-register-service-demo-with-xml-datastore-client-tester-console-application/
- Size: 39.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CheckingAccountRegisterDemo
ASP.NET Web API Checking Account Register Service Demo with XML Datastore & Client "Tester" Console Application
Project Blog Article here:
https://portfolio.katiegirl.net/2019/04/07/asp-net-web-api-checking-account-register-service-demo-with-xml-datastore-client-tester-console-application/
About
This project presents an ASP.NET Web API Checking Account Register Service Application that demos some CRUD commands (post, get) operating on data in the web application while serializing/deserializing to an XML Datastore. Also, a client “tester” console application tests the API requests to add and retrieve checking account data with the HTTP protocol.
Description
This project emulates a checking account register that keeps tracks of your credits, debits, fees, and all transactions in one ledger.
Architecture
The demo project consists of these component topics:
• ASP.NET Web API Application
o Update-to-Date Web API Components
o XML Datastore
o Web API Controller with Add & Get Methods/Actions
• Models Class Library and XML Serializable Attributes (Shared)
• Utilities Class Library (Shared)
• Web API Client “Tester to Service” Console Application
o Post & Get Operations Testing using HTTP