Distributed Computing
Distributed computing deals with hardware and software systems containing more than one processing element or storage element, concurrent processes, or multiple programs, running under a loosely or tightly controlled regime.
Language
Platform
Any
License
Any
Hi All,
I have created a simple remoting server inside a Window Service as :
TcpChannel tcpChannel = new TcpChannel(8085);
ChannelServices.RegisterChannel(tcpChannel,true);...
: Hello everyone,
:
:
: When we call a remote web services in an asynchronous way, we could
: return the invocation immediately and later we could either call
: Endxxx or our suppied...
Hello everyone,
When we call a remote web services in an asynchronous way, we could return the invocation immediately and later we could either call Endxxx or our suppied callback will be...
Hi All,
I need to find out a request coming in form of an ipaddress to a web service belongs to a particular DNS or not.
Please help
Hello,
Heres my scenario: I have a web service running on an Axis engine. This web service was coded in Java. Now I need to consume this web service on my C# client windows application. I have...
Hello,
I am new to C# and was wondering if it is possible to make RMI-style applications using C# and if so where can I get some tutorials on that.
Thank you,
Victor
Hi,
I've been exprimenting with invoking an external program using the Process class in System.Diagnostics
I want to write an application where I can invoke an external program...
: I am developing a simple web application. When the user clicks a
: button an e-mail will be sent to them (autoresponder) which
: automatically generates a new username and password. It should...
I am developing a simple web application. When the user clicks a button an e-mail will be sent to them (autoresponder) which automatically generates a new username and password. It should then open a...
This message was edited by lyubo at 2003-5-2 9:24:27
This message was edited by lyubo at 2003-5-2 9:15:36
: Still working on that multibutton thing, and getting there. Now
: Id like to display a...
Hi:
I want to develop a web service using WSE to support "SSL" and "Digital Signature", but there is a trouble with setting service proxy's attribute. On the client side, I use "Add Web Reference"...
: Hi,
: I'm trying to sign and verify SOAP messages for Web
: Services using C# in Visual Studio .Net.
: For this I'm redefining PostMessage() of SoapExtention
: and signing the message at...