Entity Framework Migration: .resx Snapshot vs __MigrationHistory table -


following question entity framework migration: why ignore snapshot , take __migrationhistory account?, i'm confused why ef migrations stores previous model both in db inside __migrationhistory table , in resource files? , more confused why ignore resources , consider table data calculate model changes?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -