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
Смотрите видео Difference between Managed code and Unmanaged code in C# онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь ALLCPL 18 Февраль 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,259 раз и оно понравилось 55 людям.