Lesson 35. Capstone 6

Before you leave the world of data, let’s apply some of what you learned in this unit to the Bank Accounts solution you’ve been working on. In this lesson, you’ll plug in a SQL Database layer to the application instead of the file-based repository that you’ve been using until now.

35.1. Defining the problem

This capstone is an exercise in hooking in a different data source to an existing code base, but it also explores challenges you might face with configuration and state in modules, particularly from an interoperability perspective—working with type providers in multilanguage solutions. You’ll then work on performing SQL queries and commands, configuration, and finally making a pluggable repository layer.

35.1.1. Solution ...

Get Get Programming with F# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.