Posts tagged '.net'

January 13, 2013

SharpXml - .NET XML serializer written in F#

I have just released the version 1.0 of my .NET XML serializer written in F#. Have a look and give it a try!
December 3, 2012

Using folders in F# projects in Visual Studio

Mysteriously Visual Studio does not allow to add folders to F# projects. However it is perfectly possible to do so anyway.
December 3, 2012

Out reference parameters in F#

Ever wanted to create or override a function with an out parameter in F#? This is how it's done.
August 16, 2012

F# - Defining an extension method for generic arrays

Ever wondered how to write an extension method for arrays in F#? This is how it can be done...
June 7, 2012

F# - Compiling lambda expressions

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.
May 6, 2012

F# - Static generic classes

How to construct static generic classes in F#.
May 6, 2012

F# - Singleton pattern

Implementing the singleton pattern in F#.
February 6, 2012

WPF - using an ObjectDataProvider

Since I always forget how to properly implement an ObjectDataProvider in WPF I will give a short explanation.
February 4, 2012

F# - implementing an observable object

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.
November 22, 2011

Using WPF with F#

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.
October 18, 2011

F# - Playing Hangman

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.
October 6, 2011

WPF: Use a resource image from XAML

I always forget how to use a resource image file in a XAML file - here is how it's done.
October 6, 2011

WPF: How to catch unhandled exceptions

In order to catch unhandled exceptions in WPF applications you are not able to hook into the event you are used to in WinForms - now there are even two events you can listen to.
September 29, 2011

Vim emulator plugin for Visual Studio 2010: VsVim

For all you vim fanatics who want to have vim-like editing experience in your Visual Studio, there is a great solution waiting for you: VsVim
Index