4
votes
3answers
119 views
+150
What is the best practice when the database schema changes in entity framework?
I am using Entity Framework to do the ORM in .NET project. The problem I am facing is that when the database schema changes, there is no proper mechanism to update the edmx file.
For example, If …
4
votes
1answer
85 views
+100
XML Schema reading/editing in vim?
Hi all,
As XML Schemas can be tedious to read (yes, just want to read through the schema) in their normal form, I'm wondering if anyone knows of an existing plugin for vim which will display the …
