Skip to main content

Add your EF database model in a seperateseparate project, e.g. MyProj.Data MyProj.Data. Then add a reference to it from the others. When you update the schema you only need to re-generate MyProj.DataMyProj.Data once rather than a seperateseparate copy in all the others.

Add your EF database model in a seperate project, e.g. MyProj.Data. Then add a reference to it from the others. When you update the schema you only need to re-generate MyProj.Data once rather than a seperate copy in all the others.

Add your EF database model in a separate project, e.g. MyProj.Data. Then add a reference to it from the others. When you update the schema you only need to re-generate MyProj.Data once rather than a separate copy in all the others.

Source Link
user173678
user173678

Add your EF database model in a seperate project, e.g. MyProj.Data. Then add a reference to it from the others. When you update the schema you only need to re-generate MyProj.Data once rather than a seperate copy in all the others.