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
Explain what are webservices?
What New Features comes with ASP.NET Web API 2.0?
Define machine.config in .net?
What symbol would you use to denote, the start of a code block in aspx views?
What are type/key pairs in client script registration?
How do you declare static variable?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is the difference between viewstate and hidden field in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
Which is the parent class of the web server control?
What is odata in web api?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
explain code with datachaching with example
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What are the difference between function and stored procedure in .net programming language?