Is it possible somehow to add DataContract
/DataMember
attributes for existing binary classes (available only as compiled dll)? The main goal is to set DataMember
name, to avoid ugly property names for generated proxies. I think, I am looking for something like metadata classes in WCF RIA services, but maybe there is some better approach. Thanks!
P.S. IL modification is not an option.