Skip to content

Implementation of the 'naked objects pattern' on .NET platform. Turns a POCO domain model (that follows a few simple conventions) into a complete application. See the ReadMe (at the bottom of this page) for more details.

License

sebastianslutzky/NakedObjectsFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naked Objects Framework

NOF10 - Released 11th April 2019

The NOF may be used entirely as packages from the NuGet public gallery - there is no need to clone this repository. Indeed, building the framework from source code is quite complex and not recommended for newcomers.

The best way to explore NOF 10 initially is to download the Template project from here:

https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/master/Template_NOF10/Template_NOF10.zip?raw=true

and follow instructions at the start of the NOF 10 Development Manual, downloaded from here:

https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/master/Documentation/NOF10DeveloperManual.docx?raw=true

NOF9 - (Superseded)

NOF 9 Template project:

https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/master/Template_NOF9/Template_NOF9.zip?raw=true

NOF 9 Development Manual:

https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/master/Documentation/NOF9DeveloperManual.docx?raw=tru

About

Implementation of the 'naked objects pattern' on .NET platform. Turns a POCO domain model (that follows a few simple conventions) into a complete application. See the ReadMe (at the bottom of this page) for more details.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 65.8%
  • F# 19.9%
  • TypeScript 6.3%
  • JavaScript 4.5%
  • Visual Basic .NET 1.1%
  • CSS 1.0%
  • Other 1.4%