You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider using IList/IEnumerable for buffered vs. non-buffered.
Those coming from ORMs (NHibernate/EF/etc) expect their IEnumerable result sets to be evaluated as they loop through the results. Returning a buffered IEnumerable - behaves more like an IList.
Consider revising how this works. Might not be worth it, but let's have a look.
The text was updated successfully, but these errors were encountered:
Consider using IList/IEnumerable for buffered vs. non-buffered.
Those coming from ORMs (NHibernate/EF/etc) expect their IEnumerable result sets to be evaluated as they loop through the results. Returning a buffered IEnumerable - behaves more like an IList.
Consider revising how this works. Might not be worth it, but let's have a look.
The text was updated successfully, but these errors were encountered: