FsXaml


FsXaml

The FsXaml for WPF library and type provider allows usage of XAML for WPF projects directly from F#. It eliminates the need to create C# projects when writing WPF Applications or libraries.

This is done via a XAML type provider:

1: 
2: 
3: 
open FsXaml

type MainWindow = XAML<"MainWindow.xaml">

Usage and instructions to come shortly.

namespace FsXaml
Fork me on GitHub