Skip to content

Instantly share code, notes, and snippets.

@mavnn
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mavnn/9349291 to your computer and use it in GitHub Desktop.
Save mavnn/9349291 to your computer and use it in GitHub Desktop.
Preview
In this session we'll start from a brand new Visual Studio
project and work as a group to a type provider which:
* Creates a namespace
* Adds a type to that namespace with:
* a static property
* a constructor or 2
* an instance property
* an instance method
After that the workshop will continue with an opportunity for
you to create your own first type provider with expect advice
at hand or (if you're an old hand at all this) hack on some
of the excellent open source type providers out there already.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment