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

c#

 https://github.com/dcyuksel/Result