Latest Posts

How to Create Thumbnail Image in C#
By Tan Lee Published on Mar 31, 2024 4.62K

To create a thumbnail from an image in C#, you can use the System.Drawing namespace, which provides classes to work with images.

Read more
How to Insert Update Delete View data in SQL Server using 3 Tiers in C#
By Tan Lee Published on Jun 25, 2017 6.86K

Implementing Insert, Update, Delete, and View (CRUD operations) in SQL Server using the 3-tier architecture in C# involves dividing your application into three layers:

Read more
How to Print Receipt using Report Viewer in C#
By Tan Lee Published on May 26, 2017 22.78K

To create and print an RDLC report in a Windows Forms application with parameters in C#, follow these steps.

Read more
How to Insert Update Delete Select in SQL Server in C#
By Tan Lee Published on Jun 25, 2017 6.56K

To perform Insert, Update, Delete, and Select operations in SQL Server using Entity Framework Database First in C#, you can follow these steps.

Read more
How to create a Notification Popup in C#
By Tan Lee Published on Jun 21, 2017 15.17K

Creating a notification popup window in C# using the Tulpep.NotificationWindow library is a straightforward process.

Read more
How to Print Orders/Receipt using Report Viewer in C#
By Tan Lee Published on Jun 21, 2017 22.4K

Printing orders or receipts using the Report Viewer in C# typically involves creating a report using Microsoft Report Viewer, binding it to your data, and invoking the print functionality.

Read more
How to use Layout Control in C#
By Tan Lee Published on Jun 21, 2017 6.98K

The DevExpress Layout Control is a versatile layout manager for creating complex user interfaces in WinForms. It provides a flexible way to arrange controls and manage their sizes, positions, and layout behavior.

Read more
How to Read QR Code from Webcam in C#
By Tan Lee Published on Jul 16, 2024 36.09K

To read a QR code from a webcam or camera in a C# Windows Forms Application using AForge.NET and ZXing.Net, you can follow these steps.

Read more
How To Read a Barcode From an Image in C#
By Tan Lee Published on Jun 15, 2024 11.41K

To read barcodes from images in a C# Windows Forms application using the ZXing.Net library, you can follow these steps.

Read more
How to install .net framework 3.5 offline
By Tan Lee Published on Jul 02, 2024 1.25K

Installing .NET Framework 3.5 offline can be necessary when you don't have an active internet connection or when the online installer fails to work properly.

Read more
How to enable developer mode for development in Visual Studio
By Tan Lee Published on Jul 04, 2024 773

To enable or disable Developer Mode in Visual Studio for developing Universal Windows Platform (UWP) apps in Windows 10, you need to follow these steps.

Read more
ASP.NET MVC Responsive Templates Free Download
By Tan Lee Published on Mar 23, 2024 56.27K

To use free responsive admin templates and themes in an ASP.NET Identity MVC project, you'll generally want to integrate a pre-built admin dashboard template into your project that already works well with responsive design principles.

Read more