Fix Arabic Encoding Problem In MySQL and Asp.Net Core

When I tried to use MySQL Database with one of my Asp.Net Core applications, I found that all data saved in the database as a strange unreadable text . after investigating this weird problem (specially that the database was correctly encoded as UTF8 with UTF8_General_Ci type when it was created ). I found that the… Continue reading Fix Arabic Encoding Problem In MySQL and Asp.Net Core