Tag Archives: .NET

Looking back at 2011

A quick look back at some of the stuff I’ve been doing this year.

Posted in F#, Software Development, WPF, iOS | Also tagged , , , , , | Leave a comment

C++: The oldest new kid on the block

Is C++ coming back to a warm welcome from Microsoft?

Posted in C++, Rant, Software Development, Windows | Also tagged , , | Leave a comment

Kinect SDK with F#

My first quick look at using the Kinect SDK with F#.

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

F# Async: Plays well with others?

Async is a powerful way of getting parallelism in your F# code, just be careful what you call within your Async workflows.

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

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

Quick post: Using Mono.Cecil and F# to get assembly dependencies

Using Mono.Cecil and F# to list assembly dependencies.

Posted in .NET, F# | Also tagged , , , , , | 4 Comments

Minilight renderer in F#

Porting the Minilight global illumination renderer to F#.

Posted in .NET, F#, Graphics, Software Development | Also tagged , , | 4 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

Beware of using stack-based COM objects from .NET

COM objects that don’t have the expected lifetime can cause chaos when combined with .NETs garbage collection system.

Posted in .NET, COM, Debugging, Software Development, WinDbg | Also tagged , , , , , | 3 Comments

A WPF custom control in F#

What F# language and syntax features are required to implement a fundamentally object-oriented WPF custom control?

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

  • Categories

  • Archives