Click here to Skip to main content
15,889,360 members
Home / Discussions / C#
   

C#

 
QuestionTo bind a value from DataGridView to textbox Pin
codingrocks5-Jun-07 21:44
codingrocks5-Jun-07 21:44 
AnswerRe: To bind a value from DataGridView to textbox Pin
Seishin#5-Jun-07 21:57
Seishin#5-Jun-07 21:57 
QuestionOCX Question Pin
jason_mf5-Jun-07 21:37
jason_mf5-Jun-07 21:37 
AnswerRe: OCX Question Pin
WillemM6-Jun-07 1:05
WillemM6-Jun-07 1:05 
QuestionTCP or HTTP Pin
amitcoder835-Jun-07 21:23
amitcoder835-Jun-07 21:23 
AnswerRe: TCP or HTTP Pin
Manoj Kumar Rai5-Jun-07 21:33
professionalManoj Kumar Rai5-Jun-07 21:33 
GeneralRe: TCP or HTTP Pin
amitcoder835-Jun-07 21:48
amitcoder835-Jun-07 21:48 
GeneralRe: TCP or HTTP Pin
originSH5-Jun-07 22:24
originSH5-Jun-07 22:24 
When sending over TCP you don't have to do much other than serialize the objects and chuck them over the connection.

Using HTTP you have to use the HTTP protocol which takes more time and bandwidth.


You also have the choice of the Binary Serialization and SOAP serialization. Binary makes the smallest output but SOAP is better for interop with other system or if you need the output to be human redable.


In the end you need to choose which is the right combination for you based on what you need. If you need built in security and authentication then HTTP remoting via IIS is best, it also works well with firewalls. If your just working on an intranet or you really need the performance TCP will be fine.
AnswerRe: TCP or HTTP Pin
leppie6-Jun-07 3:33
leppie6-Jun-07 3:33 
QuestionRegisterhotkey API example in C# Pin
crash8935-Jun-07 21:18
crash8935-Jun-07 21:18 
AnswerRe: Registerhotkey API example in C# Pin
Giorgi Dalakishvili5-Jun-07 21:29
mentorGiorgi Dalakishvili5-Jun-07 21:29 
GeneralRe: Registerhotkey API example in C# Pin
crash8935-Jun-07 21:33
crash8935-Jun-07 21:33 
GeneralRe: Registerhotkey API example in C# Pin
Giorgi Dalakishvili5-Jun-07 21:36
mentorGiorgi Dalakishvili5-Jun-07 21:36 
QuestionCopying picture box Pin
Muammar©5-Jun-07 21:13
Muammar©5-Jun-07 21:13 
AnswerRe: Copying picture box Pin
Martin#5-Jun-07 21:34
Martin#5-Jun-07 21:34 
GeneralRe: Copying picture box Pin
Muammar©5-Jun-07 22:19
Muammar©5-Jun-07 22:19 
AnswerRe: Copying picture box Pin
Seishin#5-Jun-07 21:58
Seishin#5-Jun-07 21:58 
GeneralRe: Copying picture box Pin
Muammar©5-Jun-07 22:19
Muammar©5-Jun-07 22:19 
QuestionA typical case about interfaces [modified] Pin
amitcoder835-Jun-07 20:35
amitcoder835-Jun-07 20:35 
AnswerRe: A typical case about interfaces Pin
Christian Graus5-Jun-07 20:50
protectorChristian Graus5-Jun-07 20:50 
GeneralRe: A typical case about interfaces Pin
Manoj Kumar Rai5-Jun-07 21:01
professionalManoj Kumar Rai5-Jun-07 21:01 
GeneralRe: A typical case about interfaces Pin
originSH5-Jun-07 22:27
originSH5-Jun-07 22:27 
GeneralRe: A typical case about interfaces Pin
originSH5-Jun-07 22:30
originSH5-Jun-07 22:30 
AnswerRe: A typical case about interfaces Pin
Manoj Kumar Rai5-Jun-07 21:00
professionalManoj Kumar Rai5-Jun-07 21:00 
GeneralRe: A typical case about interfaces [modified] Pin
amitcoder835-Jun-07 21:05
amitcoder835-Jun-07 21:05 

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.