Click here to Skip to main content
15,913,669 members
Home / Discussions / C#
   

C#

 
GeneralXmlElement.SetAttribute not working as expected Pin
Colin Angus Mackay26-Oct-04 5:10
Colin Angus Mackay26-Oct-04 5:10 
GeneralRe: XmlElement.SetAttribute not working as expected Pin
Heath Stewart26-Oct-04 7:00
protectorHeath Stewart26-Oct-04 7:00 
QuestionC++ header to .NET? Pin
hagay_ar26-Oct-04 4:44
hagay_ar26-Oct-04 4:44 
AnswerRe: C++ header to .NET? Pin
Heath Stewart26-Oct-04 6:23
protectorHeath Stewart26-Oct-04 6:23 
GeneralC# with some code in MFC Pin
ee9903526-Oct-04 4:40
ee9903526-Oct-04 4:40 
GeneralRe: C# with some code in MFC Pin
Judah Gabriel Himango26-Oct-04 5:20
sponsorJudah Gabriel Himango26-Oct-04 5:20 
GeneralRe: C# with some code in MFC Pin
Heath Stewart26-Oct-04 6:30
protectorHeath Stewart26-Oct-04 6:30 
GeneralSleep function in C# Pin
Ariadne26-Oct-04 4:16
Ariadne26-Oct-04 4:16 
GeneralRe: Sleep function in C# Pin
Judah Gabriel Himango26-Oct-04 4:24
sponsorJudah Gabriel Himango26-Oct-04 4:24 
GeneralRe: Sleep function in C# Pin
Gary Thom26-Oct-04 4:29
Gary Thom26-Oct-04 4:29 
GeneralSending Messages between Networked Computers. Pin
acidik26-Oct-04 3:29
acidik26-Oct-04 3:29 
GeneralPlus: Error message when adding a MessageQueue control... Pin
acidik26-Oct-04 4:18
acidik26-Oct-04 4:18 
GeneralRe: Sending Messages between Networked Computers. Pin
Judah Gabriel Himango26-Oct-04 4:31
sponsorJudah Gabriel Himango26-Oct-04 4:31 
GeneralRe: Sending Messages between Networked Computers. Pin
Heath Stewart26-Oct-04 6:39
protectorHeath Stewart26-Oct-04 6:39 
Judah Himango wrote:
and you're running within a local area network

That's rather limiting for something that's pretty much limitless. Already the BCL provides both the TcpChannel and HttpChannel (and an internal channel for within a simgle process with multiple app domains) and the 2.0 BCL will define the IpcChannel. You can define any channel you want. Don't want to use TCP? Define a channel that uses IPX. Don't want to rely on an electronic transport layer? Define a channel that drives a small catapult that launches chicken eggs in defined patterns. It really doesn't matter; both the serialization and transport chains are independent and extensible.

So long as both applications are managed, .NET Remoting is your best option because it doesn't tie you down to so many restrictions (there's some, but that has more to do with serialization than anything).

...but please don't waste chicken eggs. Roll eyes | :rolleyes:

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Sending Messages between Networked Computers. Pin
Judah Gabriel Himango26-Oct-04 8:47
sponsorJudah Gabriel Himango26-Oct-04 8:47 
GeneralRe: Sending Messages between Networked Computers. Pin
Dave Kreskowiak26-Oct-04 4:48
mveDave Kreskowiak26-Oct-04 4:48 
GeneralRe: Sending Messages between Networked Computers. Pin
S. Senthil Kumar26-Oct-04 6:28
S. Senthil Kumar26-Oct-04 6:28 
GeneralRe: Sending Messages between Networked Computers. Pin
ppp00114-Aug-05 23:43
ppp00114-Aug-05 23:43 
QuestionOpen HTML page in Window application? Pin
Miri Ofir26-Oct-04 3:09
Miri Ofir26-Oct-04 3:09 
AnswerRe: Open HTML page in Window application? Pin
Judah Gabriel Himango26-Oct-04 4:34
sponsorJudah Gabriel Himango26-Oct-04 4:34 
GeneralRe: Open HTML page in Window application? Pin
Miri Ofir30-Oct-04 19:52
Miri Ofir30-Oct-04 19:52 
GeneralBuilding Wizards Pin
shevi202726-Oct-04 2:58
shevi202726-Oct-04 2:58 
GeneralRe: Building Wizards Pin
Judah Gabriel Himango26-Oct-04 4:38
sponsorJudah Gabriel Himango26-Oct-04 4:38 
GeneralRe: Building Wizards Pin
Nick Parker26-Oct-04 7:42
protectorNick Parker26-Oct-04 7:42 
GeneralEvent in MyButton Pin
zsiga26-Oct-04 2:43
zsiga26-Oct-04 2:43 

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.