Latest Posts

Getting Started with LiteDB database in C#
By Tan Lee Published on Jun 24, 2024 14.27K

Using LiteDB, a NoSQL database for .NET, in C# is straightforward and involves a few basic steps to get started.

Read more
Skydash Bootstrap 4 HTML5 Admin Dashboard Template
By Tan Lee Published on Nov 18, 2024 960

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 more
How to Record voice in C#
By Tan Lee Published on Jun 12, 2024 11.61K

To record audio from a microphone in C# Windows Forms Application, you can use the Win32 API.

Read more
How to record audio from microphone in C#
By Tan Lee Published on Jul 13, 2024 3.11K

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 more
How to open pdf file in browser in C#
By Tan Lee Published on Jul 12, 2024 2.43K

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 more
How to Automatically increment the assembly version number in C#
By Tan Lee Published on Jul 16, 2024 2.28K

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 more
How to Add the Form in Panel from another Form in C#
By Tan Lee Published on May 18, 2024 36.58K

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
How to Upload Image to Server in C#
By Tan Lee Published on Jul 17, 2024 14.6K

To upload an image to a web server in a C# Windows Forms application, you can use the HttpClient class or RestSharp to send a POST request with the image data as a multipart form data.

Read more
How to Add a Custom Prerequisites to Visual Studio Setup Project
By Tan Lee Published on Jul 13, 2024 20.05K

To add the Microsoft Access Database Engine as a prerequisite in a Visual Studio Setup Project, follow these steps.

Read more
How to fix 'Failure sending mail' in C#
By Tan Lee Published on Jul 13, 2024 10.61K

Fixing "Failure sending mail" issues in C# when using Office 365 for sending emails typically involves ensuring that your SMTP settings and authentication credentials are correctly configured.

Read more
How to create a SplashScreen in C#
By Tan Lee Published on Jul 18, 2017 8.55K

To create a splash screen in a C# application using DevExpress, you can utilize the SplashScreenManager class provided by the DevExpress framework.

Read more
How to make a WhatsApp Messenger in VB.NET
By Tan Lee Published on Jun 01, 2017 32.11K

How to convert from C# to VB.Net and How to make a WhatsApp Messenger in Visual Basic .Net

Read more