Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 3:39
N a v a n e e t h15-Nov-09 3:39 
GeneralRe: How to install windows service? Pin
#realJSOP15-Nov-09 3:49
professional#realJSOP15-Nov-09 3:49 
GeneralRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 4:03
N a v a n e e t h15-Nov-09 4:03 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 5:04
professionalChesnokov Yuriy15-Nov-09 5:04 
AnswerRe: How to install windows service? Pin
N a v a n e e t h15-Nov-09 14:44
N a v a n e e t h15-Nov-09 14:44 
QuestionRe: How to install windows service? Pin
Chesnokov Yuriy15-Nov-09 19:23
professionalChesnokov Yuriy15-Nov-09 19:23 
AnswerRe: How to install windows service? Pin
PIEBALDconsult15-Nov-09 5:50
mvePIEBALDconsult15-Nov-09 5:50 
QuestionWeb Services Pin
Brink Fourie15-Nov-09 2:12
Brink Fourie15-Nov-09 2:12 
I have to practice for my final exam and they give me this and I'm struggling, can someone help?Confused | :confused:

Web Service:
The web service must expose two methods which will each multiply or add two integers.
The methods must return an integer value, specifying the result. Call methods "Multiply" and "add"
for example, when passing the integer 3 and 8 to Multiply method, it should return 24.

Client:
A console client that let the user input an integer.
The user must also specify whether to multiply or add. Then using the algorithm described below, process the number by calling
the Web service methods to obtain a result.
Example-
input = 5
if user choose to multiply, the following should be performed:
5 x 4 x 3 x 2 x 1
the result is
120

if the user choose to add, the following should be performed:
5 + 4 + 3 + 2 + 1
the result is
15

A loop in the main program should be used, and each iteration the appropriate Web method should be called.
I Know I must use a bubble sort, but I have no clue to implement it.... Frown | :(
AnswerRe: Web Services Pin
OriginalGriff15-Nov-09 2:24
mveOriginalGriff15-Nov-09 2:24 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 3:31
Brink Fourie15-Nov-09 3:31 
GeneralRe: Web Services Pin
OriginalGriff15-Nov-09 4:42
mveOriginalGriff15-Nov-09 4:42 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 5:05
Brink Fourie15-Nov-09 5:05 
GeneralRe: Web Services Pin
OriginalGriff15-Nov-09 5:26
mveOriginalGriff15-Nov-09 5:26 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 5:36
Brink Fourie15-Nov-09 5:36 
GeneralRe: Web Services Pin
Brink Fourie15-Nov-09 5:36
Brink Fourie15-Nov-09 5:36 
QuestionWindows Form GridView Pin
moody12314-Nov-09 23:09
moody12314-Nov-09 23:09 
AnswerRe: Windows Form GridView Pin
binhvtt14-Nov-09 23:34
binhvtt14-Nov-09 23:34 
GeneralRe: Windows Form GridView Pin
moody12315-Nov-09 0:42
moody12315-Nov-09 0:42 
GeneralRe: Windows Form GridView Pin
binhvtt15-Nov-09 14:54
binhvtt15-Nov-09 14:54 
QuestionDifference B/w 3 types of Lines. Pin
lexical114-Nov-09 21:50
lexical114-Nov-09 21:50 
AnswerRe: Difference B/w 3 types of Lines. Pin
OriginalGriff14-Nov-09 21:56
mveOriginalGriff14-Nov-09 21:56 
GeneralRe: Difference B/w 3 types of Lines. Pin
binhvtt14-Nov-09 23:41
binhvtt14-Nov-09 23:41 
GeneralRe: Difference B/w 3 types of Lines. Pin
lexical115-Nov-09 2:47
lexical115-Nov-09 2:47 
GeneralRe: Difference B/w 3 types of Lines. Pin
binhvtt15-Nov-09 14:59
binhvtt15-Nov-09 14:59 
AnswerRe: don't use CreateGraphics Pin
Luc Pattyn14-Nov-09 23:39
sitebuilderLuc Pattyn14-Nov-09 23:39 

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.