what are the differences between windows services and web
services?
Answer Posted / varun
a windows service is installed on a Windows box and is very
windws platform dependent. it keeps running in the back
ground even if the user has logged off. a service is
typically use ful where on servers there are long running
processes.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
How can we Validate a Controls in ASP.NET page using JavaScript?
Which adapter should you use, if you want to get the data from an access database?
What is slidemaster?
What is syntax code to send email from an asp.net application?
What is the difference between CC and BCC?
What is virtual directory in asp.net?
What is the use of session state and application state and difference between them?
How do you handle server controls?
Which object encapsulates state or data of a user?
What is httpresponse?
Explain the difference between globalization and localization techniques
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is jade template engine?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Why session is necessary in web application?