Managed Code is for solving the problem of software developer.

回答: managed code也並不是一無是處的企鵝肥肥2012-09-13 16:30:54

Managed Code is mainly good for rapid development and robustness. It's easier and faster to develop, and it is safer (from bad code like memory leakage or rogue pointer because, well, it is managed).

Basically managed code is solving the problem of software developer, the problem of lack of good software developer.

請您先登陸,再發跟帖!