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 the use of express session?
Is it possible to write code in many languages in one asp.net project?
What is web router?
What are the types of authentication in asp.net?
Explain the difference between singleton and single call?
Should I delete cookies?
Is global asax mandatory?
How do cookies work?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
what is command line compiler.what are the steps and how it is related to debugging.
Why do we need asp.net?
What is asp.net localization?
What’s the use of “GLOBAL.ASAX” file?
Explain server-side scripting?
When should I use server transfer and response redirect?