We\'re considering building a WCF service that can upload (and confi开发者_StackOverflowgure) other WCF services. (We\'re not concerned about this causing downtime for currently active user sessions.)
I\'ve come with a little question that keeps me awake all night. Maybe it\'s easy to understand, but I can\'t, yet.
I am asking a lot of questions today, but that because i know that you guy\'s are the best. 开发者_运维知识库To my question, we have built a window service that starts all of our self build applicatio
Is appdomain unloads at time when I call AppDomain.Unload(name) method. Or it flags for the next garbage collection.
Is one copy of a public static variable created for each AppDomain in a process or is it just one copy for the whole process? In other words if I change the value of a static variable from within one
I\'d like to run my ASP.Net application in a custom AppDomain, that i would create programmatically. The requests must be executed within that custom AppDomain, and not the default one.
I work with the MAF in WPF and I have problems with the UI threads. I would like that each AddIn that I activate become a unique UI thread.
I\'m trying to extend a freeware, proprietary piece of .Net 2.0 software, and it\'s been giving me grief. I 开发者_JS百科successfully managed to inject a Win32 dll and get it to successfully load in t
Im creating an application, wich will conect to several sql database and get some details form the database,
According muliple resources (e.g., MSDN and CLR via C#), when we call AppDomain.Unload(userDomain), the threads in the userDomain will be forced to throw ThreadAbortException, which can\'t be stoped u