Thanks Man ❤️ I was disturb last 5 days, and wasted on research, first which database, after that I decided to choose MySQL, then how to connect with MySQL, I didn't understand, finally got your video, and great thanks man ❤️
Hi, great video, I want to ask one question is that, I have ef core 6 and MySQL application, on the page load page has number of request to api, but on hosting environment mysql has max_user_connections=10, so it gives error saying max_user_connections only 10, so what to do in that case, also have called _context.dispose() on each api controller dispose method to close the connection. Thank you.
If you are using dependency injection, it will take care of disposing the context object and we dont have to manually call _context.Dispose(). Please check this documentation page for more information. docs.microsoft.com/en-us/ef/core/dbcontext-configuration/
simple, concise yet complete video! thanks! If the database is handled by MySQL, where may we host our Asp.Net Core MVC application or API? what alike options do we have for that?
Thank you for your nice tutorial. I want to use MariaDb with a DB first approuch but I don't Know how to retrive classes from databse. Could you help me please?
Very good video mate, been struggling with the database injection since at first all videos online only used the UseSqlServer while I was trying to use MySQL and I did not want to switch.
You are a lifesaver. Thank you so much for introduction :)
Thanks Man ❤️
I was disturb last 5 days, and wasted on research, first which database, after that I decided to choose MySQL, then how to connect with MySQL, I didn't understand, finally got your video, and great thanks man ❤️
Glad it helped
Very much appreciated of your time , energy and knowledge to make this video. I finally can move on with my project.
Glad it helped
Hi, thanks for the video
Please how to insert and retrieve data?
after wasting my time to other video. and till I found you.
Glad I could help!
This video solved my promblem. Thank you for clear explanation, I hope there are more videos coming regarding .Net core
Excellent job
Thank you very much!
Hi, great video,
I want to ask one question is that, I have ef core 6 and MySQL application, on the page load page has number of request to api, but on hosting environment mysql has max_user_connections=10, so it gives error saying max_user_connections only 10, so what to do in that case, also have called _context.dispose() on each api controller dispose method to close the connection.
Thank you.
If you are using dependency injection, it will take care of disposing the context object and we dont have to manually call _context.Dispose(). Please check this documentation page for more information.
docs.microsoft.com/en-us/ef/core/dbcontext-configuration/
good work
exactly what I needed
Which mysql nuggets do you use
Nuget?
Cool! Thanks a lot bro. You save me
Glad to hear that
Really helpful and easy to understand, Thanks.
Great to hear!
Greate job,you helps me to slove the problem which I stuck for a day.
simple, concise yet complete video! thanks!
If the database is handled by MySQL, where may we host our Asp.Net Core MVC application or API? what alike options do we have for that?
Azure or a vps
Thank you for your nice tutorial. I want to use MariaDb with a DB first approuch but I don't Know how to retrive classes from databse. Could you help me please?
Please use this command: Scaffold-DbContext [CONNECTION_STRING] Pomelo.EntityFrameworkCore.MySql -OutputDir [OUTPUT DIRECTORY] -Context [NAME OF CONTEXT CLASS] -f
Great job, just a perfect tutorial that I have been looking for, thanks a lot really thanks a lot , keep going
Glad it helped!
Thank you very much❤
You're welcome 😊
This is a perfect tutorial that I have been looking for... really thank.
Glad it was helpful!
Keep it up bro! After 8h of researching and making dumb mistakes while creating the f*cking project u were the on to save me
how to perform cRUD by using this method
There are no changes in the query. We can use the same query for any databases unless there is a specific need.
great tutorial thank you so much for making this ❤
Glad it was helpful!
Very good video mate, been struggling with the database injection since at first all videos online only used the UseSqlServer while I was trying to use MySQL and I did not want to switch.
thank you very much sir
Gracias!!! que buena explicacion, me sirvio mucho gracias
I get error on migration
Can you send the error message?
i am also getting error on migration
it's working. keep going bro😉
Glad to hear that
Thank you. It worked on the first try! +1 Sub
Glad I could help
very nice video I love it
عاشت ايدك
hi, very nice, tnx.
thx dude
You're welcome!
thank you!
You're welcome!
not complete
Hi Basit, this video is about connecting EF Core with MySQL provider.
👍👍