What Do You Mean By An Unmanaged Resource In C# ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NIKHILUNNIKRISHNAN
    New Member
    • Jun 2008
    • 22

    What Do You Mean By An Unmanaged Resource In C# ?

    I didnt understand what is the real concept of an unmanaged resource. can any one explain me what the same is ?
  • nmsreddi
    Contributor
    • Jul 2006
    • 366

    #2
    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

    • NIKHILUNNIKRISHNAN
      New Member
      • Jun 2008
      • 22

      #3
      Thanks a lot Expert.

      Comment

      Working...