Naked Objects for .NET
Appearance
Naked Objects MVC is a software framework that builds upon the Microsoft ASP.NET MVC Framework.
As the name suggests, the framework synthesises two architectural patterns: naked objects and Model-view-controller. The framework will take a domain model (written as POCOs) and render it as a complete HTML application without the need for writing any user interface code - by means of a small set of generic View and Controller classes. The developer may then choose to create customised Views and/or Controllers, using standard ASP.NET MVC patterns, for use where the generic user interface is not suitable.
External links
- Home page for the Naked Objects MVC framework: www.nakedobjects.net