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 what does mvc represent in asp.net? : asp.net mvc
List the events in page life cycle.
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are validator? How do you disable them?
What is an assembly? Explain its parts.
What are the security types in asp.net?
What is the difference between a default skin and a named skin?
What is viewstate parameter?
What is rich control in asp.net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Securitywise What are the Enhancements in 2.0?
How to implement globalization and localization in the use interface in .net.
What is the difference between equals() and == in c#?
Describe session handling in a webfarm?
In which event are the controls fully loaded?