Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: Perl has made me soft. Pin
Christian Graus10-Dec-03 15:07
protectorChristian Graus10-Dec-03 15:07 
GeneralRe: Perl has made me soft. Pin
ambulopod10-Dec-03 15:15
ambulopod10-Dec-03 15:15 
GeneralRe: Perl has made me soft. Pin
Christian Graus10-Dec-03 15:17
protectorChristian Graus10-Dec-03 15:17 
GeneralRe: Perl has made me soft. Pin
ambulopod10-Dec-03 15:20
ambulopod10-Dec-03 15:20 
GeneralRe: Perl has made me soft. Pin
Hovel10-Dec-03 22:30
Hovel10-Dec-03 22:30 
GeneralNetworking Question Pin
Spiros10-Dec-03 12:17
Spiros10-Dec-03 12:17 
GeneralOne More Detail Pin
Spiros10-Dec-03 12:32
Spiros10-Dec-03 12:32 
GeneralRe: Networking Question Pin
Heath Stewart10-Dec-03 12:37
protectorHeath Stewart10-Dec-03 12:37 
Using a TcpChannel is typical for remoting between app domains on the same machine. There is far less overhead than with HTTP (a protocol over TCP/IP). Using a .config file for remoting configuration (by calling RemotingConfiguration.Configure) does offer benefits over manual configuration, but you can still specify ports. Each application will have it's own configuration file (named yourappname.exe.config) so you can configure clients to use the same or different ports. Of course, applications that need to communicate with each other via remoting must use the same port. Also note that with remoting, you don't have to use the typical client-server setup. Clients can talk to each other as well as can servers; in essence, each application acts as a client and server (sending requests and getting responses back for both applications).

You should pick up the book ".NET Remoting" from MSPress. It's a good introduction to remoting and covers lots of intermediate and some advanced techniques and topics.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Networking Question Pin
Spiros10-Dec-03 12:44
Spiros10-Dec-03 12:44 
GeneralRe: Networking Question Pin
Heath Stewart10-Dec-03 13:02
protectorHeath Stewart10-Dec-03 13:02 
Generalon is asctive or not ... how to find out if caplock is active or not Pin
datainjector10-Dec-03 8:32
datainjector10-Dec-03 8:32 
GeneralRe: on is asctive or not ... how to find out if caplock is active or not Pin
Heath Stewart10-Dec-03 9:58
protectorHeath Stewart10-Dec-03 9:58 
GeneralStream Socket + SSL Class Pin
Adrian Hall10-Dec-03 6:08
Adrian Hall10-Dec-03 6:08 
GeneralRe: Stream Socket + SSL Class Pin
Anonymous10-Dec-03 7:29
Anonymous10-Dec-03 7:29 
GeneralYANQ - Yet Another Newbie Question - Menus Pin
Larry J. Siddens10-Dec-03 5:34
Larry J. Siddens10-Dec-03 5:34 
GeneralRe: YANQ - Yet Another Newbie Question - Menus Pin
Heath Stewart10-Dec-03 5:59
protectorHeath Stewart10-Dec-03 5:59 
GeneralRe: YANQ - Yet Another Newbie Question - Menus Pin
Larry J. Siddens10-Dec-03 6:10
Larry J. Siddens10-Dec-03 6:10 
GeneralRe: YANQ - Yet Another Newbie Question - Menus Pin
Heath Stewart10-Dec-03 6:52
protectorHeath Stewart10-Dec-03 6:52 
GeneralRe: YANQ - Yet Another Newbie Question - Menus Pin
blakeb_112-Dec-03 6:20
blakeb_112-Dec-03 6:20 
Questionarrow-up and arrow-down buttons? Pin
Rickard Andersson2010-Dec-03 0:42
Rickard Andersson2010-Dec-03 0:42 
AnswerRe: arrow-up and arrow-down buttons? Pin
Heath Stewart10-Dec-03 3:38
protectorHeath Stewart10-Dec-03 3:38 
GeneralRe: arrow-up and arrow-down buttons? Pin
Rickard Andersson2010-Dec-03 8:16
Rickard Andersson2010-Dec-03 8:16 
GeneralPlease help me. I want to create some tool windows in my main frame by VC++.net. Pin
freehawk10-Dec-03 0:10
freehawk10-Dec-03 0:10 
GeneralRe: Please help me. I want to create some tool windows in my main frame by VC++.net. Pin
Heath Stewart10-Dec-03 3:34
protectorHeath Stewart10-Dec-03 3:34 
GeneralRe: Please help me. I want to create some tool windows in my main frame by VC++.net. Pin
Sam.Liang10-Dec-03 18:54
Sam.Liang10-Dec-03 18:54 

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.