1
Answer

i developed wcf service using wcf service application template,and to consume these service to use the my own library,then how to provide authentication to that servicce.

Hi,Please Answer Me.

i developed wcf service using wcf service application template,
and to consume these service to use the my own library,
then how to provide authentication to that wcf servicce.



Thanks and Regards
RK.
Answers (1)
0
Frogleg

Frogleg

NA 7.9k 33k 13y
You need to create a new string

public static int DisplayCard()
{
int card = " ";
string  _card;
if (card = 14)
_card = "Ace";

if (card = 13)
_card = "King";

if (card = 12)
_card = "Queen";

if (card = 11)
_card = "Jack";

Have a search on the site for a better way of setting up card game
0
Vilas Gite

Vilas Gite

NA 2.9k 394k 13y
hI Sherry 
Please open below link which is recommended articles by Mindcrackers. :)
http://www.c-sharpcorner.com/UploadFile/puranindia/506/

hopes it will solve your prob.