Jump to content

Naked Objects for .NET

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rpawson (talk | contribs) at 20:32, 14 July 2010 (Created page with 'Naked Objects MVC is a software framework that builds upon the Microsoft ASP.NET MVC Framework. As the name suggests, the framework synthesises two [[architect...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.