dotNET Weekly
Add a link
LoginRegister
PrevNovember 2018Next
WSMTWTFS
4428293031123
4545678910
4611121314151617
4718192021222324
482526272829301

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

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.

.netc#entity-framework

NewslettersAboutPrivacy Policy