PreviousNext

Don't use Func delegate on the Entity Framework entities

by karthikchintala, 2018-11-05T06:31:39.265Z

I have seen a case where a developer wrote a LINQ query with Func delegate which will get the data from the database and returns back to the UI. The query was working fine but it needs performance tuning as it is taking more time for a simple query.

Read More