Posts

Showing posts with the label windows service

Creating a Windows Service in VB.NET: .NET 2.0 Approach (2008)

One of the key features provided by Microsoft Visual Studio is the ability to create and run Windows Services. Unlike earlier languages like Visual Basic 6 or C++ where you had to call several API functions and take care of cross language data-type conversions, the .Net Framework provides all the tools required to create a Windows service at one place.