-
Notifications
You must be signed in to change notification settings - Fork 50
Home
Richard Pawson edited this page Sep 26, 2017
·
12 revisions
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.
There is a comprehensive Developer Manual for the Naked Objects Framework, download it as a .docx from here