Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top