Answer Posted / kirti
The .NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. For these services to work, the code must provide a minimum level of information to the runtime. i.e., code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code.
Code that runs outside the CLR is referred to as "unmanaged code." COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is preprocessor in .net and type, where it use?
Explain the flow of processing of the request? : asp.net mvc
What are standard controls?
Why session is used in asp.net?
Define reflection in .net?
How would you enable impersonation in the web.config file?
i want the asp.net technical questions and answeres
What do you mean by caching in asp.net?
Explain one critical mapping?
What is the default Orientation property in a Menu control?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is skin in asp.net?
Explain client-side scripting?
Explain what is viewstate?
Describe a bubbled event and how it is used ?