How to write unmanaged code and how to identify whether the
code is managed /unmanaged?
Answer Posted / sudhir kunnure
Unmanaged code use like using dll or any other com object
in application then it is unmanaged code ,we cannot change
the code.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do u declare static variable and how it is declared and what is its lifetime?
Can we create a multiple user simultaneously ?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is new asp.net core?
What is a 401 redirect?
Can we have multiple master pages in asp net?
What are the different types of sessions in asp.net?
What is a gridview in asp.net?
What is the maximum amount of memory any single process on windows can address?
What is session and application variable in asp net?
Describe the disadvantage of cookies.
What is content page in asp net?
What is a response cookie?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
How to implement globalization and localization in the use interface in .net.