Chuỗi kết nối từ db:
var result = from u in _dbContext.Users
select new { u.Password, u.Status};
Mình cần so sánh u.Password, u.Status với 2 biến string Password, bool Status.
Mong mọi người giúp đỡ và cho keyword tìm kiến thức thêm.