Gunnar Peipman 3/25/2020

Optimize database traffic with future results in NHibernate

Read Original

This technical article details NHibernate's future results feature, which delays query execution until data is needed, then sends multiple queries as a single batch to the database. It covers the performance benefits, a practical use case for a dashboard, and provides code examples in C#/ASP.NET Core demonstrating the use of ToFuture() and ToFutureValue() methods with stateless sessions.

Optimize database traffic with future results in NHibernate

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week