Welcome to MSDN Blogs Sign in | Join | Help

July 2007 - Posts

Building LINQ Queries at Runtime

Tomas Petricek has a nice article on how his recent work with the F# team at Microsoft Research has inspired techniques to do dynamic query construction for LINQ-to-SQL from C# . Since the first beta versions of LINQ we could hear comments that it is
Posted by dsyme | 0 Comments

Full Release Notes for F# 1.9.2.7

Here are the full release notes for F# 1.9.2.7. Slicing syntax The following syntax forms expr := ... | e1.[range1] | e1.[range1,range2] range := e2..e3 | ..e3 | e2.. | * represent slicing from a 1D or 2D data structures that supports associative lookup

F# 1.9.2.7 released!

[ Update: F# 1.9.3 has been posted, and we don't expect any more 1.9.2 releases. ] [ Update: the F# samples got dropped from this release - we'll be fixing that this week ] [ Update: Granville has just posted a blog entry on how to get this version installing
 
Page view tracker