Deployment Publishing and Continuous Integration

Fake (F# based) or PSake ​(powershell based) or Cake (C# based) Deployment and CI..

Other alternatives: TeamCity, Jenkins, Octopus, AppWare, TFS Builds

DB publishing:

DacFx (Dacpac approach)

http://www.iis.net/learn/publish/using-web-deploy/dbdacfx-provider-for-incremental-database-publishing

DbSqlPackage Provider (soon to be deprecated)

​https://msdn.microsoft.com/en-us/library/hh550081%28v=vs.103%29.aspx
​​​SqlPackage tool:

https://msdn.microsoft.com/en-us/library/hh550080(v=vs.103).aspx

DB Lifecycle Management (Key/Root Article)

https://msdn.microsoft.com/en-us/library/jj907294.aspx

Leave a Reply