When I was building the online visits booking web application for El-Fouad GYN Center website I wanted to show the Tomorrow’s Day Name to the visitors. In order to do that I used the code below… At first I created a variable for today which equals the date of today. Secondly I created a variable… Continue reading Show Day Name in Arabic in Asp.Net
Tag: ASP.NET
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