Chapter 4. Type Providers
F# 3.0 introduces a new feature called type providers. The major application of a type provider is to provide language features for working within a data-rich environment. One example of a data-rich environment is the database. One major problem when programming against a database is how to generate code for database tables, stored procedures, and other database objects. Not every developer prefers to write database-access code manually, and nice tooling support is something developers always desire. Ideally, you could interact with a rich data environment such as a database using Microsoft Visual Studio features such as IntelliSense. Using IntelliSense would make it easier to write the necessary code, and it would save ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access