Window service vs Web service
-
hi Any body tell when to use windows service and when to use weservice and differences bet Windows and webservice yogesh m
windows service are service to be run on system like norton antivirus sql server they can be used on lan web services are used for Internet based applications Ankit Aneja "Nothing is impossible. The word itself says - I M possible"
-
hi Any body tell when to use windows service and when to use weservice and differences bet Windows and webservice yogesh m
Windows Services are services which will be started when the OS starts and will be terminated when the OS shut downs. It is like Other services in Windows like Sequel server. you create a windows services then you can see that at Control Panel->Administrative tool->Services. Web services are used to access components across the Web. It is platform independant. That is we can access a component which is developed in Java or some other languages using .NET Web services. That is Components developed in different languages can communicate across the internet. Suseel Kumar
-
Windows Services are services which will be started when the OS starts and will be terminated when the OS shut downs. It is like Other services in Windows like Sequel server. you create a windows services then you can see that at Control Panel->Administrative tool->Services. Web services are used to access components across the Web. It is platform independant. That is we can access a component which is developed in Java or some other languages using .NET Web services. That is Components developed in different languages can communicate across the internet. Suseel Kumar