Hello, really cool tutorials, one thing that I would find useful as a fresher on WPF would be if you create some meaningul playlist, right now I see you have a couple of playlists but they are not updated.
you forget a mandatory step : to check the file characters before importing , double semicolon or double "" could easily break your application and crash it . by adding double quotes before and after the semicolon , and backslash \ before any double quotes to escape it, we can avoid the basic issues that could face such application . similar to what we do to avoid SQL-injection but in this case we are avoiding any character that could break our application .
Very clear and concise, cheers.
Very apt. Straight to the point...
how to add data from csv file into wpf database?
please help me
Can you make some WinUI3 videos?
Hello, really cool tutorials, one thing that I would find useful as a fresher on WPF would be if you create some meaningul playlist, right now I see you have a couple of playlists but they are not updated.
Great suggestion! I will work on it
you forget a mandatory step : to check the file characters before importing ,
double semicolon or double "" could easily break your application and crash it .
by adding double quotes before and after the semicolon , and backslash \ before any double quotes to escape it,
we can avoid the basic issues that could face such application .
similar to what we do to avoid SQL-injection but in this case we are avoiding any character that could break our application .