I have just released the version 1.0 of my .NET XML serializer written in F#. Have a look and give it a try!
Mysteriously Visual Studio does not allow to add folders to F# projects. However it is perfectly possible to do so anyway.
Ever wanted to create or override a function with an out parameter in F#? This is how it's done.
Ever wondered how to write an extension method for arrays in F#? This is how it can be done...
Ever tried to compile a lambda expression in F# into an internal delegate type? Well, if you actually did you will know it does not work as you probably would expect.
How to construct static generic classes in F#.
Implementing the singleton pattern in F#.
In case you want to have an observable object in F# for example to use it in a WPF application this is a convenient way to implement such thing.
I just recently tried to build a small WPF application in F# and although Visual Studio 2010 does not provide great support for WPF in concerns of F# the experience was not as bad as expected.
Today I tried to program the simple game "Hangman" in F# in order to get more comfortable with the functional programming style and with F# itself.