Question

What's the process for building WPF apps in languages other than C#/VB, spefically Nemerle? Are there any command line tools available that can compile XAML and embed it into an assembly?

Are there command-line tools for using .NET languages other than C#/VB with WPF, so that I can manually compile the XAML myself without having to go through the IDE? For example, if I wrote an WPF app in say, Nemerle, how would you use Nemerle as the codebehind language for WPF?

Was it helpful?

Solution

For nemerle there is no XAML support for Visual studio yet.

OTHER TIPS

F# and WPF have support in Visual Studion, e.g: F# WPF Form – the basics or Learning WPF with F# or just Google "F# WPF". Example for Boo: Boo and WPF

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top