Skip to content

borisdj/dextop

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 49.1%
  • JavaScript 29.3%
  • HTML 20.9%
  • Other 0.7%