Main Points of Using NObject

l    To generate the persistence layer of NObject O/R Mapping framework

l    To use NObject O/R Mapping framework persistence layer

l    To write business logic in business framework class

l    To perform CRUD (Create, Retrieve, Update, Delete)

l    Using OQL.NET query language to deal with object-relation data

l    Utilize caching to improve the system's performance

l    Utilize the function of transaction processing to synchronize database-data and object-data

Related Topics

NObject Introduction