Tagged Questions
0
votes
2answers
50 views
Communication with Zebra RFID Printer | C# .NET
We are developing an application which prints RFID labels using Zebra RZ400 RFID printer. Until now, we were sending ZPL commands by RawPrinterHelper class which makes call to winspool.drv.
However, ...
1
vote
1answer
104 views
C# UDP multiple clients
I have a UDP server in a .NETMF application (the solution would probably be similar for classic .NET Framework 4.5, except that there aren't some classes and methods such as UdpClient). I "start ...
0
votes
1answer
36 views
.NET 4.5 Error detection in communication (CRC?)
I have a quite simple communication leveraging UDP protocol. I would like to add some error checking (probably a hash function which woudn't be influenced by previous messages). I know about the CRC ...
0
votes
1answer
49 views
How to constrait a generic class to work with just two classes
I have a generic class modeling a protocol that encapsulates other protocols. All the protocols implement a specific interface but this generic class must contain only one of two of these protocols as ...
0
votes
1answer
72 views
Is this the right way to setup certificates for WCF?
I got a WCF service hosted in selfhost and that communicates with a winform client over TCP. Is this the correct way for setting up the Certificate(Transport for intranet)? How do I know that the ...
0
votes
1answer
48 views
How to let user decide which service to request in WCF?
In WCF how to let user decide which service to request when you ask for two values and have ability to perform different calculations with those values.
For example you ask for value1 and value 2. ...
1
vote
1answer
98 views
Request-Response logic to allow non-response messages to be processed
I have a socket application that allows thousands of clients to connect. It stores them in a ConcurrentDictionary<int, Socket> and operates solely for request-response situations:
When I need ...
0
votes
1answer
42 views
How to pass a stream of images between threads
I've got a worker thread which is generating images at ~30/second (Much like capturing a webcam).
I want to perform some processing on these images (Analyse the difference between each sequential ...
1
vote
0answers
64 views
Distributed Software Architecture - Communication Paging
Actually I don't know if SO is right place to ask, but I don't know another place with so many professional developers.
I heard, when developing distributed applications, it's important to ...
2
votes
2answers
328 views
Send data to Windows Forms Application
I'm working on a program that is autostarting with windows. The program is a windows-forms application written in C#. When it gets started, it automatically hides itself and shows a tray icon. So it's ...
1
vote
1answer
98 views
Https Communication to Java Server with Dotnet Client
I need to send financial messages(transactions) to a bank with the help of HTTPS communication. Bank server is written on Java while my application is in .Net.
Following are only details I received ...
2
votes
0answers
172 views
tool to observe the .NET Remoting communication between applications?
We have problem with the communiction between two applications. According to the software providers, the communication is akind of .NET Remoting. We just want to verify which program first closes the ...
1
vote
1answer
149 views
How to notify web application from a ClickOnce application when it starts
On one side, I have a .NET Desktop application, deployed with ClickOnce in virtual directory in IIS Express 7.5. On the other side, I have a Java EE web application, with a link to the publication URL ...
2
votes
2answers
486 views
Interapp communication between .net and vb6
I saw a good article explaining how to have .net apps communicate directly with each other (http://ryanfarley.com/blog/archive/2004/05/10/605.aspx), but it involved overriding the WndProc method in ...
7
votes
4answers
1k views
Transfer large data between .net applications on same computer
I have two .net applications that run on the same machine.
The first application is the 'Engine'. It builds images - image's size is about 4M.
The second applications is the 'Viewer'. It shows the ...
1
vote
0answers
133 views
IO.Ports.SerialPort connection fail
I develop a software using .net framework (2.0). I communicate with several devices using serial port without any problem.
However, I try to communicate with a new one, but impossible to write or ...
0
votes
1answer
299 views
Communication between .Net Desktop Application and ASP.NET Web application
Scenario 1:Working
From a Windows Desktop Application, I open a browser window (with the help of ShDocVw.InternetExplorer), load a page of a hosted site and sets a property to some value( say, ...
0
votes
1answer
40 views
Syncronize files between a mac server and a c# program?
I've data on a mac server, on which I've several files.
I've to do a c# program which connect to the server and retrieve files which are different.
The server and the workstation will not be on the ...
0
votes
3answers
84 views
What is a better way to send data updates out to clients in .net?
When a user updates some data in our .net application our server sends updates out to interested clients telling them that this data has updated. Currently each client is also a server (ie. they ...
1
vote
0answers
221 views
What is the latest technology for Client/Server network communication applications in .NET?
I was recently charged with creating a Client/Server application where the Server waits for connections and the Client then connects to it, enabling these applications to communicate (send object ...
4
votes
2answers
655 views
Communicating between SERVICE and web/desktop application
Whats the recommended way to communicate between a service and a desktop app or webpage ?
I want the service to do all the work, but admin/management/reporting to be possible via
web or desktop. (It ...
1
vote
2answers
1k views
C# .NET communicate between computers over network [closed]
How should I go about making an application with C# and .NET where, say, on one computer a button is pressed that triggers an event on the other?
I saw this:
Recommended way to communicate between ...
0
votes
1answer
240 views
Socket IPEndPoint in Windows Forms App
I have error. Code:
I my code I cannot use IPEndPoint, but in Console App I can do it. How can I reapir it, and whats the preblem?
1
vote
1answer
120 views
How could I query my windows application from a website
I'm trying to figure something out regarding how I can create communication between 2 machines using the internet as the communication line.
Idea
I would like to have a windows service/application ...
1
vote
1answer
285 views
VB6 Interface with USB
I have been looking for a way to do this all around the internet and have not come back with much, so this is what i'm looking to do:
I have USB game controller. I want to control my application ...
0
votes
4answers
216 views
How to ensure that communication between 2 points is not tampered?
I have an app that runs in the client and this app sends and receives data to/from a remote server.
Is there any way that I can guarantee that the data sent to the server really originated from the ...
1
vote
6answers
352 views
How can I send a message from a VB6 application to my C# application
Hi have a VB6 Windows application (old.exe) and a separate C# Winforms application (new.exe). They both run on the same Windows machine.
I have access to both the VB6 and the C# source code, but the ...
1
vote
2answers
403 views
Communicate with named pipes and multiple clients?
Hi!
I have a application that can run in multiple instances on the same computer. Then I also have a smaller program that on starup most connect to the existing instances(on the same computer) of the ...
0
votes
1answer
65 views
WCF messaging local AND internet
I have the following scenario:
There is a master service, which reads other data services and/or a database in a polling fashion. When a new job becomes available it instructs a "slaver" service to ...
0
votes
1answer
119 views
How to close a WCF service cleanly without cluttering your code?
Reading the accepted answer to this question, apparently the right way to use a WCF service is like this (copied with some modification)
// create your client
CustomerClient channel = ...
1
vote
1answer
667 views
Using SSL for Client/Server communication over TCP/IP sockets without a web server
I have a server application using a TCP listener mechanism with SSL over it using SslStream class, very much similar to what is described in this thread: Tcpip listener sockets SSL streams so much ...
0
votes
1answer
113 views
Checking my knowledge about WinHTTP and HTTP Server API roles and purposes
I am starting to write services with WCF by Microsoft and just got into something called WinHTTP and HTTP Server.
Well, at the beginning I really didn't understand what they were meant for, now I ...
0
votes
2answers
253 views
Efficient process SQL Server and numerical methods library
Is there a way to comunicate a numeric method library, that can exploit all .net's (numerical methods called by .net that does SQL Server things) habilities?,
What library do you recomend,
maybe ...
3
votes
2answers
251 views
.NET processing queue communication between master and worker servers
I'm trying to figure out the best way to create a master - worker architecture for simple job delegation.
1 master process that delegates jobs to several worker processes.
- The master needs to ...
0
votes
1answer
163 views
.net: Best Practices for winforms communications?
I'm looking for some best practices for winforms communications in .NET .
ow 2 different winforms send and receive data in oop style?
2
votes
3answers
250 views
Synchronizing time between two PCs via TCP/IP, no server
I've got two PCs connected by LAN. When the user alters the time (via my application) on one, I'd like the time on the second to be updated too (or the second machine could poll the first). There's no ...
1
vote
3answers
51 views
Can you recommend effective ways to secure the developers within the team breaking the business-logic by mistake?
How do you secure the developers in your development team from breaking the business logic of the application - like by skipping some steps or forgetting an exceptional case etc.-?
What kind of ...
0
votes
1answer
208 views
Asterisk Win32 with .net workflow procedure
How to create communication between Asterisk and my .net application: for example
If user dial my asterisk gateway I would like to check his number and return some wave file.
when user dial "1" I ...
1
vote
1answer
516 views
Communication between winform client and server's web service
currently I'm an internee and about to join in a project in which I have to take responsible for implementing the server side part.
The scenario:
_There are many kiosks, each runs a winform ...
0
votes
2answers
439 views
How to get image from silverlight to non-silverlight?
I need a very weird thing I admit. I hope you'll be able to help me.
My current situation (all in one solution VS2010):
I have the Silverlight assembly with
user-control (basically a drawing of
...
2
votes
2answers
451 views
Need expert's comment on fastest communication for .net application
I am looking to achieve the fastest and scalable communication between several servers. I've developed a custom TCP socket server for this purpose with (IOCP) as I think it would be the fastest ...
0
votes
1answer
85 views
Specify clickable phone-number
With mailto: exisits a widely available possibility to specify an email address that opens the email-client if executed.
Does exist somethin similar for phone-numbers, so that if it's used in a ...
0
votes
1answer
83 views
What questions should be asked before making a .Net application ready for communicating with SAP?
In one of the projects I work for we are asked for to investigate the possibilities of our application's communication with SAP applications.
As a person who does not have any experience with SAP, ...
2
votes
5answers
1k views
Low Latency Serial Communications In .Net
I have been researching various third party libraries and approaches to low latency serial communications in .Net. I've read enough that I have now come full circle and know as little as I did when I ...
7
votes
4answers
221 views
how to share common enterprise code between developers
I work with a team of several developers. We develop and maintain many different products which are related to our company. What are some good ways to share code that does common enterprise tasks ...
2
votes
3answers
291 views
Datatransfer using XMPP - any reasons why not?
I need a simple, lightweight authentication and data transfer mechanism (on .NET platform). I have looked a WCF and SOAP etc. they all seem too top-heavy and complicated for my needs. I need something ...
0
votes
4answers
2k views
1
vote
4answers
821 views
Current WCF technology alternatives for .NET-to-.NET services?
I'm splitting up an N-tier stack to allow independent scaling of the tiers, better deployment independence, and I'd like to know what people are currently choosing for service-boundary communication ...
6
votes
2answers
6k views
GUI and windows service communication
I know since Vista, that C# can't hook a UI form directly to the windows service. This was stated on the Microsoft Site.
My question in this regard is: "What is the best mode of communication from a ...
0
votes
4answers
512 views
communicating between applications (.NET + java)
I have a pretty general question here. What is the best + reliable way for two applications running on the same machine to communicate with each other WITHOUT using web services or a web server of any ...


