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 the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Why cyclomatic complexity is important?
What is ashx file in asp.net?
How to retrieve user name in case of Window Authentication?
What are query strings used for?
How do you use viewstate?
What is asp.net web pages?
Explain how viewstate is being formed?
Explain global assembly cache.
Name the namespace which is used by ado.net?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Difference between Response.redirect vs server.transfer?
Which is better asp.net or php?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Explain the concept of event bubbling in ASP.NET?