Hello,
On my MVC projects I often create classes which contains properties
which are lists of other classes.
Should I start using IQueryable<Tor IEnumerable<Tin stead of
List<T>?
What are the differences and when should I use IQueryable<T>,
IEnumerable<Tor List<T>?
Can, and should, I use IQueryable<Tor IEnumerable<Tin my ViewData
properties instead of List<T>?
Thanks,
Miguel
On my MVC projects I often create classes which contains properties
which are lists of other classes.
Should I start using IQueryable<Tor IEnumerable<Tin stead of
List<T>?
What are the differences and when should I use IQueryable<T>,
IEnumerable<Tor List<T>?
Can, and should, I use IQueryable<Tor IEnumerable<Tin my ViewData
properties instead of List<T>?
Thanks,
Miguel
Comment