I am pre-generating views for the entity data model in my project; following the instruction given by MSDN:
http://msdn.microsoft.com/en-us/library/bb896240.aspx
I have completed the changes without any problem. I can now see CSDL, SSDL and MSL files added to my project. Does this mean I will have to update these files everytime I update my entity data model? If so, its quite a bit of overhead since our database changes quite frequently.
Is there a better way to update these files everytime I update the edmx?
Thanks
You can do what we do in our project: