Sunday, 29 December 2024

IEnumerable vs IQueryable C#

 IQerable:data will be filtered at sql server side.then it will return






IEnumarable :Data is filtered at client side means all data send from sql to clinet after that it will be filtered



No comments:

Post a Comment

best

  The phrase "Everything should be made as simple as possible, but not simpler" is a quote by Albert Einstein, meaning that  while...