What do you mean by Managed code and unmanaged code?
Managed Code: - The manage code is managed by CLR. That is called Common Language Runtime Environment which is the Heart of the .Net framework. Its examples are web based application, website application, WCF, WPF etc.
Unmanaged Code: - The unmanaged code is managed by operating system. It is not managed by CLR. All operation are performed by CLR like...providing API, Properties, Methods, framework, deployment etc. but the execution process are managed by operating system. Its example is window based application.
https://www.youtube.com/channel/UCKLRUr6U5OFeu7FLOpQ-FSw/videos
0 comments
Post a Comment