March 2018
Intermediate to advanced
592 pages
15h 45m
English
In this capstone exercise, you’ll apply the lessons you’ve learned in this Web Programming unit to the Bank Accounts solution that you’ve been working on throughout the book. Start in src/code-listings/lesson-39.
In this capstone, you’ll first make your application web-enabled: you’ll add a Web API layer on top, before consuming it via a script over HTTP. You’ll also learn how to make your WPF application work over HTTP. Finally, you’ll make your bank account use asynchronous data access.
At the end of the preceding capstone, you replaced the filesystem with a SQL database for storing transactions, along with a WPF application for the GUI. In this lesson, I’ve removed ...