unmanaged resource
As all of you know that operating system file and network connection all are unmanaged resource can anyone tell me that why these are unmanged how we can decide that this is managed and this is unmangaed or CLR will decide this.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Posted Jun 21, 2006, 5:02 AM
Ultimately every code whether managed/unmanaged gets converted to the native code.