Category - Windows Service
23 Nov 2020 23 Nov 2020 0 Comments  16373 Views
Here Mudassar Ahmed Khan has explained with an example, how to create Connection String in C# and VB.Net.

This article will illustrate how to create connection string for Windows and SQL Server based authentication for Windows Forms and Console Applications in C# and VB.Net.
12 Nov 2020 12 Nov 2020 0 Comments  11854 Views
Here Mudassar Ahmed Khan has explained with an example, how to reverse a String using C# and VB.Net.

This article will illustrate how to create a simple STATIC function which can be used in ASP.Net Web Forms, ASP.Net MVC, ASP.Net Core, Windows Applications and also Console Applications built in C# or VB.Net.
28 Dec 2017 28 Dec 2017 1 Comments  29892 Views
Here Mudassar Ahmed Khan has explained with an example, how to build a simple Windows Service that runs periodically at regular intervals and as well as once a day at specific (certain) time of day using C# and VB.Net in Visual Studio 2013, 2015 and 2017 versions.

The Windows service will support two modes.
1. Interval mode: where Windows Service execute a task at regular intervals after some delay.
2. Daily mode: where the Windows Service will execute a task at specific (certain) time of day.
29 Jun 2017 29 Jun 2017 1 Comments  23272 Views
Here Mudassar Ahmed Khan has explained with an example, how to automatically send Birthday email daily at particular time using C# and VB.Net.

In order to automatically send Birthday email daily at particular time, a Windows Service will be created which will run daily at the particular time and will automatically send Birthday emails using C# and VB.Net.
28 Jun 2017 28 Jun 2017 0 Comments  28311 Views
Here Mudassar Ahmed Khan has explained with an example, how to send email daily at particular time automatically using C# and VB.Net.

In order to send email daily at particular time automatically, a Windows Service will be created which will run daily at the particular time and will automatically send emails using C# and VB.Net.
04 Jan 2016 04 Jan 2016 0 Comments  40867 Views
Here Mudassar Ahmed Khan has explained how to install Windows Service build in C# or VB.Net on a Remote Server Machine using <>InstallUtil.exe file.
In order to install the Windows Service on a Remote Server Machine, first task is to locate the InstallUtil.exe file.
30 Sep 2015 30 Sep 2015 0 Comments  26351 Views
Here Mudassar Ahmed Khan has explained a basic Hello World example of Windows Service in C# and VB.Net.
30 Sep 2015 30 Sep 2015 0 Comments  112033 Views
Here Mudassar Ahmed Khan has explained hwith an example, how to create a simple Windows Service that writes to Log File (Text File) in C# and VB.Net.
15 Jun 2015 15 Jun 2015 3 Comments  83994 Views
Here Mudassar Ahmed Khan has explained how to build a simple Windows Service that repeats a Task periodically at N intervals and as well as once a day at specific (certain) time of day using C# and VB.Net.

The Windows service will support two modes
1. Interval mode: where Windows Service execute a task at regular intervals after some delay
2. Daily mode: where the Windows Service will execute a task at specific (certain) time of day.
06 Apr 2015 06 Apr 2015 1 Comments  42499 Views
Here Mudassar Ahmed Khan has explained how to automatically start a Windows Service after installation is completed using C# and VB.Net.
The Windows Service will be started automatically after the installation is completed by making use of the AfterInstall event handler.
30 Jan 2015 30 Jan 2015 5 Comments  180867 Views
Here Mudassar Ahmed Khan has explained with a simple example how to automatically send emails daily at specific time using Windows Service in C# and VB.Net.

The Windows Service will run daily at the specified time and will automatically trigger a method to fetch records from database and send email to all records.
05 Jan 2015 05 Jan 2015 5 Comments  260477 Views
Here Mudassar Ahmed Khan has explained a tutorial to create a simple Windows Service with sample example in C# and VB.Net.
10 Dec 2014 10 Dec 2014 0 Comments  37837 Views
Here Mudassar Ahmed Khan has explained how to install a C# or VB.Net Windows Service silently without prompting for Username and Password from Command Prompt (Line) using InstallUtil.exe utility.
09 Dec 2014 09 Dec 2014 0 Comments  99336 Views
Here Mudassar Ahmed Khan has explained to install and uninstall Windows Service using InstallUtil.exe utility from Command Prompt (Line) in C# and VB.Net.
08 Dec 2014 08 Dec 2014 21 Comments  335833 Views
Here Mudassar Ahmed Khan has explained how to build a simple Windows Service that runs periodically at regular intervals and as well as once a day at specific (certain) time of day using C# and VB.Net.

The Windows service will support two modes
1. Interval mode: where Windows Service execute a task at regular intervals after some delay
2. Daily mode: where the Windows Service will execute a task at specific (certain) time of day.