Wiki

Changes between Initial Version and Version 1 of MonoRail

Show
Ignore:
Timestamp:
10/20/10 01:49:00 (14 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MonoRail

    v1 v1  
     1"MonoRail is a MVC Web Framework inspired by Action Pack. 
     2 
     3MonoRail differs from the standard WebForms way of development as it enforces separation of concerns; controllers just handle application flow, models represent the data, and the view is just concerned about presentation logic. Consequently, you write less code and end up with a more maintainable application." 
     4 
     5Homed at http://www.castleproject.org/MonoRail/ 
     6 
     7See also: WebDevelopment