Handling Legacy Data using OR/M

time to read 1 min | 54 words

Patrik has a good post describing how to handle legacy database with an OR/M. I have used similar techniques to map a basically flat file database to a nice relational view, and from there to a workable domain model that make work much easier (Say: Policy and Insurance vs. AF_432 and GF_2345).