Latest Posts
How to encrypt a password in C#
By Tan Lee Published on Jul 16, 2024 15.32K
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 Display an Image in Report Viewer using C#
By Tan Lee Published on Jul 16, 2024 19.27K
To display an image in an RDLC report within a C# Windows Forms application, follow these steps.
Read moreHow to Insert Update Delete and View data from SQL Database in C# using ADO.NET
By Tan Lee Published on Jul 16, 2024 34.34K
To perform insert, update, and delete operations in a DataGridView in a C# Windows Forms Application using ADO.NET with Metro Framework, you'll need to follow these steps.
Read moreHow to send SMS messages in C#
By Tan Lee Published on Jul 16, 2024 20.65K
To send SMS messages to mobile phones via the internet using the Vianett API in a C# Windows Forms Application, you'll need to follow these steps.
Read moreHow to use ComboBox in C#
By Tan Lee Published on Jul 16, 2024 9.42K
In C#, a ComboBox is a commonly used control in Windows Forms applications for presenting a dropdown list of items to users, allowing them to select one or more options from the list.
Read moreHow to Insert Update Delete View data from SQL Database in C#
By Tan Lee Published on Jul 16, 2024 8.38K
To perform CRUD operations (Create, Read, Update, Delete) on student profile data from an SQL database using Dapper ORM, Stored Procedures, and Metro Framework in a C# Windows Forms Application, follow these steps.
Read moreHow to Create a Youtube Search with Paging in C#
By Tan Lee Published on Jul 16, 2024 18.28K
To create a YouTube search with paging using the YouTube Data API in a C# Windows Forms Application, you'll need to integrate the YouTube API, handle perform searches, and implement paging to display results in your application.
Read moreHow to Create Data Access with SQL Database in C#
By Tan Lee Published on Jul 16, 2024 15.62K
Accessing data from an SQL database using Dapper ORM in a C# Windows Forms Application involves several steps, including setting up your database connection, defining models, executing queries, and handling data retrieval.
Read moreHow to Create CPU and RAM Monitor with Real time Charts in C#
By Tan Lee Published on Jul 16, 2024 23.81K
Creating a CPU and RAM monitor with real-time charts using Metro Framework, Performance Counter, and Chart controls in a C# Windows Forms Application involves several steps.
Read moreHow to create Charts and Graphs in Crystal Report
By Tan Lee Published on Jul 16, 2024 7.55K
Creating charts and graphs in Crystal Reports within a C# Windows Forms application involves several steps.
Read moreHow to Search data from Database in C#
By Tan Lee Published on Jul 16, 2024 23.4K
To search data in a SQL database using a C# Windows Forms Application, you typically follow these steps.
Read moreHow do I retrieve disk information in C#
By Tan Lee Published on Jul 13, 2024 4.81K
To retrieve disk information in a C# Windows Forms Application, you can utilize the DriveInfo class from the System.IO namespace.
Read more