database - How To Prevent From Deleting And ReAdding Entity Framework .emdx File in C# Project -


i working on management system of fan industry using c# , entity framework. project based on live requirements.i have adopted database first approach. whenever make changes in m database have delete project app.config , model.emdx file , re-generate model.emdx file. me how can avoid this.

you've use code first approach purpose. because in database first approach there no way change database .edmx file c# project.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -