N2 is a content management framework aimed at helping developers in creating content-enabled asp.net 2.0 sites. The scope of N2 is to provide a solid and extendable data abstraction layer and a user friendly edit interface.

Features:
* Type safe access of content data through custom classes
* Easy-to-use interface for editors (create, edit, delete, file upload..) with plugin system
* Not overly architected - should be easy to get started with as long as you're into object oriented programming and asp.net
* Extend the database only if you want to - NHibernate and it's polymorphism features are used for content persistance
* A very clean (two tables) database containing only content data
* Doesn't impose any framework for the presentation layer (content management framework and edit interface only)
* Friendly URLs - can also handle multiple domains
* Uses asp.net 2.0 standards and concepts

Last edited Oct 17, 2006 at 10:20 PM by libardo, version 4