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
Explain cashing in asp.net.
Difference between singleton and singlecall.
How to use a Master Database in Asp.net?
Is asp.net outdated?
Where sessions are stored?
Explain how can you debug your .net application?
What is query string in asp.net?
How does viewstate work?
Do gac'ed assemblies have fulltrust?
What is active web pages?
What is application in asp net?
What a diffgram is, and a good use for one?
What is the difference between abstract class vs interface? Can give me the real time examples?
What are the differences between primary foreign and unique keys?
What are sessions in asp net?