Click here to Skip to main content
15,886,689 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: utf8 to unicode conversion.. Pin
Mike Dimmick26-Apr-04 0:53
Mike Dimmick26-Apr-04 0:53 
Generaldates reminder from database Pin
kings_125-Apr-04 13:32
kings_125-Apr-04 13:32 
GeneralVisual Studio Service Packs Pin
Kevin McFarlane21-Apr-04 2:03
Kevin McFarlane21-Apr-04 2:03 
GeneralRe: Visual Studio Service Packs Pin
Dimitris Vasiliadis21-Apr-04 2:33
Dimitris Vasiliadis21-Apr-04 2:33 
GeneralRe: Visual Studio Service Packs Pin
ian mariano25-Apr-04 14:28
ian mariano25-Apr-04 14:28 
GeneralRe: Visual Studio Service Packs Pin
Kevin McFarlane26-Apr-04 6:07
Kevin McFarlane26-Apr-04 6:07 
General.NET Remoting Channels (Custom) Pin
Aisha Ikram21-Apr-04 1:40
Aisha Ikram21-Apr-04 1:40 
GeneralRe: .NET Remoting Channels (Custom) Pin
Mike Dimmick26-Apr-04 0:58
Mike Dimmick26-Apr-04 0:58 
I'd say, use an HTTP channel when you want to traverse a firewall and a TCP channel when you're working entirely within a single site.

If you need to work with a network that doesn't support TCP, you might use Sockets to create an IPX stream, for example. Or, you could use Named Pipes to support any stream protocol that Windows supports (and, in addition, get support for impersonation, though this might be tricky to handle).

You might use MSMQ if you wanted to queue up requests to level out workload and provide failover capabilities. I'm not actually sure this would be possible with remoting.

Stability. What an interesting concept. -- Chris Maunder
GeneralA question about MDI Pin
Member 94012521-Apr-04 0:27
Member 94012521-Apr-04 0:27 
GeneralRe: A question about MDI Pin
Tomas Petricek22-Apr-04 9:16
Tomas Petricek22-Apr-04 9:16 
Generalquestion about deployment application in VS.Net. Help please Pin
thaiduong20-Apr-04 22:30
thaiduong20-Apr-04 22:30 
QuestionHow do I communicate to web page in .net Pin
kayhustle20-Apr-04 13:58
kayhustle20-Apr-04 13:58 
AnswerRe: How do I communicate to web page in .net Pin
Mike Dimmick21-Apr-04 1:08
Mike Dimmick21-Apr-04 1:08 
General.NET Framework Configuration Pin
Small Rat20-Apr-04 10:48
Small Rat20-Apr-04 10:48 
GeneralRe: .NET Framework Configuration Pin
Mike Dimmick21-Apr-04 1:07
Mike Dimmick21-Apr-04 1:07 
QuestionIs the Framework needed for a DLL? Pin
Cybermantis20-Apr-04 10:25
Cybermantis20-Apr-04 10:25 
AnswerRe: Is the Framework needed for a DLL? Pin
Mike Dimmick21-Apr-04 1:04
Mike Dimmick21-Apr-04 1:04 
AnswerRe: Is the Framework needed for a DLL? Pin
Jitendra gangwar27-Apr-04 4:56
Jitendra gangwar27-Apr-04 4:56 
GeneralPOP3 Component designed in VB Pin
Suman7620-Apr-04 2:31
Suman7620-Apr-04 2:31 
GeneralFailed in calling Manged Method from Unmanged code Pin
sanjay.attri20-Apr-04 1:30
sanjay.attri20-Apr-04 1:30 
GeneralDelphi to VB .net or C# Pin
Patkua19-Apr-04 21:08
Patkua19-Apr-04 21:08 
GeneralRe: Delphi to VB .net or C# Pin
Andres Coder27-Apr-04 7:37
Andres Coder27-Apr-04 7:37 
GeneralNGEN Pin
Michael Russell19-Apr-04 12:27
Michael Russell19-Apr-04 12:27 
QuestionHow to display an existing crystal report in .net framework Pin
mathewsvipin19-Apr-04 4:35
mathewsvipin19-Apr-04 4:35 
GeneralChannels in Remoting Pin
Ivan Fernandez19-Apr-04 3:44
Ivan Fernandez19-Apr-04 3:44 

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.