Phi Le Kim

 

   

Avatar photo



18 Stories by Phi Le Kim

C# Advanced (Series #4)

C# Generics Generic means the general form, not specific. In C#, generic means not specific to a particular data type.
0 7 min read

C# Advanced (Series #3)

C# – Ternary Operator?: C# bao gồm decision-making operator ?: được gọi là toán tử điều kiện hoặc toán tử ba ngôi. Đây là...
0 1 min read

C# Advanced (Series #2)

We will continue the previous post about c# and advanced keywords/functional. C# advanced C# usage advance
0 1 min read

C# Advanced (Series #1)

In this post we will learn about C# and advance usage of this powerful programming language. C# advanced C#
1 2 min read

.NET MAUI là gì?

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.
0 7 min read

LINQ – Language Integrated Query

LINQ is the name for a set of technologies based on the integration of query capabilities directly into the programming language.
0 1 min read

Cách xây dựng CRUD REST APIS bằng ASP.NET Core 3.1, tạo JWT Tokens và bảo mật API

In this blog, I am going to provide a walkthrough on developing REST APIs using ASP.NET  Core 3.1, creating a JWT token, and securing APIs.
0 6 min read

MVVM Pattern – Tìm hiểu về mô hình của Microsoft

Phải có một mô hình phát triển ứng dụng mới phù hợp hơn. Và do đó, Model – View – ViewModel (MVVM) pattern ra...
0 3 min read

Best Practices For REST API Design And How To Improve Your Api In Deployment ?

In this article, we’ll look at how to design REST APIs to be easy to understand for anyone consuming them, future-proof, secure and fast...
0 9 min read