This HTML5 document contains 24 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n6http://en.wikipedia.org/wiki/
provhttp://www.w3.org/ns/prov#
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
xsdhhttp://www.w3.org/2001/XMLSchema#
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Naked_Objects_for_.NET
rdfs:label
Naked Objects for .NET
rdfs:comment
Naked Objects for .NET or Naked Objects MVC is a software framework that builds upon the ASP.NET MVC framework. As the name suggests, the framework synthesizes two architectural patterns: naked objects and model–view–controller (MVC). These two patterns have been considered as antithetical. However, Trygve Reenskaug (the inventor of the MVC pattern) has made it clear that he does not see it that way, in his foreword to Richard Pawson's PhD thesis on the Naked Objects pattern.
owl:sameAs
freebase:m.0cmcjxp
dbp:wikiPageUsesTemplate
dbt:GitHub dbt:Reflist
dct:subject
dbc:Programming_tools
prov:wasDerivedFrom
n6:Naked_Objects_for_.NET?oldid=1053275896&ns=0
dbo:wikiPageID
28037590
dbo:wikiPageLength
1538
dbo:wikiPageRevisionID
1053275896
dbo:wikiPageWikiLink
dbr:Model–view–controller dbr:Reflective_programming dbr:User_interface dbr:HTML dbr:Automatic_programming dbr:Architectural_pattern dbr:ASP.NET_MVC dbr:Naked_objects dbc:Programming_tools dbr:Plain_old_CLR_object dbr:Trygve_Reenskaug dbr:Domain_model
dbo:abstract
Naked Objects for .NET or Naked Objects MVC is a software framework that builds upon the ASP.NET MVC framework. As the name suggests, the framework synthesizes two architectural patterns: naked objects and model–view–controller (MVC). These two patterns have been considered as antithetical. However, Trygve Reenskaug (the inventor of the MVC pattern) has made it clear that he does not see it that way, in his foreword to Richard Pawson's PhD thesis on the Naked Objects pattern. The Naked Objects MVC framework will take a domain model (written as Plain Old CLR Objects) 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 framework uses reflection rather than code generation. 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.
foaf:isPrimaryTopicOf
n6:Naked_Objects_for_.NET