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

API run block issue run api from cmd

  ✅ Debug Checklist – “Access is Denied” (.NET / Visual Studio) 🔹 Identify Problem ☐ Error: Unable to start program (.exe) – Access is deni...