A quick look back at some of the stuff I’ve been doing this year.
A quick look back at some of the stuff I’ve been doing this year.
Is C++ coming back to a warm welcome from Microsoft?
My first quick look at using the Kinect SDK with F#.
Async is a powerful way of getting parallelism in your F# code, just be careful what you call within your Async workflows.
How does it look when F# meets C#?
Using Mono.Cecil and F# to list assembly dependencies.
Porting the Minilight global illumination renderer to F#.
Interop assemblies containing certain constructs will cause a BadImageFormatException in .NET 4.0
COM objects that don’t have the expected lifetime can cause chaos when combined with .NETs garbage collection system.
What F# language and syntax features are required to implement a fundamentally object-oriented WPF custom control?