what is managed code and managed datamanaged code


What is managed code and managed data?

Managed code is code that is written to target the services of the Common Language Runtime. In order to target these services, the code must give a minimum level of information (metadata) to the runtime. All C#, Visual Basic .NET, and JScript .NET code is managed by default. Visual Studio .NET C++ code is not managed by default, but the compiler can produce managed code by specifying a command-line switch (/CLR). Closely related to manage code is managed data

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what is managed code and managed datamanaged code
Reference No:- TGS0289685

Expected delivery within 24 Hours