This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hello,
I am creating an Entity Model using EF4.
I get regions on my generated CS file: Contexts and Entities.
Can I have Contexts under the namespace: MyApp.Domain
And Entities under the namespace MyApp.Domain.Entities?
Thanks,
Miguel
Just curious, why you need them in seperate namespace? this will definitely cause the designer.cs file be modified which I believe is not recommended.