Click here to Skip to main content
15,891,895 members
Home / Discussions / C#
   

C#

 
GeneralRe: IEnumerable - why does this code work? Pin
Wonde Tadesse14-Apr-12 13:53
professionalWonde Tadesse14-Apr-12 13:53 
GeneralRe: IEnumerable - why does this code work? Pin
VJ Reddy14-Apr-12 14:19
VJ Reddy14-Apr-12 14:19 
AnswerRe: IEnumerable - why does this code work? Pin
Abhinav S13-Apr-12 20:41
Abhinav S13-Apr-12 20:41 
GeneralRe: IEnumerable - why does this code work? Pin
VJ Reddy13-Apr-12 20:45
VJ Reddy13-Apr-12 20:45 
GeneralRe: IEnumerable - why does this code work? Pin
jeramyRR13-Apr-12 20:46
jeramyRR13-Apr-12 20:46 
GeneralRe: IEnumerable - why does this code work? Pin
Abhinav S13-Apr-12 20:48
Abhinav S13-Apr-12 20:48 
QuestionHow to provide the articles in nice way Pin
Anurag Sarkar13-Apr-12 9:21
Anurag Sarkar13-Apr-12 9:21 
AnswerRe: How to provide the articles in nice way Pin
PIEBALDconsult13-Apr-12 9:28
mvePIEBALDconsult13-Apr-12 9:28 
GeneralRe: How to provide the articles in nice way Pin
Anurag Sarkar13-Apr-12 9:37
Anurag Sarkar13-Apr-12 9:37 
AnswerRe: How to provide the articles in nice way Pin
Abhinav S13-Apr-12 20:43
Abhinav S13-Apr-12 20:43 
Questionhow to add soap headers to the xml generated from webservice using c#.net 4.0 Pin
anandsurya13-Apr-12 3:39
anandsurya13-Apr-12 3:39 
AnswerCross posted Pin
Pete O'Hanlon13-Apr-12 4:06
mvePete O'Hanlon13-Apr-12 4:06 
GeneralRe: Cross posted Pin
vishal ch surve13-Apr-12 17:32
vishal ch surve13-Apr-12 17:32 
GeneralRe: Cross posted Pin
Pete O'Hanlon13-Apr-12 21:55
mvePete O'Hanlon13-Apr-12 21:55 
AnswerRe: how to add soap headers to the xml generated from webservice using c#.net 4.0 Pin
BobJanova13-Apr-12 4:08
BobJanova13-Apr-12 4:08 
You're calling the service method. That means that you want to get the result of the service method. SOAP is a transport mechanism, it's as irrelevant to the service call as whether you use copper or fibre-optic cable to transfer the 1s and 0s.

If you want to see the transport XML for debugging purposes, point a browser at http://localhost/yourservice.svc. If you want to actually pass XML from the service to service clients, you need to return XML from your service methods.
Questionmove ball in c# form with timer Pin
saeedjaafari13-Apr-12 3:02
saeedjaafari13-Apr-12 3:02 
AnswerRe: move ball in c# form with timer Pin
V.13-Apr-12 3:25
professionalV.13-Apr-12 3:25 
GeneralRe: move ball in c# form with timer Pin
saeedjaafari13-Apr-12 3:29
saeedjaafari13-Apr-12 3:29 
GeneralRe: move ball in c# form with timer Pin
V.13-Apr-12 3:33
professionalV.13-Apr-12 3:33 
GeneralRe: move ball in c# form with timer Pin
saeedjaafari13-Apr-12 3:45
saeedjaafari13-Apr-12 3:45 
GeneralRe: move ball in c# form with timer Pin
V.13-Apr-12 3:47
professionalV.13-Apr-12 3:47 
GeneralRe: move ball in c# form with timer Pin
saeedjaafari13-Apr-12 3:51
saeedjaafari13-Apr-12 3:51 
GeneralRe: move ball in c# form with timer Pin
V.13-Apr-12 3:57
professionalV.13-Apr-12 3:57 
GeneralRe: move ball in c# form with timer Pin
saeedjaafari13-Apr-12 4:04
saeedjaafari13-Apr-12 4:04 
GeneralRe: move ball in c# form with timer Pin
vishal ch surve13-Apr-12 22:31
vishal ch surve13-Apr-12 22:31 

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.