Articles about linq | UserComp.com

Understanding Read Uncommitted and Acquiring Shared Lock in LINQ
Understanding Read Uncommitted and Acquiring Shared Lock in LINQ

Learn about the Read Uncommitted isolation level and acquiring shared locks in LINQ code with complex SELECT statements. Optimize your database queries and improve performance.

Read More
Alternative to avoid calculating the total record count when performing pagination
Alternative to avoid calculating the total record count when performing pagination

Learn about an alternative method to avoid calculating the total record count when performing pagination in C# using Entity Framework and LINQ. By implementing this approach, you can significantly improve the performance of your pagination queries.

Read More