C# F# Events From C# Application If we had some kind of long running task in an F# library, we want to be able to fork that off and execute that task in parallel from our main program and deal with it later when some interesting event is fired. This
SQL Calling An F# Library From C# to Import A CSV File Into SQL Server Parsing and dealing with CSV files in F# is dead easy when using the amazing FSharp.Data Type Provider. I've been on vacation for 6 weeks and in that time I've been reading up on F# and data mining. It's absolutely amazing how succinct