Easy dump of record type sequence to file
31 people like thisPosted: 13 years ago by Chief Inspector Clouseau
Simplest possible sample code for accessing an in-process SQLite database file using LINQ The code does not use a dbml file for the mapping, but an attribute enriched type. (F# script, .Net 4.0, F# 2.0)
6 people like thisPosted: 13 years ago by Dirk Devriendt
Type provider for acceess more datafile via class property.
5 people like thisPosted: 10 years ago by Zhukoff Dima
XTract (https://github.com/TahaHachana/XTract) is a simple screen scraping package for F#. This sample shows how to describe the data model using a record, define the extractors that will collect the data using CSS selectors, scrape the data from the target URL(s) and save it.
1 people like thisPosted: 9 years ago by Taha Hachana
Populate and displaythe contents of a dictionary with a variable number of nested records - useful if you want to store and retrieve an arbitrary set of data from a database or other data source
3 people like thisPosted: 13 years ago by Brendan Campbell
Minimalist assistant to read data / execute database command. //I have question //How to Print the read value i.e.Customer.Id and Customer.Name //some sample regarding are available?? //Link For convering c# code to f# would be helpful-reply me at
8 people like thisPosted: 12 years ago by S. Kasperovich
Zip file type provider
2 people like thisPosted: 10 years ago by Zhukoff Dima
Why do my functions work "properly" with int8, int16, ... float64, decimal but not with string and bigInt ?
6 people like thisPosted: 4 years ago by me