Latest Posts

How to Set Up Dark Theme in SQL Server Management Studio
By Tan Lee Published on Dec 16, 2024 716

To enable the Dark Theme in SQL Server Management Studio (SSMS), follow these steps.

Read more
Breeze Bootstrap 4 Responsive Admin Dashboard Template
By Tan Lee Published on Nov 20, 2024 794

Breeze Admin is a vibrant, free Bootstrap 4 admin template with a bright, eye-catching design and a minimal, attractive layout.

Read more
Implementing Caching in ASP.NET Core
By Tan Lee Published on Dec 14, 2024 380

Caching improves application performance by storing frequently accessed data in memory, reducing the need to repeatedly fetch it from the database.

Read more
Building a Custom Request Pipeline with ASP.NET Core Middleware
By Tan Lee Published on Dec 14, 2024 443

To create a custom request pipeline with ASP.NET Core Middleware, you can follow steps.

Read more
How to Export DataTable to Excel without Interop in C#
By Tan Lee Published on Jul 16, 2024 15.39K

You can export a DataTable to an Excel file without using Interop by using the ClosedXML library in C#.

Read more
How to Insert Update Delete data in Database from DataGridView in C#
By Tan Lee Published on Jul 25, 2017 14.4K

To manage Insert, Update, and Delete operations in a SQL database using a DataGridView in a C# Windows Forms application built with the Metro Framework (Modern UI), follow these steps.

Read more
How to use Modern UI Metro Framework in C#
By Tan Lee Published on Jul 26, 2017 9.78K

Designing a modern UI for a WinForms application using the Metro Framework is a straightforward process.

Read more
How to use DevExpress Themes/Skins in C#
By Tan Lee Published on Jun 18, 2017 12.34K

To use the DevExpress Skin Manager in a C# Windows Forms application, you need to follow a few steps to apply and customize the UI skin.

Read more
How to Create a Metro Login form with SQL Server in C#
By Tan Lee Published on Jun 19, 2017 7.08K

To create a Metro-style login form in C# with SQL Server, follow these steps.

Read more
How to Create CPU and Memory Monitor using Metro Modern UI in C#
By Tan Lee Published on Jun 03, 2017 8.49K

Creating a CPU and memory monitor in C# with the Metro Framework involves integrating system performance counters and a visually appealing user interface.

Read more
How to Create a Metro Modern Flat UI Dashboard in C#
By Tan Lee Published on Jun 08, 2017 38.22K

Creating a Metro Modern Flat UI Dashboard in C# using the Metro Framework and Modern UI involves several steps.

Read more
How To Open and Read an Excel file into a ListView in C#
By Tan Lee Published on Jul 17, 2024 10.99K

To open and read an Excel spreadsheet into a ListView in a C# Windows Forms Application, you'll need to use the Microsoft.Office.Interop.Excel library, which allows you to interact with Excel files programmatically.

Read more