Is it possible to use separete ssdl, csdl and msl files for each Entity in EntityFramework?
That is, I want to modularize the mapping information.
Note: EdmGen.exe tool stores the ssdl, csdl and msl information in respective files for all entities.
Note: If anyone used NHibernate, he should be aware of the fact that, NHibernate uses separate mapping files for each entity. I want to do the same thing.