Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
GeneralRe: globalization / localization commas and periods Pin
Vikram A Punathambekar8-May-08 18:43
Vikram A Punathambekar8-May-08 18:43 
GeneralRe: globalization / localization commas and periods Pin
Guffa8-May-08 20:32
Guffa8-May-08 20:32 
GeneralRe: globalization / localization commas and periods Pin
Glen Harvy8-May-08 21:38
Glen Harvy8-May-08 21:38 
GeneralRe: globalization / localization commas and periods Pin
Guffa8-May-08 23:28
Guffa8-May-08 23:28 
Questionconnecting webservice from port 21 Pin
tai-fun8-May-08 11:24
tai-fun8-May-08 11:24 
AnswerRe: connecting webservice from port 21 Pin
Rob Graham8-May-08 11:35
Rob Graham8-May-08 11:35 
GeneralRe: connecting webservice from port 21 Pin
tai-fun8-May-08 11:57
tai-fun8-May-08 11:57 
GeneralRe: connecting webservice from port 21 Pin
Rob Graham11-May-08 5:15
Rob Graham11-May-08 5:15 
This normally is not done in code (and can't be done on just the client side). The owner of the web service would have to configure the web service to listen on port 21, and the client would have to query on that port. If you are implementing web service code using C# and .Net 3.0 (servicemodel namespace), the just modify the endpoint addresses in the configuration files or code for both client and server (replace :80 with :21 in the endpoint address).
Questionstart IE without addressbar, status bar Pin
sikp8-May-08 11:08
sikp8-May-08 11:08 
AnswerRe: start IE without addressbar, status bar Pin
DanB19838-May-08 12:04
DanB19838-May-08 12:04 
GeneralRe: start IE without addressbar, status bar Pin
sikp8-May-08 12:36
sikp8-May-08 12:36 
GeneralRe: start IE without addressbar, status bar Pin
PIEBALDconsult8-May-08 13:57
mvePIEBALDconsult8-May-08 13:57 
GeneralRe: start IE without addressbar, status bar Pin
sikp8-May-08 14:12
sikp8-May-08 14:12 
GeneralRe: start IE without addressbar, status bar Pin
DanB19838-May-08 21:34
DanB19838-May-08 21:34 
GeneralRe: start IE without addressbar, status bar Pin
sikp8-May-08 21:57
sikp8-May-08 21:57 
GeneralRe: start IE without addressbar, status bar Pin
DanB19838-May-08 22:01
DanB19838-May-08 22:01 
QuestionWriting a raytracer to learn the language... hit a problem.... Pin
bobmitch8-May-08 11:00
bobmitch8-May-08 11:00 
AnswerRe: Writing a raytracer to learn the language... hit a problem.... Pin
Colin Angus Mackay8-May-08 11:05
Colin Angus Mackay8-May-08 11:05 
QuestionNEW operator Pin
AlexPizzano8-May-08 10:48
AlexPizzano8-May-08 10:48 
AnswerRe: NEW operator Pin
Colin Angus Mackay8-May-08 11:02
Colin Angus Mackay8-May-08 11:02 
QuestionHow to free up memory in C# applications? Pin
Noemi Katinka8-May-08 9:29
Noemi Katinka8-May-08 9:29 
AnswerRe: How to free up memory in C# applications? Pin
Gareth H8-May-08 9:43
Gareth H8-May-08 9:43 
AnswerRe: How to free up memory in C# applications? Pin
Christian Graus8-May-08 11:10
protectorChristian Graus8-May-08 11:10 
AnswerRe: How to free up memory in C# applications? Pin
tgrt8-May-08 11:14
tgrt8-May-08 11:14 
AnswerRe: How to free up memory in C# applications? Pin
stano8-May-08 11:54
stano8-May-08 11:54 

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.