How to write unmanaged code and how to identify whether the
code is managed / unmanaged ?
Answer Posted / padmaja
The code which is under control of clr is comes under
managed code.The code which is not comes under clr is
unmaged code.All IL code is managed code.com components
comes under unmanaged code.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the different session state management options available in asp.net?
What r the asp.net list controls and diff. Between them?
What is the equivalent of date() and time() in asp.net?
What is in a session cookie?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Web API uses which library for JSON serialization?
What is the difference between a page theme and a global theme?
Explain serialization and deserialization?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is data cache in sql server?
How does viewstate work?
When Cookies are expired in ASP.NET?
Define repository pattern in asp.net mvc? : asp.net mvc
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is the parent class of all the web server control?