Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How does LINQ reduce the database traffic?

user-image
Question added by Sayed Elshayeb , senior analyst programmer , EPL House
Date Posted: 2016/11/04
Fraz Ahmed
by Fraz Ahmed , Software Developer , FACTS Computer Software House LLC

LINQ has the ability of Caching

  • Cache objects (for example results of database queries)
  • Cache HTML output of entire controller actions or partial.

More Questions Like This