We are pleased to inform you that the Beta 12.4 of C#/XAML for HTML5 - the extension for Visual Studio that lets you build cross-platform HTML5 apps in standard C# and XAML - is available for download!
DOWNLOAD:
Learn More about C#/XAML for HTML5.
Here is what's new (since Beta 12.3):
- Added support for the [KnownType] attribute and "DataContractSerializer.KnownTypes" property.
- Added explicit operators and constructors of XElement
- Improved the reliability of VisualTreeHelper.GetChildren and VisualTreeHelper.GetChild.
- Improved RangeBase
- Fixed design-time error "No constructor for type 'RelativeSource' has 1 parameters"
- Fixed regression of Beta 12.3 which broke WCF for "SL Migration Edition" projects.
- Improved DataContractSerializer so that only properties with Getter are read, and only properties with Setter are set.
- Improved the new WCF Stack introduced in Beta 12.2 that is based on the DataContractSerializer rather than the XmlSerializer.
With the new WCF stack, you can now remove the [XmlSerializerFormat] attribute that is located in the service class (on the server-side) (and don't forget to "update the service reference" in the CSHTML5 app) and benefit from faster application loading, faster WCF, smaller WCF-related output code, and improved compatibility.
Here is a small sample WCF project to test the new WCF stack:
We are also working on many other features and we will release them as soon as they are ready.
You may also be interested to read:
- What's new in Beta 12.3 (much faster compilation!)
- What's new in Beta 12.2 (15 new features and new WCF Stack)
- What's new in Beta 12.1 (DataContractSerializer)
- What's new in Beta 12.0
Notes about installation:
- Before installing this update, it is recommended that you close all the open instances of Visual Studio.
- If for some reason you need to revert to the previous Beta, simply uninstall this one (from the Control Panel) and reinstall the previous Beta.
We hope you will enjoy this build! If you find any issues, please post them on the forums or send an email to support@cshtml5.com
Thank you.
Regards,
JS-Support