Tag Archives: IL

Mixing it up: when F# meets C#

How does it look when F# meets C#?

Posted in .NET, F#, Software Development | Also tagged , , | Leave a comment

Public static fields gone from F# 2.0

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?

Posted in .NET, F#, Software Development, WPF | Also tagged , , | 3 Comments

.NET 4.0 Type Equivalence causes BadImageFormatException

Interop assemblies containing certain constructs will cause a BadImageFormatException in .NET 4.0

Posted in .NET, COM, Debugging, WinDbg, Windows | Also tagged , , , , , | 6 Comments

IL analysis using F#

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 , | 2 Comments

Verifying dynamically generated IL

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 [...]

Posted in .NET, F#, Software Development | Also tagged , , , , | 2 Comments
  • Follow me on Twitter Follow me on Twitter @voyce

  • Categories

  • Archives