Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从数据库中提取了大约 10,000 条记录并填充了 DataSet。如果有人更改数据库,我希望 DataSet 自动更新。
.NET 中是否有任何内置功能可以做到这一点?
您可以看一下SqlCacheDependency,它在存储在 ASP.NET 应用程序的 Cache 对象中的项目与特定的 SQL Server 数据库表或 SQL Server 2005 查询的结果之间建立了关系
SqlCacheDependency
I'm attempting to build a non blocking async call in an Ember.js app without using Ember Data.
I have the following Ember.js model: