Expression Tree for IQueryable in LINQ
To avoid hard-coding attribute names in LINQ code of the IQueryable
About technology stuff that piqued my interest
To avoid hard-coding attribute names in LINQ code of the IQueryable
Ta có thể tự tạo Expression Tree để tránh hard-code tên attribute trong code LINQ của IQueryable
LINQ is a very useful feature of C# and is one of my favourites. But it can also causes some subtle bugs if used incorrectly.
LINQ là một tính năng rất hữu ích, nó cho phép ta rút gọn code đáng kể. Mặt khác, LINQ cũng có thể là nguyên nhân của những lỗi khó tìm.