B
B
belkamax052012-08-21 00:49:19
.NET
belkamax05, 2012-08-21 00:49:19

How to implement data exchange between Dll and WinForms Application on .NET?

There are options for working through:
1) File (Low write speed)
2) Registry (Not intended for this)
3) Sockets (Instability)

Data exchange occurs every 10 ms.
Maybe someone will advise alternative methods of data exchange, ideally - direct recording from the application to the dll buffer and vice versa.

The dll is connected to another application, not on WinForms.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
SychevIgor, 2012-08-21
@belkamax05

Honestly, I'm sure that you know how to use the search on this, tell me what's wrong in these solutions
, the first thing that comes to mind is Remoting
stackoverflow.com/questions/232357/how-to-do-intra-application-communication-in-net
well or named pipe
www.switchonthecode.com/tutorials/interprocess-communication-using-named-pipes-in-csharp

B
belkamax05, 2012-08-21
@belkamax05

Named Pipe is more than adequate, thank you very much.

L
Lattyf, 2012-08-23
@Lattyf

WCF via Named Pipes will help you make things even easier.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question