Easiest language for creating a Windows service

后端 未结 6 1293
抹茶落季
抹茶落季 2020-11-22 05:12

What is the easiest language to build Windows services in?

Easiest in this case would be defined as least amount of code, and lowest point of entry into the language

6条回答
  •  自闭症患者
    2020-11-22 05:33

    With Visual C#, you'll find the most code samples on the net. Combined with Visual Studio, and it's a walk in the park to get a basic Windows Service up and running. Visual Studio also makes it a snap to create a MSI installer package.

    That would be my pick

提交回复
热议问题