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.
在我的 ASP.NET 应用程序的一个页面中,我需要从具有大量数据的表中查询数据。我想异步获取数据并将其增量绑定到我的页面。
有什么办法可以做到这一点?
我使用了类似于增量页面显示模式的东西,但使用 SignalR 来实现它。因为,SignalR 的调用是异步的,我认为它适合我的场景。