摘要:
Basic Enum is a value type let you define a group of named intergral numeric constants add functionality to enum type using extension methods always c 阅读全文
摘要:
IQueryable<T> extends the IEnumerable<T> interface IEnumerable<T> is great for working with sequences that are iterated in-memory IQueryable<T> allows 阅读全文