ProMesh.NET v1.2

Description

This is the first public release of ProMesh.NET, a MVC Web Application Framework for .NET 2.0.

This release includes support for calling Ajax server methods from JavaScript. Simply decorate a method in your controller class, form class or control class with the [Ajax] attribute, and you will be able to use it from JavaScript just like you would call it from .NET code.
This feature is currently only available if you use the jQuery, Mootools or ExtJS JavaScript frameworks. Other providers will be added after the release (you can always write your own too, just implement IAjaxProvider and attach it to WebAppConfig.AjaxProvider)

The example application shows many of the framework features, including the Ajax stuff.

Please report issues in the support forum.


Files

Runtime Binary ProMesh.NET.1.2.bin.zip
runtime binary, 62K, uploaded Jan 16  - 697 downloads
Source Code ProMesh.NET.1.2.src.zip
source code, 168K, uploaded Jan 16  - 890 downloads
Example ProMesh.NET.1.2.example.zip
example, 136K, uploaded Jan 16  - 1103 downloads

Updating...