All Stories of ANT NCC

ALL POST

Testing Level: Phân biệt 4 loại mức độ kiểm thử

Bài viết này sẽ khám phá và phân biệt 4 loại mức độ kiểm thử phần mềm quan trọng. Component, Integration...
Avatar photo Tuyen Le Thanh
3 min read

C# Advanced (Series #4)

C# Generics Generic means the general form, not specific. In C#, generic means not specific to a particular data type.
Avatar photo Phi Le Kim
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...
Avatar photo Phi Le Kim
1 min read

Giới thiệu về Design Pattern

Design pattern là một phần quan trọng trong lĩnh vực phát triển phần mềm, nhưng không phải ai cũng biết rõ...
Avatar photo Dat Nguyen Quoc
2 min read

Chain of Responsibility Design Pattern

Là một mẫu thiết kế hành vi (behavioral design pattern). Xác định một loạt các đối tượng xử lý (handlers) và...
Avatar photo Giang Nguyen Van
4 min read

SQL Server – Stored procedure và Trigger

Trong bài viết lần này chúng ta sẽ cùng nhau tìm hiểu Stored procedure và trigger trong SQL Server là cái...
Avatar photo Giang Nguyen Van
6 min read

C# Advanced (Series #2)

We will continue the previous post about c# and advanced keywords/functional. C# advanced C# usage advance
Avatar photo Phi Le Kim
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#
Avatar photo Phi Le Kim
2 min read

[Design Pattern] Observer/ Event Listener

Observer là một design pattern cho phép bạn xác định cơ chế subscription. Mục đích Observer là một design pattern cho...
Avatar photo Dung Nguyen Xuan
2 min read