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 is the difference between Classic ASP and ASP.Net?
What is the difference between cache and cookies?
What is protected configuration?
How information about the user's locale can be accessed?
How do you sign out from forms authentication?
Define a web service in .net?
What is asp.net mvc5? : Asp.Net MVC
What is server side in asp.net?
What is comparevalidator?
What are the two types of web pages?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is Web API?
What is enableviewstate?
Difference between overriding and overloading?
Does google crawl redirects?