From previous part, you’ve learned to develop a simple windows service on Microsoft Visual Studio 2005 and how to create a setup wizard for install the service. But it …
Test Anti-Virus with Text File If you have anti-virus installed on your PC and wonder whether your anti-virus is working or not. What would you do to test the …
In this part, I’m going to create an installer project for install my windows service ‘MyService’. The installer wizard helps you to install service easily simply click next, next,.. …
In this part, I’ll show how to create a simple Windows Service project using VB.NET on Microsoft Visual Studio 2005. The example service will generate a message to application …
Introduction to Windows Service What is Windows service? Windows Service is an application or a program that can run without needing any user interaction. It is useful in server …
Nowadays, virtualization is a solution which is interested by many IT manager. By converting existing system to virtual, you can save lot of money from buying new hardware every …
SQL Server 2005 Training, Day 1, Part 2 This part contents mostly concerns coding on VB.NET which will interacts with SQL server on pubs database. The sample database can …
Accessing SQL Server on NetBeans using JDBC, Part 3: Troubleshooting This post is the last part which gathers common problems along with solutions about accessing SQL Server using JDBC …