Multiple choice technology programming languages

Can you create Windows Services using VB.Net

  1. Yes

  2. No

  3. Not always

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Yes, you can create Windows Services using VB.NET. The .NET Framework provides the System.ServiceProcess namespace which includes the ServiceBase class that allows developers to create Windows Services. This is a standard capability of VB.NET and other .NET languages.