我需要构建带有实时SQL Server通知的应用程序(DB将从外部应用程序更新)。我使用ASP.NET 5(MVC 6)。我想使用SqlDependency,但它在DNX Core 5.0中不可用,我得到一个错误:
CS0246 The type or namespace name 'SqlDependency' could not be found (are you
missing a using directive or an assembly reference?)
我可以做些什么来在MVC 6中使用SqlDependency。
如果您计划在windows上运行它,您可以删除DNX Core并使用dnx46。
"frameworks": {
"dnx46": {}
}