All Projects → codaxy → dextop

codaxy / dextop

Licence: other
Dextop is a framework for creating RIA based on .NET and Ext JS

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Dextop

Dextop is RIA framework based on Sencha Ext JS and .NET/Mono platform.

Ask any question regarding Dextop at StackOverflow (add extjs tag).

Links

License

Dextop is available under GPL v3 or Commercial license.

NuGet

Dextop NuGet is available through the official NuGet channel.

Installation notes

In order to start Dextop Showcase application Ext JS library has to be included in folder 'Apps\Codaxy.Dextop.Showcase\client\lib\ext'.

Ext JS can be found at Sencha's website.

Features

Remoting

  • Simple remote procedure calls using Ext.Direct
  • Automatic JSON encoding/decoding (thanks to JSON.NET)
  • File upload
  • AJAX request handling
  • Server notifications by polling or long-polling technique

CodeGeneration

  • Automatic concatenation and minification of js files (thanks to Yahoo.Yui.Compressor for .NET)
  • Automatic minification of css files
  • Automatic remoting Proxy class generation based on DextopRemotable attribute
  • Automatic generation of Ext models based on DextopModel attribute
  • Automatic generation of grid headers based on DextopGridHeaders attribute
  • Automatic generation of forms based on DextopForm attribute

Data

  • Array serialization/deserialization
  • Simplified data access interface

Grids

  • Reflection based models
  • Reflection based headers
  • Paging helpers

Forms

  • Powerful form generation engine

Localization

  • Client and server localization support
  • Localization tool
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].