Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
GeneralCreating SQL table with installer. Pin
IrishSonic19-Aug-04 4:52
IrishSonic19-Aug-04 4:52 
GeneralRe: Creating SQL table with installer. Pin
Not Active19-Aug-04 5:05
mentorNot Active19-Aug-04 5:05 
GeneralRe: Creating SQL table with installer. Pin
Christian Graus19-Aug-04 13:03
protectorChristian Graus19-Aug-04 13:03 
GeneralRe: Creating SQL table with installer. Pin
IrishSonic19-Aug-04 22:43
IrishSonic19-Aug-04 22:43 
GeneralRe: Creating SQL table with installer. Pin
Christian Graus22-Aug-04 10:34
protectorChristian Graus22-Aug-04 10:34 
GeneralRe: mypacman Pin
Not Active19-Aug-04 5:15
mentorNot Active19-Aug-04 5:15 
QuestionHow to store and retrieve metadata about a database table column? Pin
Salil Khedkar19-Aug-04 2:51
Salil Khedkar19-Aug-04 2:51 
QuestionWhat is the optimal way to transfer files over sockets? Pin
Salil Khedkar19-Aug-04 2:44
Salil Khedkar19-Aug-04 2:44 
I work on a C# client-server product, which transfers big (100 to 1000MB) files over sockets amongst other things. For security reasons I can not use trivial ways like folder sharing, ftp etc between the two machines. A firewall blocks all ports except my own. So I have to transfer the files over my own socket code.

But I observe that the standard C# Socket class performs not so well if I consider file transfer speeds using FTP or ODBC BLOB row transfers. I have implemented it according to the MSDN sample. Can some one show me the optimal way to transfer files on sockets in C#?


Salil
GeneralClass Properties Pin
minity19-Aug-04 1:52
minity19-Aug-04 1:52 
GeneralRe: Class Properties Pin
Nick Parker19-Aug-04 5:55
protectorNick Parker19-Aug-04 5:55 
GeneralEditing the Registry Pin
Stuggo19-Aug-04 0:52
Stuggo19-Aug-04 0:52 
GeneralRe: Editing the Registry Pin
BrcKcc19-Aug-04 4:06
BrcKcc19-Aug-04 4:06 
GeneralRe: Editing the Registry Pin
Salil Khedkar19-Aug-04 20:20
Salil Khedkar19-Aug-04 20:20 
GeneralControl properties Pin
lustuyck18-Aug-04 23:52
lustuyck18-Aug-04 23:52 
GeneralRowFilter Pin
Reinier van de Wetering18-Aug-04 22:56
Reinier van de Wetering18-Aug-04 22:56 
GeneralRe: RowFilter Pin
sreejith ss nair19-Aug-04 19:10
sreejith ss nair19-Aug-04 19:10 
GeneralConvert DataGrid.DataSource to DataTable Pin
kGeniusProject18-Aug-04 22:45
kGeniusProject18-Aug-04 22:45 
Generala Question on DataGrid in WebForm Pin
NickyWang18-Aug-04 21:29
NickyWang18-Aug-04 21:29 
GeneralRe: a Question on DataGrid in WebForm Pin
googou18-Aug-04 22:05
googou18-Aug-04 22:05 
GeneralRe: a Question on DataGrid in WebForm Pin
NickyWang18-Aug-04 22:19
NickyWang18-Aug-04 22:19 
GeneralCustom Control Serialization Pin
Member 1697718-Aug-04 21:25
Member 1697718-Aug-04 21:25 
GeneralDatabase transaction from client - XMLWEBService - COM+ Pin
yu-yu18-Aug-04 21:23
yu-yu18-Aug-04 21:23 
GeneralFacing problem while calling C# Functions(DLL) from Visual Basic(EXE) Pin
Ami Shah18-Aug-04 20:43
Ami Shah18-Aug-04 20:43 
GeneralFacing problem while calling C# Functions(DLL) from Visual Basic(EXE) Pin
Ami Shah18-Aug-04 20:41
Ami Shah18-Aug-04 20:41 
GeneralMaking an application pause Pin
eggie518-Aug-04 18:16
eggie518-Aug-04 18:16 

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.