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

c# - Validate object ID from GET to POST -

php - Find a regex to take part of Email -

javascript - Function overwritting -