logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are Windows services?


  • Correct Answer
  • Windows services, previously known as NT services, are applications that are installed on the system as system services In other words, Windows services are applications that run in the background with the Windows operating system The primary use of Windows services is to reduce the consumption of memory required for performing backend operations Let's take an example to understand this easily Suppose you want to perform a variety of functions, such as monitor the performance of your computer or application, check the status of an application, and manage various devices, such as printers In such a case, you can use Windows services to reduce memory consumption In addition, Windows services can run on your system even if you have not logged on to your computer In addition, these services do not have any user interface 


  • Technology problems


    Search Results


    • 1. Which interface implements the standard query operators in LINQ?
    • Discuss
    • 2. What are standard query operators in LINQ?
    • Discuss
    • 3. What is the DataContext class and how is it related to LINQ?
    • Discuss
    • 4. Write the basic syntax of a LINQ query in Visual Basic as well as in C#.
    • Discuss
    • 5. What is Language Integrated Query (LINQ)?
    • Discuss
    • 6. Which class in .NET is used to install a Windows service?
    • Discuss
    • 7. What is ASP.NET AJAX?
    • Discuss
    • 8. How many validation controls are available in ASP.NET AJAX 4.0?
    • Discuss
    • 9. Describe the situations in which AJAX should not be used.
    • Discuss
    • 10. What is an assembly?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment