---
title: "How is development of a Windows service different from a Windows Forms application?"  
description: "How is development of a Windows service different from a Windows Forms application?"  
author: "Anonymous User"  
published: 2011-11-09  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1347/how-is-development-of-a-windows-service-different-from-a-windows-forms-application  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How is development of a Windows service different from a Windows Forms application?

A Windows service typically does not have a user interface, it supports a set of commands and can have a GUI \
that’s built later to allow for easier access to those commands. \

## Answers

### Answer by Anonymous User

A Windows service typically does not have a user interface, it supports a set of commands and can have a GUI \
that’s built later to allow for easier access to those commands. \


---

Original Source: https://www.mindstick.com/interview/1347/how-is-development-of-a-windows-service-different-from-a-windows-forms-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
