Windows Forms
How to Connect and Use Local Database in Visual Studio 2019
7/16/2024 8:57:30 AM 29.85K
To connect and use a local database in a C# Windows Forms application using Visual Studio 2019, you can follow these steps.
Read moreHow to encrypt a password in C#
7/16/2024 8:56:37 AM 14.01K
Encrypt a password with MD5 in C# by entering text into a TextBox, then encrypting and displaying the result in a TextBox control.
Read moreHow to read .csv file in C#
7/16/2024 8:56:14 AM 29.56K
To read a CSV file into a DataTable and display it in a DataGridView in a C# Windows Forms application, you can follow these steps.
Read moreHow to read excel file in C#
7/16/2024 8:55:14 AM 10.02K
To read Excel files (.xls or .xlsx) using the ExcelDataReader library in a C# application, follow these steps.
Read moreHow to Read and Write csv file in C#
7/16/2024 8:54:47 AM 18.77K
To read CSV data into a DataGridView and write data back to a CSV file using the CsvHelper library in a C# Windows Forms application, follow these steps.
Read moreHow to change connection string in App.config dynamically in C#
7/16/2024 8:53:48 AM 33.87K
To change the ConnectionString at runtime in a C# Windows Forms application using App.config, you typically follow these steps.
Read moreHow to Create a Wait Form Dialog in C#
7/16/2024 8:52:11 AM 30.15K
Creating a wait dialog in a C# Windows Forms application can enhance user experience by providing feedback during long-running operations.
Read moreHow to Create a backup SQL Server in C#
7/16/2024 8:51:10 AM 8.74K
Creating a full database backup in a C# Windows Forms application involves using SQL Server Management Objects (SMO) from the Microsoft.SqlServer.Smo assembly.
Read moreHow to Display an Image in Report Viewer using C#
7/16/2024 8:50:37 AM 18.14K
To display an image in an RDLC report within a C# Windows Forms application, follow these steps.
Read moreHow to Download and Install Metro Framework
7/16/2024 8:37:52 AM 47.14K
How to download and install Metro Framework from Nuget or offline without using Visual Studio.
Read more