Samstag, 15. Dezember 2012

TabStrip has been implemented

TabStrip supports horizntal and vertical align, back/forward - commands to scroll long header
Configurable TabStrip

Montag, 19. November 2012

Splitters have been implemented

Horizontal and vertical splitters have been implemented. Splitters change their sizes proportional to container size.
Browser independet splitter

Samstag, 17. November 2012

TreeView has been implemented

The first version of TreeView control has been implemented. TreeView can display more than 1,000,000,000 rows, support virtual scrolling, node selection, keyboard navigation
TreeView witj virtual scrolling

Mittwoch, 31. Oktober 2012

New features have been added to grid

Grid support (mutiple) row selection (mouse and keybord) and can contain more than 1,000,000,000 rows now.

Dienstag, 16. Oktober 2012

Grid has been implentented

The first version of Grid control has been implemented. Grid can display max. 1000000 rows, support virtual scrolling, column resizing, Multi/Sing column sorting and filterung.
Grid with virtual scrolling and column resizng

Donnerstag, 28. Juni 2012

Obfuscator has been integrated

Obfuscator has been integrated in JScriptSuite. Components catalog contains only obfuscated version of published assembly. Everybody can obfuscate his/her aseembly for free.
free .NET obfuscator

Sonntag, 10. Juni 2012

Components area has been added to site

  • Everybody can publish .NET components in components area,
  • Everybody can download published component and reference it in his/her projects which can be compiled by JScriptSuite

.NET and javascript components to free download and publishing

Dienstag, 5. Juni 2012

Proxy generator has been implemented

Proxies for remote methods will be generated automaticaly. It is enough to declare abstract method and mark public fields and properties in data transfer object with DataMemberAttribute. See sample generation of remote proxy for .NET and javascript

Montag, 14. Mai 2012

Custom defined remoting protocols are supported

Support for custom defined remoting protocol has been implemented.
Implentation for Json/Soap1.1/Soap1.2 via XmlHttpRequest has been included in JScriptSuite.JScriptLib.
Remoting sample is published on Soap and Json communication in .NET and javascript

Mittwoch, 4. April 2012

Javascript generator has been redesined

.NET Assemblies are decomplied by ICSharpCode.Decompiler. Processing has been optimized. C# Templates and Switch - Operators are supported now. Implementation of Client/Server communication is in redesign.