Click here to Skip to main content
15,897,291 members
Home / Discussions / C#
   

C#

 
AnswerRe: send a wav file through a socket in C# Pin
Ennis Ray Lynch, Jr.5-Mar-07 10:18
Ennis Ray Lynch, Jr.5-Mar-07 10:18 
The most important part of streaming data over the network is to remember to use:
System.Net.IPAddress.NetworkToHostOrder
and
System.Net.IPAddress.HostToNetworkOrder

If you are using a TcpIp socket don't send in parts, the nagle algorithm is very efficient. However, on the receiving end you can choose which chunks to use and when.

If order is not important, speed is paramount, and only 4kb at a time use Udp datagrams.


File Not Found

GeneralRe: send a wav file through a socket in C# Pin
trab0075-Mar-07 20:56
trab0075-Mar-07 20:56 
QuestionTrouble updating Access DB in C# [modified] Pin
bward845-Mar-07 6:50
bward845-Mar-07 6:50 
AnswerRe: Trouble updating Access DB in C# Pin
Guffa5-Mar-07 9:03
Guffa5-Mar-07 9:03 
GeneralRe: Trouble updating Access DB in C# Pin
bward845-Mar-07 9:05
bward845-Mar-07 9:05 
Question.Net Framework version Problem Pin
Abu Syed Khan5-Mar-07 6:41
Abu Syed Khan5-Mar-07 6:41 
AnswerRe: .Net Framework version Problem Pin
Ed.Poore5-Mar-07 11:35
Ed.Poore5-Mar-07 11:35 
GeneralRe: .Net Framework version Problem Pin
Abu Syed Khan6-Mar-07 3:41
Abu Syed Khan6-Mar-07 3:41 
GeneralRe: .Net Framework version Problem Pin
Ed.Poore6-Mar-07 4:39
Ed.Poore6-Mar-07 4:39 
Questiongeneric collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 6:12
arkiboys5-Mar-07 6:12 
AnswerRe: generic collections of generic collections - .net 2.0 Pin
led mike5-Mar-07 6:21
led mike5-Mar-07 6:21 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 6:27
arkiboys5-Mar-07 6:27 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
Judah Gabriel Himango5-Mar-07 7:01
sponsorJudah Gabriel Himango5-Mar-07 7:01 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 21:32
arkiboys5-Mar-07 21:32 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
led mike5-Mar-07 8:13
led mike5-Mar-07 8:13 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 19:00
arkiboys5-Mar-07 19:00 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
led mike6-Mar-07 4:24
led mike6-Mar-07 4:24 
QuestionLocking data to user Pin
Dominik Reichl5-Mar-07 5:40
Dominik Reichl5-Mar-07 5:40 
AnswerRe: Locking data to user Pin
Dave Kreskowiak5-Mar-07 5:48
mveDave Kreskowiak5-Mar-07 5:48 
QuestionRe: Locking data to user Pin
Dominik Reichl5-Mar-07 5:58
Dominik Reichl5-Mar-07 5:58 
GeneralRe: Locking data to user Pin
Dominik Reichl5-Mar-07 7:54
Dominik Reichl5-Mar-07 7:54 
Questionhow to create SetUp package for my app in VS2005 setup project ? Pin
hdv2125-Mar-07 4:17
hdv2125-Mar-07 4:17 
AnswerRe: how to create SetUp package for my app in VS2005 setup project ? Pin
kubben5-Mar-07 4:55
kubben5-Mar-07 4:55 
Question.TableMappings.Add Pin
arkiboys5-Mar-07 4:15
arkiboys5-Mar-07 4:15 
QuestionScrolling panel while drag & drop picturebox Pin
pettera5-Mar-07 3:47
pettera5-Mar-07 3:47 

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.