52:03 thanks for video and please do video with first option (migration to run automatically)
@afonsocarvalho31248 ай бұрын
I need some guidance on running migrations automatically too. If you have a real project with too many tables, doing manually is very time consuming, and the migrations are already there ready to be applied. Thank you for this video.
@davidmaldonado98989 күн бұрын
I don't understand English, but I managed to understand everything. Haha! Thank you very much, excellent tutorial. You've gained a new subscriber. I see you have a ton of great videos, and I'll be watching each one of them. Greetings from Paraguay.
@ivandrofly Жыл бұрын
11:48 Connection string 36:54: Docker compose creation 41:00 Setting the connection string on docker-compose 41:10 menitioned that he connections tringwill be auto-injected into app 50:17 : API testing tool Insomnia (like Postman) Remarks: Why the environment variable name in docker compose is not the same as in appsettings
@proffnick240511 ай бұрын
Thank you Lawand. Your lecture is clean, clear and concise
@100kshooter5 Жыл бұрын
Thank you so much Mohamad for such great content, have put notification on!!! Much love from South Africa!
@agustinbcu Жыл бұрын
Awesome video, I will love to see a Dev environment vs stage, and production environment; the database upgrades thru the EF core migration script, and the implications of always getting the latest version of the database. Overall well presented. Mine only advises having all the commands on an editor and copying and pasting.
@wolfVFXmc Жыл бұрын
Would be handy if you make a video about the migrations being run automatically
@chinmaykaviskar575710 ай бұрын
Thank you so much Lawand. It's bcoz of you I was able to learn about docker and execute it. Bigg help
@jmejias00 Жыл бұрын
Great video. Do you have a github repo for this tutorial?
@Shanks-at-Work11 ай бұрын
This is so helpful with step by step explanation. Thank you so much.
@alihamzaansari2012 Жыл бұрын
your explanations are really understandable and with a good pace
@SingleServingMimic4 ай бұрын
Amazing video! thank you so much for this. An automatic migrations tutorial would also be great, keep it up!
@stoic24547 ай бұрын
Thank you soooooo much, I was stuck on this step, i never realized i'm using production evn and kept on thinking why i'm not getting swagger, lol
@xender2112 Жыл бұрын
Thank you so much. It's so useful. Especially the part where database migrations inject in the db container. If not you, instead of 1 day I'd spend 1 week or more to containerize my project.
@Ertan_Taner Жыл бұрын
Thank you Mohamad, ı made a compose file for my backend api + db + redis service and it's working without a problem. I am learning so many stuff from you. I used Dockerfile and wants to learn a bit about compose. Thanks so much again ^^
@MegaMaistro123 Жыл бұрын
you nailed it bro ربنا يجازيك كل الخير يارب
@MohamadLawand Жыл бұрын
أمين مشكور والله
@stesvis9 ай бұрын
Did you push this to some repo? Would be nice to browse the code! Thanks
@adam-xt8te8 ай бұрын
35:25 I stuck at this moment and I can't force API to throw those exceptions. In browser I got 404. I'll try later. Effects in the end are worth trying. Thank you for your effort
@manssternerbostrom3148 Жыл бұрын
Beautiful walkthrough!
@MohamadLawand Жыл бұрын
Thank you! 👍
@simontouma7924 Жыл бұрын
Great video as usual!
@jesusmendoza6536 Жыл бұрын
Super nice!!!!!!! Thanks How we can run migrations automatically un docker-compose.yml file?
@HilalYazbeck Жыл бұрын
great stuff, can you create a video about dotnet core clear architecture (onion) with a simple repository pattern and unitofwork? i would love to see your approach
@obasoroolakunle84216 ай бұрын
Thanks for the video. Is necessary we create Dbcontext in our app if we want connect with postgresql database?
@rogerstich7603 Жыл бұрын
very nice Tutorial, thank you for that. One question: How to do all the Connection String Magic properly, so i dont have them inside my Dockerfile and finally in my Git Repo?
@prasangupta297810 ай бұрын
Do i have to create a docker container prior to adding this
@99aabbccddeeff Жыл бұрын
Thank you for such informative videos!
@oleksiihytsiv Жыл бұрын
How can he actually create migrations with an empty connectionString? When I tried that, I got an error: The string argument 'connectionString' cannot be empty.
@syneticsolutions344 Жыл бұрын
Absolutely fantastic video, very well done!
@SonyaSakayev Жыл бұрын
Thanks for the detailed explanation!
@elliotaldersone4969 Жыл бұрын
Great tutorial thanks a lot Mohammed
@patricksantos9309 Жыл бұрын
Thanks, helped me with the migration
@bfxyz Жыл бұрын
hey Mohamad good job.😀 I found your explanation really good some time I needed some subtitles, but even the automated subtitles were saying that is music. Doesn't matter still get >95%. Saludos Cordiales
@lifeisbeautifu1 Жыл бұрын
Amazing! Thank you! ❤🔥
@andresviera-ecuador498411 ай бұрын
Good afternoon, so I have a problem starting my applicattion is this error "warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for redirect."
@biradarsm2 ай бұрын
comment the https redirection middle ware in startup.cs, error dis appears. its a temporary solution for your local development
@raptoverdad Жыл бұрын
thanks for leaving the code in... wherever it is.
@mosheritterman3472 Жыл бұрын
Great tutorial! Do you have another video where you demonstrate how to deploy this to production (i.e. Azure or AWS)? Also, how would you add your docker-compose file in source control (i.e. GitHub) so that the connection string is secure?
@diegomelgar2696 Жыл бұрын
Hi Mohamad, Is it possible that you create a video for containerise the same application but running on HTTPS as development environment. I am facing some issues that I haven't found a proper solution. The API doesn't run because of missing certificates. After properly setup the certificates using dotnet dev-certs and dotnet user-secrets and mapping the volumes inside docker-compose I still have the problem. Thanks!
@csabagyarmathy6386 Жыл бұрын
Saved my ass, thank you!!!
@MohamadLawand10 ай бұрын
Thank you for your support
@shivpratapshukl1445 Жыл бұрын
Hi mo, can you make tutorial for .net microservices.
@yosterdaniel1213 Жыл бұрын
I agree
@АртемБарабанов-х2б Жыл бұрын
Thank you very much for intersting and useful information!
@TALHAEDITS1K Жыл бұрын
One good practice (always) should be, even in demos, always use real world production code, so that even a beginner can learn the real world code, do a purpose build demo, not just for "simple demo". Don't do what 99% of other online tutors are doing (just demo purpose tutorials). There are tutorials for beginners, but not for experienced ones. Don't they need some advance level expertise? Also, can you make a demo on calling 500-1000 APIs at the same time and just wait for the ok 200 response.? What would be the best practical approach? I am asking you as you are the enterprise architectect.
@xender2112 Жыл бұрын
His demos are not real world projects but they are more complex than an usual demo. At least his demo in this video has database. It's enough to understand how to create and then to connect services by virtual network interface.
@bhound12 Жыл бұрын
Not everyone would agree with you. I got exactly what I wanted from this video, as did many other viewers. The video is concise and delivers on exactly what the title says.
@OgnjenBokic-c7e Жыл бұрын
Awesome video as always. Should SDK commands be executed inside a Docker container rather than within a directory on the local machine? When I try, I get a message that the SDK is not installed within the container. Thanks
@sumeshsidharth3255 Жыл бұрын
Thank you for the great video.
@barchilsaid3001 Жыл бұрын
Thank you so Much .
@yosterdaniel1213 Жыл бұрын
Any one else getting this error at the end when sending a get request "The ConnectionString property has not been intilaized "?
@ivandrofly Жыл бұрын
vaar con = Environment.GetEnvironmentVariable(
@rustam_gasymov Жыл бұрын
It's powerful!! Can you say please how can i debug(in vscode) my application when I run using docker compose?? Or somebody knows? Thanks a lot
@williampuma8241 Жыл бұрын
awesome
@guillesanchez493 Жыл бұрын
Thank you very much!!!
@ЕвгенийЗахаров-т5и9 ай бұрын
Best!
@keithcarrillo82387 ай бұрын
24:49
@shade9200 Жыл бұрын
You're a god
@leleca98711 ай бұрын
brabooo
@RoyZASTEROiD Жыл бұрын
thank you
@creamOnDs Жыл бұрын
i think it would be better if you explain the code while showing the code, I keep moving back to where you show the code after listening to your explanation
@fkbey5756 Жыл бұрын
Thanks
@Pan_Policjant Жыл бұрын
dude, your face is covering most of the things you do