Latest Posts

How to Save and Retrieve Image from SQL database in C#
By Tan Lee Published on Aug 13, 2017 20.85K

To save and retrieve images from an SQL database using Entity Framework in C#, you need to follow a few steps to handle binary data properly, such as saving images as byte arrays (byte[]) in the database and retrieving them correctly.

Read more
How to use BindingSource and BindingNavigator in C#
By Tan Lee Published on Jul 23, 2017 8.26K

Using BindingSource and BindingNavigator in a Windows Forms application simplifies data binding and navigation in a user interface.

Read more
How to insert Math Equation in RichTextBox in C#
By Tan Lee Published on Jun 26, 2017 4.33K

Inserting an equation or MathType-like content into a RichTextBox in a C# Windows Forms application can be approached in several ways.

Read more
How to Transfer Information between Forms in C#
By Tan Lee Published on Jul 18, 2017 5.84K

Transferring data between forms in a C# WinForms application can be achieved using several methods.

Read more
PolluxUI Bootstrap 4 HTML5 Admin Dashboard Template
By Tan Lee Published on Nov 20, 2024 739

Pollux UI is a free admin dashboard template with an MIT license, allowing unlimited use across projects.

Read more
Star Admin 2 Bootstrap 4 HTML5 Admin Dashboard Template
By Tan Lee Published on Nov 20, 2024 519

Star Admin 2 is a free Bootstrap 4 admin dashboard template built with the latest technologies and trends.

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

Celestial is a free admin dashboard template with a flat design concept, offering a clean and bold layout for work status.

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

Corona Admin is a free Bootstrap 4 admin template that is highly responsive and user-friendly. Its colorful design is balanced with simplicity and beauty.

Read more
Toolbox Admin Responsive Tailwind CSS Admin Template
By Tan Lee Published on Nov 20, 2024 405

Toolbox Admin is a free admin dashboard template built with the latest Tailwind CSS framework.

Read more
Connect Plus Bootstrap 4 HTML5 Admin Dashboard Template
By Tan Lee Published on Nov 20, 2024 553

Connect Plus is a free HTML template built with Sass and based on Bootstrap 4, designed for responsive websites.

Read more
Pluto Bootstrap 4 HTML5 Admin Dashboard Template
By Tan Lee Published on Nov 20, 2024 530

Pluto is an open-source, responsive admin theme built on Bootstrap 4, designed for quickly creating dashboards and web applications.

Read more
How to Encrypt and Decrypt a String in C#
By Tan Lee Published on Jun 02, 2017 7.86K

The Eramake.eCryptography library provides a simple way to encrypt and decrypt strings in C#.

Read more