Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Lập trình C#  

Basics of programming Cài đặt môi trường


  Cấu trúc chương trình
  Cú pháp cơ bản
Kỹ năng Debug
  Kiểu dữ liệu
  Chuyển đổi kiểu dữ liệu
  Biến
  Hằng (Constant/Literal)
  Toán tử, BITWISE operators
Data Structures Mảng (Array)
String
Queue
Stack
List
Struct
ArrayList
Hashtable
Dictionary
Enum
Functions Lệnh If, Else, Switch
  Vòng lặp
Lambda function, callback
  Phương thức
  Nullable
  Delegate
 
OOP Basics Lớp (Class)
Tính kế thừa: base và derived class
Tính đóng gói
Tính trừu tượng hóa: Abstract method và class
Tính đa hình: virtual method, override
Namespace
Interface
Intermediate Programming Nạp chồng toán tử
LINQ
  Regular Expression
  Exception handling
  File I/O
  Tương tác với file Excel
Tương tác với file CSV, XML
Đề cương tham khảo:
https://lib.hpu.edu.vn/bitstream/handle/123456789/22970/Decuong_Net_framework.pdf?
sequence=1&isAllowed=y

You might also like