Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using URL in C# Pin
annex4520-Mar-13 12:43
annex4520-Mar-13 12:43 
AnswerRe: Using URL in C# Pin
jschell19-Mar-13 9:53
jschell19-Mar-13 9:53 
QuestionLinq To SQL Query Not Working - Null Problem Pin
Kevin Marois18-Mar-13 20:40
professionalKevin Marois18-Mar-13 20:40 
AnswerRe: Linq To SQL Query Not Working - Null Problem Pin
Freak3019-Mar-13 0:25
Freak3019-Mar-13 0:25 
GeneralRe: Linq To SQL Query Not Working - Null Problem Pin
Kevin Marois19-Mar-13 5:00
professionalKevin Marois19-Mar-13 5:00 
AnswerRe: Linq To SQL Query Not Working - Null Problem Pin
Mycroft Holmes19-Mar-13 0:28
professionalMycroft Holmes19-Mar-13 0:28 
GeneralRe: Linq To SQL Query Not Working - Null Problem Pin
Freak3019-Mar-13 22:17
Freak3019-Mar-13 22:17 
Questionsocket in service WCF Pin
ibrahimCA18-Mar-13 10:55
ibrahimCA18-Mar-13 10:55 
I create a WCF web service that contains this method in service.svc:

public int positionGPS (_latitude string, string _longitude)
{
           / / Send the ordinate DB
            DAL.GPSEntities bd = new DAL.GPSEntities ();
             / / Table of the database table position
             Pos = new TablePosition TablePosition ();

            
             pos.latitude = _latitude;
             pos.longitude = _longitude;

             bd.AddToTablePosition (pos);
             bd.SaveChanges ();

/ / Add the code for the socket

      / /??????????
}

this method will be called back for a pda, gps coordinates
then they saved in the database.
 
my problem:
I want to know how to send these coordinates to another application winforms for tracing in real time in maps.
I know there is a method to use the socket, but I do not know how to apply in wcf, wcf then my service will be housed in the IIS server.
and in our case winforms application (the client socket that many) also PDAs.
and thank you in advance.
AnswerRe: socket in service WCF Pin
Richard MacCutchan18-Mar-13 23:27
mveRichard MacCutchan18-Mar-13 23:27 
GeneralRe: socket in service WCF Pin
Nand3219-Mar-13 20:53
Nand3219-Mar-13 20:53 
GeneralRe: socket in service WCF Pin
Richard MacCutchan19-Mar-13 22:45
mveRichard MacCutchan19-Mar-13 22:45 
QuestionUSB To Serial Adapter speed Pin
C-P-User-318-Mar-13 10:07
C-P-User-318-Mar-13 10:07 
AnswerRe: USB To Serial Adapter speed Pin
dusty_dex18-Mar-13 12:29
dusty_dex18-Mar-13 12:29 
JokeRe: USB To Serial Adapter speed Pin
PIEBALDconsult18-Mar-13 13:16
mvePIEBALDconsult18-Mar-13 13:16 
AnswerRe: USB To Serial Adapter speed Pin
C-P-User-319-Mar-13 5:55
C-P-User-319-Mar-13 5:55 
QuestionProblem With Voice Chat Application Pin
Ǯmr MànďǾǿ18-Mar-13 9:27
Ǯmr MànďǾǿ18-Mar-13 9:27 
AnswerRe: Problem With Voice Chat Application Pin
Marco Bertschi18-Mar-13 11:38
protectorMarco Bertschi18-Mar-13 11:38 
AnswerRe: Problem With Voice Chat Application Pin
Marco Bertschi18-Mar-13 11:39
protectorMarco Bertschi18-Mar-13 11:39 
GeneralRe: Problem With Voice Chat Application Pin
Ǯmr MànďǾǿ18-Mar-13 11:52
Ǯmr MànďǾǿ18-Mar-13 11:52 
GeneralRe: Problem With Voice Chat Application Pin
Marco Bertschi18-Mar-13 21:29
protectorMarco Bertschi18-Mar-13 21:29 
Questionhow can i make a double click event in c# with access Pin
User349018-Mar-13 7:44
User349018-Mar-13 7:44 
AnswerRe: how can i make a double click event in c# with access Pin
Eddy Vluggen18-Mar-13 8:07
professionalEddy Vluggen18-Mar-13 8:07 
GeneralMessage Closed Pin
18-Mar-13 9:10
User349018-Mar-13 9:10 
GeneralRe: how can i make a double click event in c# with access Pin
Eddy Vluggen18-Mar-13 9:16
professionalEddy Vluggen18-Mar-13 9:16 
QuestionC# StreamReader Case sensitive Pin
Member 987302818-Mar-13 6:09
Member 987302818-Mar-13 6:09 

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.