Latest Posts

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

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.12K

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

Read more
How to Print Text in a Windows Form Application Using C#
By Tan Lee Published on May 23, 2017 13.64K

Printing text in a Windows Forms application involves using the PrintDocument class and its associated events.

Read more
How to Create a Modern Windows 8 UI with the Metro Framework in C#
By Tan Lee Published on Jul 15, 2017 8.74K

o create a modern Windows 8 UI with the Metro Framework in C#, follow these steps.

Read more
How to create a Web Browser with Tabs in C#
By Tan Lee Published on Jul 04, 2017 12.33K

Creating a simple web browser with tabs in C# can be done using the WebBrowser control.

Read more
How to fill ComboBox and DataGridView automatically in C#
By Tan Lee Published on Jul 26, 2017 7.27K

To automatically populate a ComboBox and a DataGridView in C#, you typically need to bind these controls to data sources.

Read more
How to Read text file and Sort list in C#
By Tan Lee Published on Jul 04, 2017 7.75K

To read a text file and sort a list in C#, you can follow these steps.

Read more
How to pass ListView row data into another Form in C#
By Tan Lee Published on Jul 26, 2017 8.65K

To pass data from a ListView row to another form in C#, you can follow these steps.

Read more
How to use LINQ to SQL with Stored Procedures in C#
By Tan Lee Published on Jul 24, 2017 8.3K

An overview of using stored procedures with LINQ to SQL in C# Windows Forms

Read more
'Microsoft ACE OLEDB 12.0' provider is not registered on the local machine solution
By Tan Lee Published on May 30, 2017 4.21K

The error 'Microsoft ACE OLEDB 12.0' provider is not registered on the local machine usually occurs when the required Access Database Engine (ACE) provider is not installed or there is a mismatch between the bitness (32-bit or 64-bit) of your application and the ACE provider.

Read more
How to use Ribbon Control in C#
By Tan Lee Published on Apr 08, 2019 10.58K

To create a Ribbon form using the DevExpress Ribbon Control in a C# .NET Windows Forms application, you need to follow a series of steps to set up the DevExpress Ribbon Control and configure its UI elements.

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

To perform basic CRUD operations in C# with MySQL, you can use the MySQL.Data package, which provides a set of classes to connect to a MySQL database.

Read more