It's difficult to tell what is being asked here. This questio开发者_开发问答n is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I am in researh mood and one of the tasks I have in my to do list is: \"Finalize the techonlogy to use for creating a web interface to my existing Client Server application\".
I have a C# application, in which I access outlook through the Office PIAs in order to parse appointments. In my application, when I create my outlook object, a new outlook process is created in the开
I\'m making use of ZeroMQ from .NET and got stuck trying to fix a weird issue. I\'ve got a socket of type PUSH and one o开发者_StackOverflowf type PULL over TCP.
I have a newsfeed program, and I\'ve got many client applications (about 70) across a f开发者_如何学Goew timezones that generate events, for example when a secretary schedules a meeting it adds to the
I am trying to create an application written in ruby which communicates with multiple input/output interfaces over TCP/IP. The IO interface I am using is called a NETIOM. The interface has 16 digital
I have created an application suite of three programs. The first program is a Java application that takes an image file and resizes it and creates an object with additional Strings for use in the Andr
I have an ajax heavy website that breaks (or shows incorrect data) when users have it open in multiple browser windows at the same time.So I would like to enforce only allowing the user to be logged i
How to compare client/server and browser/serv开发者_高级运维er architecture? Or what are their respective advantages and disadvantages?
anyone help me how to POST authentication details to a restful web service and to get response from it.