All Questions
2 questions
0
votes
2
answers
785
views
Building a multiple/single condition search function in NET.Core (IQueryable or IEnumerable)
I am a beginner in coding in C# (and coding in general, really) and I am trying to create a website to search a SQL Server database for multiple and/or single conditions simultaneously. So far it ...
0
votes
1
answer
492
views
MVC Core IEnumerable Advantages over IQueryable [closed]
If IQueryable has all the functions of IEnumerable, but allows additional functionalities, why even use IEnumerable?
What are the benefits of IEnumerable over IQueryable?
Reading everything here, ...