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
When you use Ajax controls in the ASP.NET application?
How would you turn off cookies on a page of a website?
What is the viewstate in asp.net?
What are server objects?
What is the difference between page directive include and action tag include?
What are the benefits of Razor View?
Is asp.net 64-bit enabled? How?
What is the sequence in which ASP.NET events are processed?
How do I create a web form?
What is bson in web api?
What is route in web api?
What is difference between viewstate and session in asp net?
What is session start?
How to bind all the binding controls in a page at once in ASP.NET?
What are the differences between clr & cts?