.NET Compute in Apache Ignite 3.1
Apache Ignite 3.1 was released last week, and one of the major new features is .NET Compute support. We can now implement compute jobs in .NET, deploy them to the cluster, and call them from any client. Let’s try it out!
November 3, 2025

Dynamically building database queries
can be necessary for some use cases, such as UI-defined filtering.
This can get challenging with LINQ frameworks like EF Core and Ignite.NET.