摘要:
前言 之前写过 6.0, 7.0, 8.0, 9.0 总结. 10.0 也是有些好东西哦, 尤其是 pattern matching 的完善, 差不多是时候可以重构 if else switch 的写法了. 主要参考 C# 10: New features and examples that are 阅读全文
摘要:
前言 EF core 6.0 开始有 build-in 的 Temporal Table 支持了. 关于 SQL Server Temporal Table 可以看这篇. 主要参考 What's New in EF Core 6.0 # SQL Server temporal tables 实战 C 阅读全文
摘要:
Document.scrollingElement 参考: why to use 'html, body' for scrollTop instead of just 'html' MDN 使用document.scrollingElement控制窗体滚动高度 要监听 root scrollbar 阅读全文