Repairs Management System

Submitted by Raj.Sharma on
This Computers and Phones Repair System is written using C# and Sql Server 2012 for my client. Main Fetaures are : 1. Customers Management 2. Billing 3. Invoice Receipt Login Information: Username- Admin Password- admin For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website Development,Mobile Apps Development at affordable

Sales Order Management System v1.0

Submitted by Raj.Sharma on
This Software is developed using Visual Basic.NET and MS Access 2010 for my client. Main Features are : 1.Dealers Management 2.Products Management 3.Sales Officers Management 4.Sales Management 5.Advanced Reports Login Information : Username- admin Password-admin For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website

Get IP Address of a Website using C#

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program that gets an IP address of a website using C#. When a user inputs the link of a particular website, then the program determines its ip address. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program IP Address of a Host. 2.

Flashlight Application in Android

Submitted by donbermoy on
Hi there! I have created an app again named Flashlight Application. This application is programmed in Basic4Android that has the capabilities to trigger to on your flashlight in your phone. This is compatible with Android 2.2 version and above. Install FlashLight.apk that i have attached with the source code to run the app. Best Regards, Engr.

Count Number of Words using C#

Submitted by donbermoy on
This is a tutorial in which we will going to create a program that will count the number of words that we have inputted using C#. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Word Count Program. 2.

Adding Watermark to Picture using C#

Submitted by donbermoy on
In this tutorial, we will create a program that adds a watermark to an image/picture using C#. We all know that watermark is a faint picture or mark made in some paper during manufacture, which is visible when held against the light and typically identifies the maker, it a special design contained in electronic documents, pictures, music etc that is used to stop people from copying them. Follow the following steps to create the program: 1.

Email Validation using C#

Submitted by donbermoy on
Today, I will teach you how to create a program that determines whether an inputted email is valid or not using C#. I have already a tutorial in this with vb.net but now I used C# here. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your program ValidateEmail. 2.