Today the ProMesh.NET project has been made public at CodePlex. ProMesh.NET is an MVC-based Web Application Framework for .NET 2.0
Features include:
- Lightweight (<100KB) 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
- Pluggable localization module (use translations from resource files, database, …)
- Integrated logging and profiling
- Optional integration with the CoolStorage.NET ORM library
- Built for performance
The CodePlex project currently contains a short walk-through of the features. The code hasn’t been published yet, but will be available sometime next week.
A support forum is available for all questions about the framework.
This weblog is sponsored by The Vici Project.








