Sonntag, 7. Dezember 2014

Drag & Drop

TreeView and Grid support Drag & Drop now.

Freitag, 3. Oktober 2014

Linq namespace supported

Support for Linq namespace has been implemented

Communication is encrypted now

Client/Server communication is encrypted now.

Mittwoch, 25. Juni 2014

MessageBox component has been implemented

Demonstration of MessageBox API has been added to  Window sample

Sonntag, 15. Juni 2014

Window component has been implemented

Window sample demonstrates features move/resize/maximize for modal window.

Montag, 9. Juni 2014

Menu components have been implemented

Menubar and context menu are now available.
Grid and TreeView support context menu.
Menubar has been integrated in Summary and BundingSummary samples.

Samstag, 26. April 2014

Html5 Canvas API has been implemented

Canvas Sample demonstrates C# - API for Html 5 canvas element.

Ray Tracer precents performance JavaScript code which has been generated by jscriptsuiite.com

Samstag, 8. März 2014

Templating with declarative databinding has been implemented

Strong type declarative databinding uses IObservable interface and/or can be defined in embeded in Html expressions. The sample Data Binding in Html demonstrates databound template.

Donnerstag, 9. Januar 2014

Services support generic methods now

Thanks covariance and contravariance feature, services support generic methods now. It allows to communicate with server without DTO's. View Model Object can be directly sent to/received from server. See more

Remoting with javascript