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

C#

 
GeneralRe: Mobile Application cannot call web service it added as web reference. Pin
Kodanda Pani15-Mar-05 17:10
Kodanda Pani15-Mar-05 17:10 
GeneralRe: Mobile Application cannot call web service it added as web reference. Pin
Rene Xavier15-Mar-05 19:17
Rene Xavier15-Mar-05 19:17 
GeneralDisplaying thumbnails Pin
scotlandc15-Mar-05 0:35
scotlandc15-Mar-05 0:35 
GeneralMDI Pin
Member 180361615-Mar-05 0:35
Member 180361615-Mar-05 0:35 
GeneralRe: MDI Pin
itssuk15-Mar-05 5:41
itssuk15-Mar-05 5:41 
GeneralRe: MDI Pin
Member 180361615-Mar-05 17:41
Member 180361615-Mar-05 17:41 
GeneralServices, IPC, COM EXE Servers Pin
vad_kr15-Mar-05 0:20
vad_kr15-Mar-05 0:20 
GeneralRe: Services, IPC, COM EXE Servers Pin
Xiangyang Liu 刘向阳15-Mar-05 0:47
Xiangyang Liu 刘向阳15-Mar-05 0:47 
ASP.NET web service will be good for you:

1. It works all the time (without user logon to the machine).
2. Communication with other programs is easy: soap/http.
3. It is a single instance per machine (unless you want to install it multiple times).
4. It has no GUI unless you want to add GUI.
5. It can be implemented in one dll (the default).
6. It can be done in C# or any other .NET supported language.

However, it is NOT a windows service or com server.

Good luck.





My articles and software tools





GeneralInstaller:copying file in specified folder Pin
Adnan Siddiqi14-Mar-05 23:52
Adnan Siddiqi14-Mar-05 23:52 
GeneralRe: Installer:copying file in specified folder Pin
MoustafaS15-Mar-05 9:32
MoustafaS15-Mar-05 9:32 
GeneralRe: Installer:copying file in specified folder Pin
Adnan Siddiqi15-Mar-05 18:06
Adnan Siddiqi15-Mar-05 18:06 
General(Need Help) How to detect the lines from .BMP image into vector Graphics Pin
Kunwar Ashok Singh14-Mar-05 23:23
Kunwar Ashok Singh14-Mar-05 23:23 
General(null) is not a valid win32 app Pin
bwagz14-Mar-05 23:17
bwagz14-Mar-05 23:17 
Questionwhat is best approach for getting performance? Pin
montu337714-Mar-05 22:14
montu337714-Mar-05 22:14 
AnswerRe: what is best approach for getting performance? Pin
Robert Rohde14-Mar-05 23:06
Robert Rohde14-Mar-05 23:06 
GeneralRe: what is best approach for getting performance? Pin
montu337715-Mar-05 0:06
montu337715-Mar-05 0:06 
GeneralRe: what is best approach for getting performance? Pin
Robert Rohde15-Mar-05 5:30
Robert Rohde15-Mar-05 5:30 
AnswerRe: what is best approach for getting performance? Pin
mav.northwind15-Mar-05 1:54
mav.northwind15-Mar-05 1:54 
GeneralRe: what is best approach for getting performance? Pin
montu337715-Mar-05 2:00
montu337715-Mar-05 2:00 
GeneralRe: what is best approach for getting performance? Pin
mav.northwind15-Mar-05 2:21
mav.northwind15-Mar-05 2:21 
GeneralRe: what is best approach for getting performance? Pin
montu337715-Mar-05 5:16
montu337715-Mar-05 5:16 
GeneralRe: what is best approach for getting performance? Pin
montu337715-Mar-05 8:56
montu337715-Mar-05 8:56 
GeneralRe: what is best approach for getting performance? Pin
mav.northwind15-Mar-05 20:30
mav.northwind15-Mar-05 20:30 
GeneralClosing the Child Window(popup window) Pin
Prabhakar.A14-Mar-05 19:52
Prabhakar.A14-Mar-05 19:52 
GeneralRe: Closing the Child Window(popup window) Pin
mav.northwind14-Mar-05 20:20
mav.northwind14-Mar-05 20:20 

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.