How to write unmanaged code and how to identify whether the
code is managed / unmanaged ?
Answer Posted / narayansahu
you can only write unmanaged code in c# not in vb.net
you can only call unmanaged code in vb.net. calling and
writing unmanaged code are different things.
To identify whether the code is managed or not open the
file in ildasm in VS.Net Command prompt.
Also you can use a .Net tool called dumpbin, which can be
used to check the headers.
or open the dll in notepad and check for "V e r s i o n".
If you find that, it is managed assembly.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How many types of triggers are there in update panel?
Which .NET framework supports Web API?
What are validators and list some validators of asp.net?
Is it possible for me to change my aspx file extension to some other name?
What does asp in asp.net stand for?
What is the server of asp.net?
How do u deploy your asp.net application?
Explain difference between dataset and recordset?
Explain the Order of events in an asp.net page?
What is the basic difference between asp and asp.net?
Explain login control and form authentication.
What is difference between URL and URI?
What are session state modes? List some of the important session state modes of asp.net.
Explain swagger components.
What is meant by server side scripting?