Click here to Skip to main content
15,868,030 members
Home / Discussions / C#
   

C#

 
AnswerRe: Pass a value from different project Pin
Kornfeld Eliyahu Peter30-Sep-14 22:15
professionalKornfeld Eliyahu Peter30-Sep-14 22:15 
GeneralRe: Pass a value from different project Pin
Member 1102592430-Sep-14 22:35
Member 1102592430-Sep-14 22:35 
AnswerRe: Pass a value from different project Pin
Kornfeld Eliyahu Peter30-Sep-14 22:58
professionalKornfeld Eliyahu Peter30-Sep-14 22:58 
GeneralRe: Pass a value from different project Pin
Dave Kreskowiak1-Oct-14 2:01
mveDave Kreskowiak1-Oct-14 2:01 
GeneralRe: Pass a value from different project Pin
Kornfeld Eliyahu Peter1-Oct-14 2:06
professionalKornfeld Eliyahu Peter1-Oct-14 2:06 
GeneralRe: Pass a value from different project Pin
V.1-Oct-14 2:13
professionalV.1-Oct-14 2:13 
Questionhow someone can enhance the speed of sending a file over lan using tcp protocol in c#.net? Pin
Member 1111823230-Sep-14 6:33
Member 1111823230-Sep-14 6:33 
AnswerRe: how someone can enhance the speed of sending a file over lan using tcp protocol in c#.net? Pin
Eddy Vluggen30-Sep-14 7:22
professionalEddy Vluggen30-Sep-14 7:22 
You could host it on a webserver, and open multiple download-connections from the client, similar to a "download accelerator addon" for most webbrowsers. If there's more than one PC where the data resides then it might be more effective to look into BitTorrent. Basically they are ways of sharing data, all connecting using multiple sockets - something you could also implement yourself.

Do take into consideration that you're hogging the network, reducing resources for all other clients Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionMarco Tulio Pin
Member 1063696630-Sep-14 5:56
Member 1063696630-Sep-14 5:56 
GeneralRe: Marco Tulio Pin
PIEBALDconsult30-Sep-14 5:59
mvePIEBALDconsult30-Sep-14 5:59 
AnswerRe: Marco Tulio Pin
Richard Deeming30-Sep-14 7:48
mveRichard Deeming30-Sep-14 7:48 
GeneralRe: Marco Tulio Pin
Richard MacCutchan30-Sep-14 21:07
mveRichard MacCutchan30-Sep-14 21:07 
GeneralRe: Marco Tulio Pin
Richard Deeming1-Oct-14 1:31
mveRichard Deeming1-Oct-14 1:31 
Questionissue with moving a control Pin
Member 1112014730-Sep-14 0:21
Member 1112014730-Sep-14 0:21 
AnswerRe: issue with moving a control Pin
BillWoodruff30-Sep-14 1:44
professionalBillWoodruff30-Sep-14 1:44 
GeneralRe: issue with moving a control Pin
Member 1112014730-Sep-14 3:56
Member 1112014730-Sep-14 3:56 
Questioncan someone help me Pin
babarkhalid30-Sep-14 0:18
babarkhalid30-Sep-14 0:18 
AnswerRe: can someone help me Pin
Pete O'Hanlon30-Sep-14 0:27
subeditorPete O'Hanlon30-Sep-14 0:27 
GeneralRe: can someone help me Pin
babarkhalid30-Sep-14 2:04
babarkhalid30-Sep-14 2:04 
QuestionSQL Transaction Exception Pin
Zeyad Jalil29-Sep-14 23:17
professionalZeyad Jalil29-Sep-14 23:17 
AnswerRe: SQL Transaction Exception Pin
Simon_Whale29-Sep-14 23:28
Simon_Whale29-Sep-14 23:28 
JokeMessage Closed Pin
30-Sep-14 1:26
BHARAT70330-Sep-14 1:26 
GeneralRe: SQL Transaction Exception Pin
Dave Kreskowiak30-Sep-14 2:39
mveDave Kreskowiak30-Sep-14 2:39 
AnswerRe: SQL Transaction Exception Pin
Kornfeld Eliyahu Peter29-Sep-14 23:39
professionalKornfeld Eliyahu Peter29-Sep-14 23:39 
AnswerRe: SQL Transaction Exception Pin
Dilan Shaminda30-Sep-14 21:13
professionalDilan Shaminda30-Sep-14 21:13 

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.