Click here to Skip to main content
15,890,741 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do you apply attributes to parameters? Pin
David Stone3-Apr-03 7:20
sitebuilderDavid Stone3-Apr-03 7:20 
GeneralRe: How do you apply attributes to parameters? Pin
Kevin McFarlane3-Apr-03 10:23
Kevin McFarlane3-Apr-03 10:23 
GeneralRe: How do you apply attributes to parameters? Pin
David Stone3-Apr-03 13:40
sitebuilderDavid Stone3-Apr-03 13:40 
GeneralC# / XML attributes and values Pin
econner3-Apr-03 2:44
econner3-Apr-03 2:44 
GeneralRe: C# / XML attributes and values Pin
Oleksandr Kucherenko3-Apr-03 4:28
Oleksandr Kucherenko3-Apr-03 4:28 
GeneralRe: C# / XML attributes and values Pin
econner3-Apr-03 6:54
econner3-Apr-03 6:54 
QuestionCan this be done ? Pin
Steve Murrell3-Apr-03 1:36
Steve Murrell3-Apr-03 1:36 
AnswerRe: Can this be done ? Pin
neroknights3-Apr-03 9:23
neroknights3-Apr-03 9:23 
For your WebService to talk to your C# application you would again need something like .NET remoting, which brings you back to the first scenario anyways. You are crossing app domains, so communication has to be dealt with anyways.

My suggestion would be use .NET remoting. It's really not an overkill at all. The server (which would be you C# application) simply needs add a couple of lines of code. And your client app can add a couple of lines of code and voila!!! You're done!!!

The good thing here is that with .NET remoting you have all the flexibilty you want and it's very extensible. You can communicate TCP/IP or Http (through IIS or not) etc...

If you need some samples respond back.



Steve
GeneralRe: Can this be done ? Pin
Steve Murrell3-Apr-03 21:30
Steve Murrell3-Apr-03 21:30 
GeneralRe: Can this be done ? Pin
neroknights4-Apr-03 3:51
neroknights4-Apr-03 3:51 
GeneralRe: Can this be done ? Pin
Steve Murrell4-Apr-03 5:35
Steve Murrell4-Apr-03 5:35 
GeneralFileStream.Seek and Encryption Question Pin
jtmtv182-Apr-03 21:56
jtmtv182-Apr-03 21:56 
QuestionHow to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Anthony_Yio2-Apr-03 19:52
Anthony_Yio2-Apr-03 19:52 
AnswerRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Venkatraman2-Apr-03 20:10
Venkatraman2-Apr-03 20:10 
GeneralRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Anthony_Yio2-Apr-03 21:04
Anthony_Yio2-Apr-03 21:04 
GeneralRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Venkatraman2-Apr-03 21:26
Venkatraman2-Apr-03 21:26 
GeneralRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Anthony_Yio2-Apr-03 21:35
Anthony_Yio2-Apr-03 21:35 
GeneralRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Venkatraman2-Apr-03 22:12
Venkatraman2-Apr-03 22:12 
AnswerRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Gaul3-Apr-03 4:45
Gaul3-Apr-03 4:45 
GeneralRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Anthony_Yio3-Apr-03 14:14
Anthony_Yio3-Apr-03 14:14 
AnswerRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
neroknights3-Apr-03 9:44
neroknights3-Apr-03 9:44 
GeneralRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Anthony_Yio3-Apr-03 14:20
Anthony_Yio3-Apr-03 14:20 
GeneralRe: How to pass a delegate object with parameter as input to a ThreadStart constructor? Pin
Anonymous4-Apr-03 3:45
Anonymous4-Apr-03 3:45 
GeneralShow HTML in Windows Application Pin
D.D. de Kerf2-Apr-03 19:49
D.D. de Kerf2-Apr-03 19:49 
GeneralRe: Show HTML in Windows Application Pin
Stephane Rodriguez.2-Apr-03 20:14
Stephane Rodriguez.2-Apr-03 20:14 

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.