How to write unmanaged code and how to identify whether the
code is managed /unmanaged?
Answer Posted / shashikesh
unmanaged code is not varify by clr,and clr is not varify
third party control and pointer.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is application state?
Define view state.
What is AutoEventWireup attribute for ?
What are the new features added from ASP to ASP.NET?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
How do you design a website with multilingual support in ASP.NET ?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Explain client-side scripting?
How you can return View from ASP.NET Web API method?
What is asp.net master page?
What are the different session state management options available in asp.net?
What are Caching techniques in .NET
What is rich control in asp.net?
Can we handle the error and redirect to some pages using web.config?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc