Lesson 34. Using type providers in the real world

This is the final lesson on type providers. So far, you’ve looked at various providers in the data space. You understand how and where to use them, what their strengths are, and when and where you might not use them. In this lesson, you’ll wrap up by working specifically with type providers in a real-world development process. You’ll learn about

  • Working with configuration files
  • Manually redirecting type providers
  • Using type providers in a continuous integration (CI) environment

34.1. Securely accessing connection strings with type providers

You’ve already looked at how to point to live data sources in a type provider, by redirecting from a static data source to a remote one at runtime. Sometimes ...

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.