NET Core dropped AppDomains to stay lightweight, as they were too heavy for their intended use. While CoreCLR still uses them internally, no AppDomain APIs are exposed to developers. For isolation, Microsoft recommends using separate processes or containers instead.