By ian | Published:
May 9, 2011
How does it look when F# meets C#?
Posted in .NET, F#, Software Development | Also tagged .NET, CLR, F# |
By ian | Published:
October 1, 2010
You can no longer create public static fields in F# 2.0. Why was the change made and what impact does it have on WPF development?
By ian | Published:
April 23, 2010
Interop assemblies containing certain constructs will cause a BadImageFormatException in .NET 4.0
By ian | Published:
April 24, 2009
A description of using F# language features and reflection to enable basic analysis of .NET IL (intermediate language).
Posted in .NET, F#, Software Development | Also tagged .NET, F# |
By ian | Published:
March 30, 2009
It’s safe to assume that when you use the C#, F# or (heaven forfend) VB.NET compilers, the IL generated for you will be correct. But, if you’re using Reflection.Emit to generate code “by hand” in a dynamic method or assembly it can be difficult to identify problems with the IL you emit. In the majority [...]