854 Views
OXM is a framework for transforming .NET objects from/to XML. It features: - Full control over the generated XML. - POCO approach i.e. no attributes to pollute your domain entities. - Fluent DSL for defining the mapping. - Strongly typed which is good for refactoring. - No reflection.
0 comments