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.
我们在客户端使用微风.js 作为实体框架上的数据访问层。
我们需要维护服务器上所有数据更改的审核日志。
有人可以建议什么是最好的方法吗?
我想到的两个选择是
1)服务器端触发器
2)使用Breeze beforeSaveEntities机制拦截Breeze saveChanges调用,直接在服务端代码中添加审计记录。