I'm working on a project that is using linq to sql. In my model folder I have 4 files:
model.csdl
model.edmx
model.msl
model.ssdl
But that model is out of date with the current database.
I'm wondering how I can update the model, via an automate process (if possible).
And also I'm wondering how I can generate those files.
I can create an .edmx file via add => new item => ADO.NET Entity Data Model
. But I don't know how to create the other files.
Thanks in advance.
Bruno