No Image

OS Installer

December 9, 2017 hung-nb 0

How to divide a Windows 10 drive into 2 partitions, one for Mac and one for Windows 10 Use Acronis usb to backup the whole […]

No Image

Mac OS

November 10, 2017 hung-nb 0

How to create a Mac partition on an existing Windows drive without losing other drives on a same HDD? How to config Android development Install […]

No Image

SQL: All about Time

November 2, 2017 hung-nb 0

SQL Server How to add time into a datetime variable? [sql] declare @startDate = ’05 Nov 2017′ SET @startDate = DATEADD(week, 3, @startDate); –’22 Nov […]

No Image

Web App: Caching

October 26, 2017 hung-nb 0

Concept How many caching form does ASP.NET have? Page level output caching The simplest form of caching, output caching simply keeps a copy of the […]

No Image

Web App: Access Limitation

October 26, 2017 hung-nb 0

Concept DB design 1 “users” table [sql] 1 AA 2 BB [/sql] “authority_groups” table [sql] group_auto name 1 Admin 2 Writer [/sql] “authority_group_items” table [sql] […]