[ Note: before using the Freebase demo in the ZIP you may need to remove the "mark of the web" from all DLLs in the extracted ZIP, see this blog post on error code 0x80131515 ]
Some people have been asking for the demo scripts from the F# 3.0 talk at BUILD in order to give talks about F# 3.0. I’m attaching these. These samples are really only for trialling the Visual Studio 11 Developer Preview. The samples will not run without adjustments on any later releases of Visual Studio.
Plese let me know if there are problems
Demo\ScriptSamples\netflix.fsx– the OData Netflix sample
Demo\ScriptSamples\sqlconnection.fsx – the LINQ-to-SQL sample
Demo\ScriptSamples\builtin.fsx – mini OData, LINQ-to-SQL, LINQ-to-Entities and WSDL samples
Demo\MonsterMovieHouse – a very simple ASP.NET application which uses OData to access Netflix, based on the standard template
Some notes:
Also:
Writing F# Type Providers with the F# 3.0 Developer Preview - An Introductory Guide and Samples
We welcome your feedback.
Enjoy!
Don