Given:
- An empty C# project
- 3 loose files: an SSDL, CSDL and a MSL (generated elsewhere)
- No EDMX file
What modifications/additions should I perform on project to compile these files into a T4-based ObjectContext (e.g. using POCOs T4 generators)...
- if I already have all classes generated for entities?
- if I have no classes generated for entities?
Would it be easier to generate the ObjectContext and or classes if I first combine the files into an EDMX with no Designer section?