4

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?

plaureano
  • 3,139
  • 6
  • 30
  • 29

2 Answers2

1

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

emperon
  • 369
  • 3
  • 11
  • I'm aware that Nemerle doesn't have XAML support in the IDE yet, and that's why I'm asking this question in the first place. – plaureano Dec 31 '11 at 22:51
1

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

Amittai Shapira
  • 3,749
  • 1
  • 30
  • 54