Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Author: duongnt.bk

  • Home
  • duongnt.bk

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

Kiểm tra xem mật khẩu đã bị lộ hay chưa bằng passpwnedcheck

August 20, 2021September 3, 2021 duongnt.bk1 Comment on Kiểm tra xem mật khẩu đã bị lộ hay chưa bằng passpwnedcheck

Làm thế nào để kiểm tra xem mật khẩu của ta đã bị lộ hay chưa mà lại không cần gửi mật khẩu đó cho bên thứ ba? Câu trả lời nằm tại đây.

Python, Vietnamese password, python, security

Check for leaked passwords with passpwnedcheck

August 20, 2021September 3, 2021 duongnt.bk1 Comment on Check for leaked passwords with passpwnedcheck

How can we check our password against a list of leaked passwords without actually disclosing it? Let’s find out in my newest article.

English, Python password, python, security

Cách tạo một mật khẩu mạnh

August 14, 2021August 15, 2021 duongnt.bkLeave a Comment on Cách tạo một mật khẩu mạnh

Có một cách tạo mật khẩu mạnh mà lại dễ nhớ, nhưng mật khẩu tạo được lại bị phần lớn các password policy từ chối. Liệu ta có nên cân nhắc lại các quy định về mật khẩu?

Vietnamese password, security

What makes a strong password

August 14, 2021August 15, 2021 duongnt.bk1 Comment on What makes a strong password

It is simple to create a strong yet memorable password, but the result is not allowed by most password policies. Should we rethink those policies?

English password, security

Dùng ML.NET và C# để chạy model TensorFlow

August 7, 2021July 28, 2022 duongnt.bk14 Comments on Dùng ML.NET và C# để chạy model TensorFlow

Python là ngôn ngữ được sử dụng nhiều nhất cho AI/Machine Learning. Nhưng với những thư viện như ML.NET, C# cũng là một lựa chọn thú vị.

C#, Vietnamese C#, deep-learning, ML.NET, TensorFlow

Use ML.NET and C# to run TensorFlow model

August 7, 2021July 28, 2022 duongnt.bk18 Comments on Use ML.NET and C# to run TensorFlow model

Python is the de-factor language for AI/Machine Learning at the moment. But with libraries like ML.NET, C# is also an interesting choice.

C#, English C#, deep-learning, ML.NET, TensorFlow

Use FastMember to access public members at runtime

July 23, 2021December 6, 2022 duongnt.bk1 Comment on Use FastMember to access public members at runtime

When writting C# code, sometime we only know a member’s name at runtime. In that case, FastMember can come to the rescue.

C#, English C#, dynamic, fastmember

Dùng FastMember để đọc và ghi các trường public tại runtime

July 23, 2021December 6, 2022 duongnt.bk1 Comment on Dùng FastMember để đọc và ghi các trường public tại runtime

Khi viết code C#, đôi khi phải đến runtime ta mới biết được tên trường cần sử dụng. Những lúc này FastMember sẽ là công cụ hữu ích.

C#, Vietnamese C#, dynamic, fastmember

Posts navigation

Older posts
Newer posts
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress