View Slide
new System.Data.DataSet()
type User ={ [JsonProperty(PropertyName ="user_name")]Username: string[JsonProperty(PropertyName ="first_name")]FirstName: string[JsonProperty(PropertyName ="last_name")]LastName: string }
type ITypeProvider =inherit IDisposableabstract GetStaticParameters:Type -> ParameterInfo []abstract ApplyStaticArguments:Type * string * obj [] -> Typeabstract GetNamespaces:unit -> IProvidedNamespace []abstract GetInvokerExpression:MethodBase * ParameterExpression [] ->Expressionabstract GetGeneratedAssemblyContents:System.Reflection.Assembly -> byte[]abstract Invalidate:IEvent
@dsyme@brandewinder@Oenotria
http://fsharpworks.com/paris/2014.html