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
What are the advantages of using session?
How can we communicate with each server in N-tier Architecture? and what are the methods?
How can we inherit a static variable?
What is session management in web application?
What is the purpose of master page?
Where the assembly is stored in asp.net?
Explain the working of passport authentication.
What is AutoPostback?
Which is better asp.net or php?
How do you identify that the page is postback?
What is difference between session and application in asp net?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is asp according to you?
Securitywise What are the Enhancements in 2.0?
How you can manage the state of application at the server side in ASP.NET?