Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Tag: linq

  • Home
  • linq

Expression Tree for IQueryable in LINQ

June 29, 2022June 29, 2022 duongnt.bkLeave a Comment on Expression Tree for IQueryable in LINQ

To avoid hard-coding attribute names in LINQ code of the IQueryable type, we can manually create Expression Tree. This helps eliminate duplicated code.

C#, English C#, expression-tree, linq

Expression Tree cho IQueryable trong LINQ

June 29, 2022June 29, 2022 duongnt.bk1 Comment on Expression Tree cho IQueryable trong LINQ

Ta có thể tự tạo Expression Tree để tránh hard-code tên attribute trong code LINQ của IQueryable. Điều này giúp hạn chế trùng lặp code.

C#, Vietnamese C#, expression-tree, linq

LINQ to Objects and some common mistakes

August 25, 2021December 6, 2022 duongnt.bkLeave a Comment on LINQ to Objects and some common mistakes

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.

C#, English bug, C#, linq

LINQ to Objects và một số sai sót thường gặp

August 25, 2021December 6, 2022 duongnt.bk1 Comment on LINQ to Objects và một số sai sót thường gặp

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.

C#, Vietnamese bug, C#, linq
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress