This is a mirror of official site: http://jasper-net.blogspot.com/

Xaml Code Behind Generator

| Wednesday, December 15, 2010
Project Description
Xaml Code Behind Generator makes it easier to generate Code Behind designer code from XAML, where code can be used at places where Xaml Services are not accessible.

Features

  • Using XAML 2009 in Silverlight and WPF
  • Reusing Xaml Business Pages in Silverlight and WPF
  • Support for User Controls derived from any Control
  • Using Complied code instead of BAML
  • Improving speed of XAML runtime
  • Using XAML to generate code to be used in ASP.NET, Server Core etc, where XAML Services are not available
  • Generated code is pure .NET 2.0 compliant, and you can target xaml objects to run in earlier .NET version too.
  • You can also create Xaml for WinForms and use it for your .NET 2.0 projects, however please notice, the features of WPF will not be available, it can only create object hierarchies based on XAML, but it can not give you binding etc features.
  • x:Name support for Resources, very useful for MVVM Pattern
  • Support for Custom Extension with Custom Code Generator

Read more: Codeplex

Posted via email from .NET Info

0 comments: