Last active
August 29, 2015 13:57
-
-
Save mavnn/9349291 to your computer and use it in GitHub Desktop.
Preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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