Back to Browse

Difference between Managed code and Unmanaged code in C#

6.8K views
Feb 18, 2022
1:27

Difference between Managed code and Unmanaged code in C# |managed vs unmanaged code in c#,c interview questions and answers,c # interview questions and answers,delegates in c#,c interview questions,c # interview questions,c programming,sravanthi,.net,.netfaq,durgasoft,interview,durgasoftwaresolutions,c#,visual studio,programming Managed Code 1. The code excuted by the CLR, instead of the operating system 2. In the managed code the runtime will provide services like: garbage collector, type checking, exception handling 3. The code is compiled by the language compiler into IL (intermediate language) code Unmanaged Code 1. The code that directly executes under the operating system 2. Does not provide services like: garbage collector, type checking, exception handling taken care by programmer 3. The code will be compiled into native code #ManagedCode #UnmanagedCode #c-sharp #Interview

Download

0 formats

No download links available.

Difference between Managed code and Unmanaged code in C# | NatokHD