Well I don't know whether that's the only use for - I guess there are more
"Craig" <acmclellen@hotmail.com> wrote in message
news:%23p$K$GYAGHA.3872@TK2MSFTNGP12.phx.gbl...
> Cool, so it's basically just used for plugin scenarios...I thought that
> maybe what it would be used for.
> Thank you so much Christian for the help, I really appreciate it.
> Best regards,
> Craig
>
>
> "Christian Kaiser" <bchk@gmx.de> wrote in message
> news:%23K3Tg2$$FHA.664@TK2MSFTNGP10.phx.gbl...
>> scan the web for "plugins" and ".net". The "better" articles will tell
>> you
>> what this is used for.
>>
>> (see:
>>
http://www.devsource.com/article2/0,1759,1790388,00.asp
>>
>>
http://www.developerfusion.co.uk/show/4371/
>>
>>
http://www.codeproject.com/dotnet/PluginManagerClassBrk.asp >>
>>
http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/default.aspx >>
>>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/csharp05162002.asp
>>
>> )
>>
>>
>> Christian
>>
>> "Craig" <acmclellen@hotmail.com> wrote in message
>> news:%23y88Yi%23$FHA.360@TK2MSFTNGP09.phx.gbl...
>>> hi Mattias
>>>
>>> I kinda understand how AppDomains work, just don't understand really why
>>> one
>>> would use them. It's kinda like processes within a process in a way
>>> right?
>>> Maybe if you could give me real life example of an application of
>>> AppDomain,
>>> it would really help me understand where I could use it.
>>>
>>> Much appreciated.
>>> Thank you.
>>> Regards,
>>> Craig
>>>
>>>
>>> "Mattias Sjögren" <MattiasSjgren@discussions.microsoft.com> wrote in
>>> message
>>> news:69177461-CC63-4FBD-B8C2-7223C813E4D2@microsoft.com...
>>>>> I'm trying to understand why one would use an AppDomain...could anyone
>>>>> explain?
>>>>
>>>> One common reason is that they are more light weight than separate
>>>> processes, but still provide isolation. You can read more about
>>>> application
>>>> domains here
>>>>
>>>>
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconapplicationdomains.asp >>>>
>>>>
>>>> Mattias
>>>>
>>>
>>>
>>
>>
>
>