C#

C-Sharp

How to Verify EVEN or ODD Number Using C#

Submitted by janobe on
In this tutorial, let’s learn how to verify the Even or Odd number using C#. This is just a simple program that you can easily understand and work on. For verifying whether the number is an Even or Odd, all you have to do is simply input any number that you like then press ENTER to execute the program and the result will tell you if it’s an Even or Odd number.

How to Save an Image in the MySQL Database Using C#

Submitted by janobe on
This one is the continuation of my previous tutorial which is How to Load an Image from the Local Directory into the PictureBox in C#. This tutorial will show you how to save an image in the mysql database using c#. In this method you will be able to save any image that you like that is available from the Local Directory to MySQL Database. See the procedure below.

How to Search Data in the DataGridView Using a ComboBox in C#

Submitted by janobe on
Searching data is very important most especially if you have a lot of data stored in the database. In this way, it will be easier for you to search the data that you need. So, in this tutorial, I will teach you how to search data in the datagridview using a combobox in c# and MySQL database. I based this on my last tutorial which is How to Fill Data in a ComboBox Using C# and MySQL Database because of their similar method.

How to Fill Data in a ComboBox Using C# and MySQL Database

Submitted by janobe on
In this tutorial, I will teach you how to fill data in a combobox using c# and mysql database. This method is so useful when you retrieve all the data in the column of the table in the database, to use it for the selection field in the registration form of the system. Just simply follow the step below to see how it works.

Simple CRM Call Logs (WPF, C#, MVVM, Databinding, Code First Entity Framework)

Submitted by Erwin Wilson Ceniza on
This a running WPF app... To run the program... Step 0: install EntityFramework in the nuget package manager Step 1: * Delete all the migration files (e.g 201809271109154_InitialDatabase.cs) under the Migrations Folder that is also under the CRM.DataAccess Library Project Step 2: * Change the [Data Source] value of the connection string in to name of your local server instance in SQL Server in the