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

.NET (Core and Framework)

 
AnswerRe: Update Properties In Running Threads Pin
led mike8-Sep-08 5:07
led mike8-Sep-08 5:07 
Questionhow to have an image button column in my datagridview ? Pin
devboycpp7-Sep-08 12:07
devboycpp7-Sep-08 12:07 
AnswerRe: how to have an image button column in my datagridview ? Pin
John_Adams9-Sep-08 3:07
John_Adams9-Sep-08 3:07 
AnswerRe: how to have an image button column in my datagridview ? Pin
akhi4akhil16-Sep-08 2:41
akhi4akhil16-Sep-08 2:41 
QuestionNeed Suggestions for .NET Reporting Frameworks Pin
JPWheeler7-Sep-08 11:41
JPWheeler7-Sep-08 11:41 
AnswerRe: Need Suggestions for .NET Reporting Frameworks Pin
N a v a n e e t h7-Sep-08 18:52
N a v a n e e t h7-Sep-08 18:52 
AnswerRe: Need Suggestions for .NET Reporting Frameworks Pin
Pete O'Hanlon7-Sep-08 23:16
mvePete O'Hanlon7-Sep-08 23:16 
QuestionAny advice on low latency networking with .NET? Pin
Matt Hocker6-Sep-08 11:09
Matt Hocker6-Sep-08 11:09 
I'm responsible for a project involving development of a client-server application which requires two types of messaging between the client and the server:
1. Reliable message delivery to and from the server
2. Low latency, high volume data feed from the server to clients

With #1, I have found that MSMQ works pretty well for our needs within our network. However, I'm concerned that MSMQ doesn't work well over an untrusted network and therefore I am thinking of switching to using .NET remoting, as I believe that it is possible to encrypt the traffic and operate over untrusted networks such as the Internet.

#2 poses a much bigger problem. My experiments with .NET remoting have shown me that the application gets saturated very quickly. Using remote events and delegates, the client app simply can't keep up with the server and performance suffers to the point of being unusable. I'm a bit out of my depth on multithreading but I've seen MFC apps using sockets that don't need complex threading models to accomplish this so I'm not sure that multithreading is required here.

My questions are:
- For #1, I'd appreciate advice as to whether this sounds like a good idea and any pointers to how to encrypt the traffic.
- For #2, is there any example code that anyone can point me at which uses the .NET framework to get the performance I need, or ideas to help resolve this performance problem?

Any assistance and of course example code is welcomed!
AnswerRe: Any advice on low latency networking with .NET? Pin
Mark Churchill7-Sep-08 1:26
Mark Churchill7-Sep-08 1:26 
Questionexpand & collapse using VS2008 Pin
amc766-Sep-08 7:41
amc766-Sep-08 7:41 
AnswerRe: expand & collapse using VS2008 Pin
Wendelius6-Sep-08 9:24
mentorWendelius6-Sep-08 9:24 
QuestionDot Net Framework for Linux Platform ? Pin
Lakul5-Sep-08 23:23
Lakul5-Sep-08 23:23 
AnswerRe: Dot Net Framework for Linux Platform ? Pin
Pete O'Hanlon6-Sep-08 1:10
mvePete O'Hanlon6-Sep-08 1:10 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
Paul Conrad6-Sep-08 9:43
professionalPaul Conrad6-Sep-08 9:43 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
Pete O'Hanlon7-Sep-08 8:46
mvePete O'Hanlon7-Sep-08 8:46 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
Paul Conrad7-Sep-08 8:51
professionalPaul Conrad7-Sep-08 8:51 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
leppie8-Sep-08 3:32
leppie8-Sep-08 3:32 
GeneralRe: Dot Net Framework for Linux Platform ? Pin
Paul Conrad8-Sep-08 18:09
professionalPaul Conrad8-Sep-08 18:09 
AnswerRe: Dot Net Framework for Linux Platform ? Pin
PavanPareta9-Sep-08 20:19
PavanPareta9-Sep-08 20:19 
QuestionShare Point Upload Functionality Pin
Shital Neralkar4-Sep-08 23:56
Shital Neralkar4-Sep-08 23:56 
Question.Net Versions Pin
#realJSOP4-Sep-08 11:38
professional#realJSOP4-Sep-08 11:38 
AnswerRe: .Net Versions Pin
Mark Salsbery4-Sep-08 11:56
Mark Salsbery4-Sep-08 11:56 
AnswerRe: .Net Versions Pin
Wendelius4-Sep-08 11:58
mentorWendelius4-Sep-08 11:58 
AnswerRe: .Net Versions Pin
Pete O'Hanlon4-Sep-08 23:06
mvePete O'Hanlon4-Sep-08 23:06 
AnswerRe: .Net Versions Pin
leppie8-Sep-08 3:33
leppie8-Sep-08 3:33 

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.