Search Wiki:

ProMesh.NET MVC Web Framework


ProMesh.NET is an MVC web application framework with integrated testing framework and template rendering.

Features:
  • Lightweight (<150KB) framework running on top of the ASP.NET HTTP pipeline (HttpHandler)
  • Controller-based for easy implementation of the MVC pattern
  • Flexible template-based rendering engine (using pure HTML files)
  • Very powerful integrated testing framework for running unit tests on your web pages
  • Easy mapping of parameters and other client data to typed method parameters and class members
  • Flexible and easy to use form generation and postback handling
  • Built-in Ajax support. JavaScript method stubs are generated by the framework. Just call your server-side .NET methods from client-side JavaScript as if you were running them on the server.
  • Integrated logging and profiling
  • Optional integration with the CoolStorage.NET ORM library
  • Built for performance

Want to see what ProMesh.NET can do for your web applications?

Forum

A discussion forum dedicated to ProMesh.NET can be found at www.forum.activa.be

Blog

My blog can be found at www.blog.activa.be. I'll discuss ProMesh.NET, CoolStorage.NET and other .NET related stuff.

Free?

Well, yes it's Open Source, but if you feel tempted to make a donation, feel free. Click Here
Last edited May 15 at 7:24 AM  by activa, version 14
Comments
Atomic9 wrote  Aug 24 2007 at 2:15 PM  
What is the possibility of integrating a rich UI tool set (like Infragistics, etc) into this framework?

mdissel wrote  Aug 24 2007 at 5:59 PM  
I don't think this is possible, it's better to use some rich javascript UI like www.extjs.com

Updating...