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.