Latest Posts
How to Encrypt and Decrypt ConnectionString in App.config file in C#
By Tan Lee Published on Jul 17, 2024 38.07K
Encrypting connection strings in app.config or web.config in C# is a common practice to secure sensitive information such as database credentials.
Read moreHow to Create a Geo Chart using LiveCharts in C#
By Tan Lee Published on Jun 25, 2024 10.7K
Creating a Geo Chart (GeoHeatMap) using LiveCharts in a C# Windows Forms Application involves a few steps to set up the environment and then configure the chart.
Read moreHow to create a Metro Message Box in C#
By Tan Lee Published on Jul 16, 2024 25.37K
Creating a Metro MessageBox using Metro Framework Modern UI Design in C# Windows Forms application.
Read moreHow to use Modern UI Metro Framework in C#
By Tan Lee Published on Jul 16, 2024 20.16K
To use the WinForms Modern UI Metro Framework in a C# Windows Forms application, follow these steps.
Read moreGetting Started with LiteDB database in C#
By Tan Lee Published on Jun 24, 2024 13.91K
Using LiteDB, a NoSQL database for .NET, in C# is straightforward and involves a few basic steps to get started.
Read moreAce Admin Template
By Tan Lee Published on Jun 12, 2024 1.47K
Ace Admin Template is a responsive web template designed to streamline the process of building web applications.
Read moreSkydash Bootstrap 4 HTML5 Admin Dashboard Template
By Tan Lee Published on Nov 18, 2024 620
Skydash is a free, responsive admin dashboard template built with Bootstrap, HTML, and CSS. Featuring a minimal design with a beautiful mix of colors, fonts, and images, it creates an appealing and stylish user interface.
Read moreHow to Record voice in C#
By Tan Lee Published on Jun 12, 2024 11.34K
To record audio from a microphone in C# Windows Forms Application, you can use the Win32 API.
Read moreHow to record audio from microphone in C#
By Tan Lee Published on Jul 13, 2024 2.4K
To record audio from a microphone in C#, you can use the NAudio library, which is a popular library for working with audio in .NET.
Read moreHow to open pdf file in browser in C#
By Tan Lee Published on Jul 12, 2024 1.98K
To display a PDF within a Windows Forms application using C#, you can use the WebBrowser control, which is capable of rendering PDF files if Adobe Acrobat Reader or another PDF viewer plugin is installed on the user's machine.
Read moreHow to Automatically increment the assembly version number in C#
By Tan Lee Published on Jul 16, 2024 1.73K
To automatically increment the assembly version number in a C# project, you typically configure this in the project's properties or through attributes in the AssemblyInfo.cs file.
Read moreHow to Add the Form in Panel from another Form in C#
By Tan Lee Published on May 18, 2024 35.83K
In a C# Windows Forms Application, opening a form inside a panel involves creating an instance of the form and setting its TopLevel property to false to indicate that it will be hosted within another container.
Read more