Latest Posts

How to Upload a file to Web API in C#
By Tan Lee Published on Jul 16, 2024 21.83K

To upload files and submit form data to an ASP.NET Core Web API using RestSharp in a C# Windows Forms application, you can follow these steps.

Read more
How to create Chart/Graph in C#
By Tan Lee Published on Mar 30, 2019 19.58K

Creating charts/graphs like bar, line, and pie charts with data from a SQL Server database using C# typically involves the following steps.

Read more
How to capture image from webcam in C#
By Tan Lee Published on Nov 13, 2024 2.39K

To capture an image from a webcam in a C# Windows Forms application, you can use the AForge.NET

Read more
How to Download and Install DevExpress
By Tan Lee Published on Sep 08, 2020 13.52K

To download and install DevExpress controls in Visual Studio 2013/2015/2017/2019/2022, follow these steps.

Read more
How to Create a simple TCP/IP chat application in C#
By Tan Lee Published on Jul 16, 2024 87.32K

Creating a simple TCP/IP chat application using the SimpleTCP library in a C# Windows Forms application involves several steps.

Read more
How to Read a PDF file in C#
By Tan Lee Published on Jul 04, 2024 10.3K

To read a PDF file using iTextSharp in a C# Windows Forms Application, you'll need to follow these steps.

Read more
How to Send an email using gmail API in C#
By Tan Lee Published on Mar 02, 2024 17.11K

To send an email using the Gmail API in a C# Windows Forms Application, you'll need to follow these steps.

Read more
How to Print DataGridView with Header & Footer with Landscape in C#
By Tan Lee Published on Jun 19, 2017 18.69K

To print data from a DataGridView in C# Windows Forms with a header, footer, and landscape orientation using the DGVPrinter library, you can follow these steps.

Read more
How to Create Effect Winform using AnimateWindow in C#
By Tan Lee Published on Jun 13, 2024 8.24K

To create an effect in a WinForm using AnimateWindow in C#, you can follow these steps.

Read more
How to Get the amount of RAM available on the System in C#
By Tan Lee Published on Jun 11, 2024 20.96K

How to get the amount of RAM available on the System in C# using System.Management.

Read more
How to create a Chromium Browser using CefSharp in C#
By Tan Lee Published on Jul 16, 2024 40.53K

Creating a Chromium-based browser using CefSharp in a C# Windows Forms application involves several steps.

Read more
How to Create a backup SQL Server in C#
By Tan Lee Published on Jul 16, 2024 9.89K

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 more