ProMesh.Net

ProMesh.NET也是一個 MVC 的 web 應用程式框架,但跟其他的 MVC 框架比起來,主要的特色是它已經整合了測試的框架跟 template 呈現的部份,或許應該說,測試的框架與 template 呈現的部份都是用自己的,而不是使用其他的 library。

特色:
  • 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
  • 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

留言

這個網誌中的熱門文章

三本免費的電子書

NModbus