cshtml5.com
Beta 3 released with WCF, SOAP, REST, Add Service Reference, XmlSerializer, Web API support, and more
http://www.cshtml5.com/press-releases/2015-02-28-beta3-released-with-wcf-soap-rest-xmlserializer-and-more.aspx
New Beta 3 of C#/XAML for HTML5. Adds support for WCF, SOAP, REST, Add Service Reference, XmlSerializer, Web API, and more! Feb 28, 2015 The beta 3 version of C#/XAML for HTML5. The free Visual Studio extensions that enables developers to create HTML5 apps using only C# and XAML - is now available! It can be downloaded for free from www.cshtml5.com. The beta is limited to the first 5000 downloads. Get it quickly! Support, via the Add Service Reference. WCF Limitations and Tutorials. Http:/ cshtml5.us...
cshtml5.com
What is supported
http://www.cshtml5.com/links/what-is-supported.aspx
The current version of C#/XAML for HTML5 supports the .NET Framework types and methods listed below. 2 Misc system types. Action T1,T2,T3. Action T1,T2,T3,T4. Action T1,T2,T3,T4,T5. Action T1,T2,T3,T4,T5,T6. Action T1,T2,T3,T4,T5,T6,T7. Action T1,T2,T3,T4,T5,T6,T7,T8. CheckType, Clear, Clone, Copy, CopyTo, CreateInstance, Get, GetEnumerator, GetValue, IndexOf, Length, LongLength, Of, Resize, Set, SetValue. BaseStream, Dispose, Flush, Seek, Write, Write7BitEncodedInt. CheckType, Parse, TryParse. Combine, ...
cshtml5.com
XmlSerializer Limitations and Tutorials
http://www.cshtml5.com/links/xml-serializer-limitations-and-tutorials.aspx
XmlSerializer Limitations and Tutorials. In the current version of C#/XAML for HTML5, the XmlSerializer class has the following limitations:. You must add the attribute [DataContract] to any type that you want to serialize/deserialize. Nullable types are not yet supported. The root of serialized objects must not be enumerable (support for the "ArrayOf" element in an XML is under development). You can however use enumerables if they are not the root of the XML. Custom namespaces are not yet supported.
cshtml5.com
WCF Limitations and Tutorial
http://www.cshtml5.com/links/wcf-limitations-and-tutorials.aspx
WCF Limitations and Tutorials. Limitations of the Add Service Reference support (SOAP). Adding support for cross-domain calls (CORS). Tips for debugging WCF services. Common issues and solutions. Tutorial to easily create a SOAP-based client/server app in CSHTML5 (WCF). Tutorial to easily create a REST-based client/server app in CSHTML5 (Web API). C#/XAML for HTML5 provides support for web services and HTTP calls in multiple ways, including:. Limitations of the Add Service Reference support (SOAP). Make ...
cshtml5.com
Beta 4 released with Linq, Async/Await, DataGrid, ComboBox, CheckBox, IsEnabled, HyperlinkButton, 3x faster simulator, and more
http://www.cshtml5.com/press-releases/2015-06-03-beta4-released-with-linq-async-datagrid-combobox-and-more.aspx
New Beta 4 of C#/XAML for HTML5. Adds support for Linq, Async/Await, DataGrid, ComboBox, CheckBox, IsEnabled, HyperlinkButton, 3x faster simulator, and more! Jun 3, 2015 The beta 4 version of C#/XAML for HTML5. The free Visual Studio extensions that enables developers to create HTML5 apps using only C# and XAML - is now available! It can be downloaded for free from www.cshtml5.com. The beta is limited to the first 5000 downloads. Get it quickly! Added BasicHttpSecurity and BasicHttpSecurityMode for impro...