Project site: https://github.com/timabell/ef-edmx-sorter
Re-orders the conceptual model properties in a .edmx
file to match the order of the storage model properties
Created to solve this annoyance http://stackoverflow.com/q/3498052/10245 and save me a bunch of time.
Source code of https://github.com/timabell/ef-document-generator used as a starting point for creating this.
ef-edmx-sorter.exe -i path\to\your\Model.edmx
Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0 as per the project this was based on.