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
Where viewstate value is stored in asp.net?
Which control has default post back is enabled(true)?
What is different in .net 1.1 and .net 2.0?
Describe the events in the life cycle of a web application.
How do you store a value in viewstate and retrieve them?
What are validator? Name the validation controls in asp.net?
Explain the flow of processing of the request? : asp.net mvc
What permissions do asp.net applications posses by default?
What is difference in .net 1.1 and .net 2.0?
Can more than one person use the same login?
What are user controls?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Do you know using sql cache invalidation?
What are Caching techniques in .NET
What is a multilingual website?