Is the process in which the .net application run unmanaged or is it the normal windows process ?
Posted
by somaraj
on Stack Overflow
See other posts from Stack Overflow
or by somaraj
Published on 2010-04-13T09:23:34Z
Indexed on
2010/04/13
9:33 UTC
Read the original article
Hit count: 192
.NET
Is the process in which the .net application run unmanaged , i mean ,is it the normal windows process ? I read some where that thats why .net provides default appdomain , which act an interface between the unmanaged process and the managed .net application running inside it .
© Stack Overflow or respective owner