Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
GeneralRe: An existing connection was forcibly closed by the remote host Pin
Jared Parsons13-Dec-05 7:48
Jared Parsons13-Dec-05 7:48 
QuestionDelegates Pin
DELETEUSER12-Dec-05 5:57
DELETEUSER12-Dec-05 5:57 
AnswerRe: Delegates Pin
Roy Heil12-Dec-05 7:15
professionalRoy Heil12-Dec-05 7:15 
AnswerRe: Delegates Pin
Gerben Jongerius12-Dec-05 8:27
Gerben Jongerius12-Dec-05 8:27 
GeneralRe: Delegates Pin
Den2Fly12-Dec-05 10:25
Den2Fly12-Dec-05 10:25 
GeneralRe: Delegates Pin
Gerben Jongerius13-Dec-05 3:55
Gerben Jongerius13-Dec-05 3:55 
GeneralRe: Delegates Pin
Den2Fly14-Dec-05 4:27
Den2Fly14-Dec-05 4:27 
AnswerRe: Delegates Pin
Den2Fly12-Dec-05 18:49
Den2Fly12-Dec-05 18:49 
Let me add some notes:

1. A Delegate is a type that is used to construct delegate objects that refrence functions with the same signature as delegate.
Just like classes that construct objects.

2. When a delegate object is created with some function name in its constructor, that object will be indirect agent of that function, and this happens RUNTIME. It is important because when you create a compiled class for your users you don't know what functions they will create to bind as their callbacks or event handlers so you call them directly, so there should be some indirect way for them to introduce their functions and that is Delegate!

I hope that is useful
- Mohammad

---
"Art happens when you least expect it."

-- modified at 1:06 Tuesday 13th December, 2005
QuestionRemote MarshalByRef objects lifetimes Pin
Den2Fly12-Dec-05 5:44
Den2Fly12-Dec-05 5:44 
AnswerRe: Remote MarshalByRef objects lifetimes Pin
leppie12-Dec-05 6:16
leppie12-Dec-05 6:16 
GeneralRe: Remote MarshalByRef objects lifetimes Pin
Den2Fly12-Dec-05 9:24
Den2Fly12-Dec-05 9:24 
GeneralRe: Remote MarshalByRef objects lifetimes Pin
leppie12-Dec-05 21:19
leppie12-Dec-05 21:19 
QuestionTelnet Client in C# Pin
itsprinci12-Dec-05 5:19
itsprinci12-Dec-05 5:19 
AnswerRe: Telnet Client in C# Pin
Jared Parsons12-Dec-05 5:33
Jared Parsons12-Dec-05 5:33 
Questioncomponents, compoenet serviced and COM+ Pin
faviochilo12-Dec-05 4:12
faviochilo12-Dec-05 4:12 
Questionasp.net datagrid value grouping Pin
Dpriya12-Dec-05 3:23
Dpriya12-Dec-05 3:23 
AnswerRe: asp.net datagrid value grouping Pin
Drew McGhie12-Dec-05 4:46
Drew McGhie12-Dec-05 4:46 
QuestionModifying inbound HTML Pin
Sunil Shindekar12-Dec-05 2:55
Sunil Shindekar12-Dec-05 2:55 
AnswerRe: Modifying inbound HTML Pin
MarcelErz12-Dec-05 3:09
MarcelErz12-Dec-05 3:09 
GeneralRe: Modifying inbound HTML Pin
Sunil Shindekar13-Dec-05 3:35
Sunil Shindekar13-Dec-05 3:35 
GeneralRe: Modifying inbound HTML Pin
MarcelErz13-Dec-05 12:55
MarcelErz13-Dec-05 12:55 
GeneralRe: Modifying inbound HTML Pin
Sunil Shindekar19-Dec-05 2:30
Sunil Shindekar19-Dec-05 2:30 
GeneralRe: Modifying inbound HTML Pin
MarcelErz19-Dec-05 10:24
MarcelErz19-Dec-05 10:24 
GeneralRe: Modifying inbound HTML Pin
Sunil Shindekar2-Jan-06 0:55
Sunil Shindekar2-Jan-06 0:55 
QuestionControl does not redraw after loosing and regaining focus Pin
uGue12-Dec-05 2:35
uGue12-Dec-05 2:35 

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.