C# Tutorial

Play Audio (.WAV) Files in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will only play audio files preferably .wav files using c#. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Display PDF File inside the Form using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will open and display a PDF File inside the form using C# language. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Highlights Text in a Text File in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program load a text file in the richtextbox, search a particular word, and then highlights it. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Play Beep Sound in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will play a beep sound in C#, loops the beep sound, and it will also have a delay to beep. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Add three textboxes labeled as Play Beep Sound, Play Beep Sound 3x, and Play Beep Sound with Delay . 3.

Text to Speech Application in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will have a text to speech application. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Login with SQL Server 2008 Database in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a login program that will have records on the database and will be accessed to login for the security. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2.

Populate Combobox with Data Stored in SQL Server 2008 using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will load records to a combobox from a SQL Server 2008 database using c#. This will be very helpful in making your systems or thesis. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Add only one combobox in your Form.

ListView Alternate Color in C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that has an alternate color in C#. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Add only one ListView in your Form.

Change System Date using C#

Submitted by donbermoy on
In this article, i will teach you how to create a program that will change the system date of your computer. This tutorial is very helpful to your program or system having this integration. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Next, add one DateTimePicker and and one button.

Facade Design Pattern with C#.NET and SQL Server

Submitted by thusitcp on
Most of software companies are making high cost software for their clients around the world so software development should become profitable business to development companies. Standard development process, well define cording style always helpful to achieve their business goals. As my experience lot of software has some portion of common occurring problems. Developing same component for each client will be reducing profit of software companies. To overcome above issues now a day’s software companies used reusable component.