Nails News
Status: Planning
Brought to you by:
rcieslak
Nails is supposed to provide a basic MVC structure to .NET CF developers enabling them to create decoupled and testable applications without the need to write a lot of code.
The key goals (features) of the project are:
1. Basic MVC structure - base classes for views, controllers and models.
2. Model binding - easy to use methods providing one or two-way model-view binding to minimize the amount of code used to view-controller data exchange.
3. Forms navigation - easy to use service handling the necessary operations while showing and hiding forms.
4. Forms caching - performance improvements due to one time construction of huge and frequently used forms.
5. Validation support