Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
QuestionList groups of AD Pin
yuki1025-Apr-06 8:25
yuki1025-Apr-06 8:25 
AnswerRe: List groups of AD Pin
Christian Graus25-Apr-06 10:05
protectorChristian Graus25-Apr-06 10:05 
QuestionDebugging question. Pin
goldoche25-Apr-06 8:11
goldoche25-Apr-06 8:11 
AnswerRe: Debugging question. Pin
Guffa25-Apr-06 8:18
Guffa25-Apr-06 8:18 
QuestionMultithreading issue Pin
sreevid25-Apr-06 8:00
sreevid25-Apr-06 8:00 
AnswerRe: Multithreading issue Pin
Judah Gabriel Himango25-Apr-06 11:00
sponsorJudah Gabriel Himango25-Apr-06 11:00 
QuestionInter App Domain Question Pin
Joel Holdsworth25-Apr-06 7:13
Joel Holdsworth25-Apr-06 7:13 
AnswerRe: Inter App Domain Question Pin
Judah Gabriel Himango25-Apr-06 11:08
sponsorJudah Gabriel Himango25-Apr-06 11:08 
Maybe this answers at least one of your questions: Ingo Rammer (a .NET remoting guru) states on his blog [^],

"As soon as you create a new application domain in .NET, you are automatically using Remoting behind the scenes to communicate between the two AppDomains. In this case, the Remoting framework will setup all channels and sinks for you - and in fact it will use a highly optimized formatting process and an in-memory channel.

This provides for two different implications: a) you can't change formatters or channel sink chains and b) you don't have to care too much about it. It just works. You can use all .NET Remoting features without any problems.

In fact, cross-AppDomain calls are one of the primary use cases for .NET Remoting. They are so well integrated in the framework, that you usually don't even notice that you are using Remoting."


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Is Jesus the Jewish Messiah?
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Inter App Domain Question Pin
Joel Holdsworth25-Apr-06 22:25
Joel Holdsworth25-Apr-06 22:25 
AnswerRe: Inter App Domain Question Pin
Nicholas Butler25-Apr-06 21:20
sitebuilderNicholas Butler25-Apr-06 21:20 
QuestionRemoting timeout Issue Pin
kotteeswaran25-Apr-06 7:11
kotteeswaran25-Apr-06 7:11 
QuestionCustom controls localization Pin
Dario Solera25-Apr-06 5:27
Dario Solera25-Apr-06 5:27 
AnswerRe: Custom controls localization Pin
Ed.Poore25-Apr-06 11:30
Ed.Poore25-Apr-06 11:30 
GeneralRe: Custom controls localization Pin
Dario Solera25-Apr-06 20:42
Dario Solera25-Apr-06 20:42 
QuestionPlug-in with C# Pin
hung_ngole25-Apr-06 5:20
hung_ngole25-Apr-06 5:20 
QuestionWhat is difference Between Function Overloading and delegates in C# Pin
Ut Rahul25-Apr-06 5:03
Ut Rahul25-Apr-06 5:03 
AnswerRe: What is difference Between Function Overloading and delegates in C# Pin
Guffa25-Apr-06 5:10
Guffa25-Apr-06 5:10 
AnswerRe: What is difference Between Function Overloading and delegates in C# Pin
Tom Larsen25-Apr-06 5:22
Tom Larsen25-Apr-06 5:22 
GeneralRe: What is difference Between Function Overloading and delegates in C# Pin
Guffa25-Apr-06 7:15
Guffa25-Apr-06 7:15 
QuestionConvertion of String to HTML Pin
VenkataRamana.Gali25-Apr-06 4:48
VenkataRamana.Gali25-Apr-06 4:48 
AnswerRe: Convertion of String to HTML Pin
leppie25-Apr-06 6:48
leppie25-Apr-06 6:48 
AnswerRe: Convertion of String to HTML Pin
malharone25-Apr-06 6:54
malharone25-Apr-06 6:54 
QuestionRead date from Excel worksheet Pin
shultas25-Apr-06 4:31
shultas25-Apr-06 4:31 
AnswerRe: Read date from Excel worksheet Pin
Drew McGhie25-Apr-06 7:58
Drew McGhie25-Apr-06 7:58 
AnswerRe: Read date from Excel worksheet Pin
Ed.Poore25-Apr-06 11:32
Ed.Poore25-Apr-06 11:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.