What is the process for creating WPF applications in languages โโother than C # / VB specifically for Nemerle? Are there any command line tools that can compile XAML and embed it in an assembly?
Are there any command line tools for using .NET languages โโother than C # / VB with WPF so that I can manually compile XAML itself without having to go through the IDE? For example, if I wrote a WPF application, say Nemerle, how would you use Nemerle as the code language for WPF?
source share