Relative Content

Tag Archive for c#linq.net-core.net-8.0

Join in-memory list and DB table in .net 8

I have a code that is working in .Net 3.1 and we have upgraded to .Net 8 and as part of that I have converted Nuget package Microsoft.EntityFramework.MemoryJoin to 0.8.0 and I observed the in-memory List and DB table join having issues after the upgrade. and my code is