lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
Using AppDomain
01 July 09 08:30 PM | Frederick.Chapleau | with no comments
When you want to execute something inside your program, you might want to isolate it so that the execution do not impact your code… Check out AppDomains... -f. ref.: http://msdn.microsoft.com/en-ca/library/ms173138.aspx
Filed under: