Open hung-doan opened 8 years ago
BASIC
Variable declaration
Memory management
DATABASE
WEBSERVER
[Ref] [1] http://stackoverflow.com/questions/365489/questions-every-good-net-developer-should-be-able-to-answer
BASIC
Variable declaration
: implicitly typed (var i = 10;) vs explicitly typed (int i = 10;)Memory management
: HEAP vs STACKMemory management
: Reference type vs Value type.DATABASE
WEBSERVER
[Ref] [1] http://stackoverflow.com/questions/365489/questions-every-good-net-developer-should-be-able-to-answer