Jon's Programming Blog

Desert Code Camp 2017

Desert Code Camp 2017 was yesterday. I was slated to give four presentations yesterday. I ended up giving three.

Three of them were on F#. I did Introduction to F# in the morning and had two more ready to go in the evening. But by that time everyone in the morning had already gone home, I’m guessing, and so the evening attendees probably would have enjoyed hearing Introduction to F# again!

Below are the links to all the presentations and resources.

Introduction To F#

Learn the basic ins and outs of F#! With a focus on syntax and basic functional programming concepts.

Desert Code Camp Page
Video of Presentation
Slides
Source code

Scripting with F#

Sometimes you need to get some temp code up and running for a project. Maybe you need to hit a database and get some information from it. Learn how to write scripts that can help you get work done fast and correctly!

Desert Code Camp Page
Video of Presentation
Slides
Source code

SQL Server Data Tools - Bringing SQL Language to the Modern Age

SQL Server Data Tools (SSDT) brings the tooling power of other programming languages to SQL. Making it so you can refactor your database and routines with confidence. Learn how you can use SSDT to put your database code in a repository just like you do all of your other code. Come learn about how to get started with SSDT and make SQL a first class citizen.

Desert Code Camp Page
Video of Presentation
Slides
Source code

Over 5 Years of F# Database Programming Yin Yang