Can Entity Framework create incremental SQL scripts for updates? (or would you need to do this in a separate database tool)
(i.e. for my application updates I need to package the DB upgrade script that gets applied after download – windows forms type app)
It can’t, but Visual Studio “Data Dude” can. This plugin unites the two.