Saturday, March 20, 2004

which language feature in .net could be used in a OR mapping framework
1: Attribute, it is very good for creating the different database access adapter in the data access object.
2: partial class, it is good for separating the business logic code from Value Object code.
3: CodeDom, it could be used to generate the Value Object code according to the XML mapping file during the runtime. just like CGLib in hibernate.

No comments: