Skip to content
Richard Pawson edited this page Sep 26, 2017 · 12 revisions

The Naked Objects Framework

Naked Objects is a .NET framework that implements the 'naked objects pattern'. It takes a domain object model, written as POCOs but following a few very simple conventions, and dynamically creates one or more complete interfaces for it, using reflection (not 'code generation' or 'scaffolding'). It is highly effective in support of Domain-Driven Design, OO Modelling, and/or Agile Development. Persistence is handled by Microsoft's Entity Framework.

Getting started

There is a comprehensive Developer Manual for the Naked Objects Framework, download it as a .docx from here

Clone this wiki locally