1. Information stats 2. Mẫu QR code scan page 3. Mẫu card đẹp Tham khảo: Blog Card Grid (codepen.io) Tham khảo: Cards (codepen.io)
[Ionic] Setup build and debug the app
There is many error when you try to deploy the app. The fatest way to know is using Android studio Attach physical device to android through Wifi Go to Tool -> Device manager. Then follow the instruction on the screen to connect. 2. Generate signed keystore Go to %JAVA_HOME%\bin folder Open powershell here and run […]
[Ionic] Setup environment build android
1. Download Android SDK & get the android Home folder 1.1 Install 1.2 Create new project 1.3 Go to File -> setting 2. Check SDK location to have all folder Go to Tool -> SDK manager -> SDK Tools tab 3. Download JDK 1.8 4. Download Grade 5. Set environment variable Add to both sections […]
[.Net Core] Multi language
Bạn có nhu cầu sử dụng đa ngôn ngữ trong .Net Core API của mình? Hãy tham khảo ví dụ sau
Call 3rd API với HttpClient
1. Post with only string value 2. Post with file upload
[Ionic] Add Rich text editor
1.-package json 1. angular.json 3.- app.module.ts 4-. your-page.module.ts 5. – your-component.component.ts
[C#] Dependency Injection in Console App
Trong quá trình làm dự án chắc hẳn bạn cũng đã có lúc cần test thử function mình viết mà không cần phải run cả 1 dự án cồng kềnh. Đó chính là lúc console app phát huy tác dụng. Các bạn có thể tạo 1 console app và Inject service mình cần debug vào […]
[Entity Framework] Gọi Store procedure
- tuandph
- November 29, 2022
- Entity Framework, SQL Server
1. Tạo Store Proc 2. Define call store method 3. Define datatable extension 4. Sử dụng trong code

[XUnit] Collect coverage UT
Các nuget package yêu cầu xUnit (>= v2.4.1) xUnit.runner.visualstudio (>= v2.4.1) Moq (>= v4.13.1) dotnet-reportgenerator-cli (>= 4.3.6) coverlet.collector (>= 3.1.2) Lấy coverage cho 1 project cụ thể Mở powershell cd tới project Unit test bạn cần Run câu lệnh bên dưới Màn hình powershell sẽ hiện massage như sau Sau khi chạy xong sẽ xuất […]
Viết cho sinh nhật 32
Không giống như mọi năm, đến sinh nhật thích tổ chức mời nhiều bạn bè chơi bời cho đông vui, tổ chức trò chơi, hát hò. Năm nay chỉ muốn đi siêu thị mua vài món ngon về ăn uống với gia đình là đủ. Mình muốn tận hưởng cái cảm giác yên bình trong […]