Ok so if you are using a database project and you want to turn on notifications for the database once it is deployed so you can use handy things like "SqlCacheDependency" a good way I found was to add a “ AfterDeploy” target to the “*.dbproj” file for
Read More...