Latest Posts

How to use Wizard Control in C#
By Tan Lee Published on May 15, 2024 7.52K

To use a Wizard control in a C# Windows Forms Application using the AdvancedWizard library, you typically need to follow these steps.

Read more
How to Read an Excel File in C#
By Tan Lee Published on Jul 16, 2024 10.67K

To read Excel files (.xls or .xlsx) using the ExcelDataReader library in a C# application, follow these steps.

Read more
HTTP Error 500.31 - Failed to load ASP.NET Core runtime
By Tan Lee Published on Jun 04, 2024 880

The HTTP Error 500.31 - Failed to load ASP.NET Core runtime is typically caused by a missing or misconfigured .NET runtime required to run your ASP.NET Core application.

Read more
Logging file using NLog in ASP.NET Core
By Tan Lee Published on Mar 08, 2020 8.93K

Integrating NLog into an ASP.NET Core application is a straightforward process.

Read more
How to use Builder Pattern in C#
By Tan Lee Published on Feb 16, 2024 822

The Builder pattern is a creational design pattern that enables the step-by-step construction of complex objects.

Read more
How to use Factory Method Pattern in C#
By Tan Lee Published on Feb 16, 2024 684

The Factory Method is a creational design pattern that defines an interface for creating objects in a superclass.

Read more
How to use Singleton pattern in C#
By Tan Lee Published on Feb 16, 2024 688

The Singleton is a creational design pattern that ensures a class has only one instance.

Read more
What are Design Patterns?
By Tan Lee Published on Sep 05, 2019 5.31K

This article will introduce you briefly about Design Patterns.

Read more
How to Download Microsoft SQL Server
By Tan Lee Published on Jun 22, 2024 743

Microsoft SQL Server is available in several editions, each catering to different needs and use cases.

Read more
How to use log4net for logging in C#
By Tan Lee Published on Jun 07, 2024 14.84K

Using log4net in C# Windows Forms applications is a great way to incorporate logging functionality into your application for debugging and error tracking purposes.

Read more
How To Make UEFI Bootable USB Flash Drive
By Tan Lee Published on Mar 20, 2020 4.74K

To create a UEFI bootable USB flash drive using Rufus, follow these steps.

Read more
How to disable Windows Defender SmartScreen
By Tan Lee Published on Dec 24, 2024 377

Microsoft Defender SmartScreen in Microsoft Edge helps protect your security by blocking phishing and malware sites, as well as unsafe downloads, while providing information to help you make informed decisions.

Read more