Latest Articles

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 the following setup/environment/parameters: OS: Windows 10...

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.

Authentication method ‘caching_sha2_password’ not supported by any of the available plugins

Fixing password error between old & new version of MySQL server.

Programming is an Art

Programming has infinite of possibilities

Convert DataTable to List – C#

Let's say we have a DataTable with the following columns:

Bro Code – C# Full Course for free

https://www.youtube.com/watch?v=wxznTygnRfQ

C# Programming All-in-One Tutorial Series (6 HOURS!)

everything you need to know to get started as a C# Programming

C# Tutorial For Beginners – Programming with Mosh

C# tutorial for beginners: Get up & running with C# and code in just 1 hour! No prior knowledge needed. by Mosh Hamedani.

Simple ASP.NET C# WebForms Project with MySQL – Introduction for Beginner

https://www.youtube.com/watch?v=YSvj6BX_Yhc Source Code - Github: https://github.com/adriancs2/aspnet_mysql

C# Tutorial – Full Course for Beginners

This course will give you a full introduction into all of the core concepts in C# (aka C Sharp). Follow along with the course and you'll be a C# programmer in no time!

Install Visual Studio 2019 Community for ASP.NET

https://www.youtube.com/watch?v=siduu1Ndbm4

Backup MySQL Database in C# – MySqlBackup.NET

Easily backup MySQL database in C#. An alternative for MySqlDump.