Click here to Skip to main content
15,887,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: InterProcess Communication in WinForms Pin
Dave Kreskowiak17-May-04 3:45
mveDave Kreskowiak17-May-04 3:45 
GeneralRe: InterProcess Communication in WinForms Pin
Ariadne17-May-04 4:04
Ariadne17-May-04 4:04 
GeneralRe: InterProcess Communication in WinForms Pin
Dave Kreskowiak17-May-04 4:26
mveDave Kreskowiak17-May-04 4:26 
GeneralRe: InterProcess Communication in WinForms Pin
Ariadne17-May-04 4:38
Ariadne17-May-04 4:38 
GeneralRe: InterProcess Communication in WinForms Pin
Dave Kreskowiak17-May-04 4:55
mveDave Kreskowiak17-May-04 4:55 
GeneralRe: InterProcess Communication in WinForms Pin
Ariadne17-May-04 5:18
Ariadne17-May-04 5:18 
Generalmesseging Pin
Devkalyan Das16-May-04 20:43
Devkalyan Das16-May-04 20:43 
GeneralRe: messeging Pin
Heath Stewart17-May-04 4:04
protectorHeath Stewart17-May-04 4:04 
These kinds of questions are best answered in .NET Remoting books like "Microsoft .NET Remoting[^]" from MS Press and "Advanced .NET Remoting[^]" from Ingo Rammer.

There is a chain of sinks where the object gets serialized using a formatter (like a BinaryFormatter, then through any optional sinks to the transport sink (like that for a TcpChannel) which sends it across the wire. The other side does things in the exact opposite order. Every sink - including the serialization and transport sinks - are extensible and can be changed. The .NET FCL provides two formatters - a BinaryFormatter and a SoapFormatter - and two visible channels - a TchChannel and an HttpChannel.

 

Microsoft MVP, Visual C#
My Articles
GeneralRuntime Polymorphism Pin
sreejith ss nair16-May-04 20:43
sreejith ss nair16-May-04 20:43 
GeneralRe: Runtime Polymorphism Pin
Dave Kreskowiak17-May-04 0:52
mveDave Kreskowiak17-May-04 0:52 
GeneralRe: Runtime Polymorphism Pin
sreejith ss nair17-May-04 1:41
sreejith ss nair17-May-04 1:41 
GeneralRe: Runtime Polymorphism Pin
Dave Kreskowiak17-May-04 3:28
mveDave Kreskowiak17-May-04 3:28 
GeneralASP.NET and threads Pin
devvvy16-May-04 18:09
devvvy16-May-04 18:09 
GeneralRe: ASP.NET and threads Pin
TigerNinja_16-May-04 18:29
TigerNinja_16-May-04 18:29 
GeneralMore questions... Pin
devvvy16-May-04 22:02
devvvy16-May-04 22:02 
GeneralEmbed application Pin
The_Soul_Of_Rock16-May-04 17:58
The_Soul_Of_Rock16-May-04 17:58 
GeneralRe: Embed application Pin
TigerNinja_16-May-04 18:31
TigerNinja_16-May-04 18:31 
GeneralPost Data from DataList LinkButton Pin
Nickiler16-May-04 16:09
Nickiler16-May-04 16:09 
GeneralRe: Post Data from DataList LinkButton Pin
TigerNinja_16-May-04 18:18
TigerNinja_16-May-04 18:18 
GeneralRe: Post Data from DataList LinkButton Pin
Nickiler16-May-04 21:09
Nickiler16-May-04 21:09 
GeneralRe: Post Data from DataList LinkButton Pin
Heath Stewart17-May-04 4:09
protectorHeath Stewart17-May-04 4:09 
GeneralRe: Post Data from DataList LinkButton Pin
Nickiler17-May-04 6:20
Nickiler17-May-04 6:20 
GeneralDataTable searchs Pin
Moon Boy16-May-04 15:26
Moon Boy16-May-04 15:26 
GeneralRe: DataTable searchs Pin
TigerNinja_16-May-04 18:11
TigerNinja_16-May-04 18:11 
GeneralRe: DataTable searchs Pin
Heath Stewart17-May-04 4:10
protectorHeath Stewart17-May-04 4:10 

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.