I didnt understand what is the real concept of an unmanaged resource. can any one explain me what the same is ?
What Do You Mean By An Unmanaged Resource In C# ?
Collapse
X
-
Tags: None
-
Hello
All the code or components developed using .Net environment(whi ch targets CLR ) are called as managed resources ,where as Com components that are developed in VB language or some other languages(these doesnt target CLR) are called as unmanaged resources
you can get a lot of information from MSDN or by simple googling also
Regards
nmsreddi -
Comment