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.

请您先登陆,再发跟帖!