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.
About technology stuff that piqued my interest
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.
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ị.
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.
When writting C# code, sometime we only know a member’s name at runtime. In that case, FastMember can come to the rescue.
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.
In this article we will look at how an identity provider works, then try to recreate our own identity provider using .NET Core.
Trong bài này chúng ta sẽ cùng tìm hiểu cách một identity provider hoạt động. Sau đó ta sẽ thử tạo một IDP bằng .NET Core.
Cùng tìm hiểu cách tích hợp SSO với OKTA vào một ứng dụng web có sẵn. Đây là bài số 2 trong loạt 3 bài.
Find out how to integrate SSO using SAML into an existing ASP.NET Core with OKTA as an identity provider. This is part two of a three-part series.