Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
jackb77's user avatar
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, ...
user avatar