jarito wrote:
I looked at using attributes since I used them in Java and they were great, but the documentation seemed to be completely missing. Is there a place I should be looking other than the main reference? The only thing there seems to be 2 or 3 pages long and mostly useless. Are there good examples out there? Can you do everything you can do with mapping files with attributes?
From what I've read there are some things you can't do with Attributes. At a guess they're probably not worth doing... For examples, I download the NHibernate source code and have a look at the tests. They use all possible attribute mappings.