com
In which situavation we have to use unmanaged code in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 2, 2012, 9:40 AM
These applications support an unmanaged interface for interprocess communication known as COM (Component Object Model) and .NET has a facility whereby it can interoperate with COM components in a (relatively) seemless fashion.