Showing results for:

Backup & Restore MySQL database on CentOS/Linux/Ubuntu in C# with MySqlBackup.NET

The idea is to build a project in .NET Core and publish it as Linux package. MySqlBackup.NET is an open source .NET Library (C#/VB.NET) to backup & restore MySQL database. Here, we're looking into how MySqlBackup.NET can be run on CentOS/Linux...

How To Install MySQL on CentOS 8

This tutorial explains how to install MySQL version 8 on a CentOS 8 server. The origin of this tutorial/article was written by Mark Drake from DigitalOcean.com (Updated on March 19, 2020) at https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-centos-8 Introduction MySQL is an open-source database management system, commonly installed...

HTML Table – Freeze Row and Column with CSS

Having a freeze pane effect on HTML Table. Freeze/Fixed/Frozen the Columns and Rows in HTML Table by using CSS. This work was inspired by an article written by Manish Malviya, and I would like to thank for his sharing of...

HTML Table Cell Styling for Excel by using “mso-number-format”

HTML CSS table cell styling for manipulating the data format in Excel.

Visual Studio 2022 is Here

Welcome VS 2022. We're happy to have you here. Great work guys. Let's start the engine. Download Visual Studio 2022: https://visualstudio.microsoft.com/ Launch Event News: https://devblogs.microsoft.com/visualstudio/visual-studio-2022-now-available/ Official Launch Video: https://visualstudio.microsoft.com/launch/ Youtube Launch Event Video: https://www.youtube.com/watch?v=f8jXO946eDw&list=PLReL099Y5nRc9f9Jpo1R7FsdHGQwqoHLn

CassiniDev – Portable ASP.NET Web Server

An open source simple, portable & lightweight ASP.NET web server. Supports .NET Framework 4.8.

MySqlDump vs MySqlBackup.NET Performance Benchmark

MySqlDump and MySqlBackup.NET are both used to backup/restore MySQL database. Both can be used in C# (.NET) projects. This is a study specially made for the open source project MySqlBackup.NET. Date: Sep 24, 2021 This benchmark test was carried out in...

C# AES 256 bits Encryption Library with Salt

A simple implementation of AES 256 bits Encryption in C#

Prevent Enter Keypress on HTML Input

Prevent [Enter] keypress for accidentally submitting the form.

Set UTF8 as Default Character Set for MySQL 8.0

From MySQL 8.0, utf8mb4 is the default character set, and the default collation for utf8mb4 is utf8mb4_0900_ai_ci.