Functional Programming eXchange 2012 / F#'s Type Providers In Depth

Please RSVP for instructions on how to join the event.

Description

The purpose of most of the real-world applications is to process data that are available in external data sources such as databases and XML files or obtained using a web service or REST API. Accessing such data sources in a typed way is difficult, because the compiler does not understand the structure of the data. In this talk, we look how to use F# 3.0 Type Providers to teach an old compiler new tricks. With type providers, the compiler can understand structure of databases, XML files and web services. This makes it possible to access data from any external data source in a type-safe way with a smooth IDE experience. In this talk, we'll look how to use the standard type providers and we'll also look at implementing a type provider for a custom data source. 

Outline

The purpose of most of the real-world applications is to process data that are available in external data sources such as databases and XML files or obtained using a web service or REST API. Accessing such data sources in a typed way is difficult, because the compiler does not understand the structure of the data. In this talk, we look how to use F# 3.0 Type Providers to teach an old compiler new tricks. With type providers, the compiler can understand structure of databases, XML files and web services. This makes it possible to access data from any external data source in a type-safe way with a smooth IDE experience. In this talk, we'll look how to use the standard type providers and we'll also look at implementing a type provider for a custom data source. 

Recording

The creator of this video has not given permission to embed it on this domain.

Instead, you can view this video by following this external link:

Go to site

Tomas Petricek (tomas.petricek)

63.5k
AuthorDeveloper

Tomas Petricek is a long time F# enthusiast, using F# since the early Microsoft Research versions. He has been a Microsoft C# MVP since 2004, and together with Jon Skeet wrote Real-world Functional Programming which explains basic functional concepts using C# 3.0 (teaching F# alongside) and which shows several appealing real-world uses of F# and functional techniques. He also contributed to the development of F# during two internships at Microsoft Research.

For a complete view of this profile, including education, work experience and developer information, you need to be logged in and have a subscription.

Tweets

Tomas's upcoming trainings

No events

Tomas's past online trainings

Tomas's blog posts

0
comment
on 11/12/2018 4:58 AM
I've been teaching F# for over seven years now, both in the public F# FastTrack course that we run at SkillsMatter in London and in various custom trainings for private companies. Every time I teach the F# FastTrack course, I modify the material in one wa[...]
.
0
comment
on 10/8/2018 4:22 AM
In May, I joined the School of Computing at the University of Kent as a Lecturer (equivalent of Assistant Professor in some other countries). When applying for the job, I spent a lot of time thinking about how to best explain the kind of research that I w[...]
.
0
comment
on 5/22/2018 2:27 AM
Unless you are a sci-fi author or some secret government agency, the question whether aliens would understand lambda calculus is probably not your main practical concern. However, the question is intriguing because it nicely vividly formulates a fundament[...]
.
0
comment
on 9/12/2017 9:42 AM
The word "design" is often used when talking about programming languages. In fact, it even made it into the name of one of the most prestigious academic programming conferences, Programming Language Design and Implementation (PLDI). Yet, it is almost[...]
.
0
comment
on 6/14/2017 5:27 AM
Over the last year, I have been working on The Gamma project, which aims to make data-driven visualizations more trustworthy and to enable large number of people to build visualizations backed by data. The Gamma makes it possible to create visualizations [...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper