Windows Forms

How to Insert Update Delete Search data from local database in C#
By Tan Lee Published on Jul 24, 2017 10.53K

Creating a Telephone Diary (Phone Book) application in C# using Material Skin with a local database can be broken down into the following steps.

Read more
How to Check SQL Server Connection in C#
By Tan Lee Published on Jul 03, 2017 14K

You can check a SQL Server connection in a C# Windows Forms application using the SqlConnection class from the System.Data.SqlClient namespace.

Read more
How to Generate Serial Key in C#
By Tan Lee Published on Jul 03, 2017 10.5K

Serial key generation and validation are crucial components of software licensing.

Read more
How to Insert Update Delete and View data in C# using Redis
By Tan Lee Published on May 26, 2017 8.23K

To perform Insert, Update, Delete, and View operations in C# using Redis, follow these steps.

Read more
How to Read Excel file and Import data from Excel to SQL Server in C#
By Tan Lee Published on Jul 16, 2024 33.24K

To read an Excel file and import data from Excel into SQL Server in C# Windows Forms Application using ExcelDataReader and Dapper ORM for database operations are excellent choices. Below are the steps you can follow.

Read more
How to make a File Explorer in C#
By Tan Lee Published on Jul 15, 2017 11.56K

Creating a File Explorer in C# using Windows Forms involves building a UI with components such as WebBrowser, and potentially a TextBox or Label for displaying the file path.

Read more
How to Insert Update Delete View and Search data from MS Access in C#
By Tan Lee Published on Jun 01, 2017 21.48K

How to Insert Update Delete View and Search data from MS Access in C#

Read more
How to Use Multiple Color in RichTextBox using C#
By Tan Lee Published on May 24, 2017 5.8K

To use multiple colors in a RichTextBox in C#, you can use the SelectionColor property to change the color of the selected text.

Read more
How to Print Invoice in C#
By Tan Lee Published on Jun 18, 2017 12.76K

To create an invoice, receipt, or order using DevExpress XtraReport in C#, you will need to follow a few steps.

Read more
How to Insert Update Delete and View data from SQL Database using NPoco ORM in C#
By Tan Lee Published on Jun 18, 2017 8.2K

How to Insert, Update, Delete and View Student Profile data from SQL database using NPoco ORM, Stored Procedure, Metro Framework in C#

Read more