Easiest language for creating a Windows service

后端 未结 6 1353
抹茶落季
抹茶落季 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:50

    For me, and I've only tried it a couple of ways, Visual Studio and C# was the easiest.

    Visual Studio did all of the necessary service plumbing setup for the framework and I found C# very easy to learn, migrating from VB6, VB.NET and C.

提交回复
热议问题