Awesome tutorial! You made setting up Docker Compose with .NET API and SQL Server super easy to understand. The hands-on demo really helped me see how it all works. Thanks for sharing this-can’t wait for more!
@KakashiDota3 ай бұрын
Thank you Tarek! Soon I will start a series about Python, cybersecurity and cloud-native. Stay tuned !
@Beatsinourbones-su3hp3 ай бұрын
Thank you for this!
@KakashiDota3 ай бұрын
Habibi you
@lucianosoaresdealmeida7031Ай бұрын
Thaks for sharing, it was very useful
@KakashiDotaАй бұрын
Thank you buddy!
@pink461212 күн бұрын
Love it!
@KakashiDota12 күн бұрын
Thank you!
@bsullehАй бұрын
Great vid, really helpful, thanks! One question: If you're developing an app like this how do you apply db migrations to the containerised instance of mssql?
@KakashiDotaАй бұрын
Hey mate, there are some "scripts" you can setup to do this
@pennyborelli669418 күн бұрын
Thanks for sharing. I am trying to connect to sqlserver through SQL Server but seem to be unable to at the end. Any advise.
@KakashiDota17 күн бұрын
You must’ve done something wrong. It works for everyone else. Check step by step
@pennyborelli66949 күн бұрын
@@KakashiDota ok I figured I had to connect to localhost,1433
@AlexWorrellАй бұрын
MapPost doesn't work. I get "Delegate 'RequestDelegate' does not take two arguments." It only appears to accept one argument of type HttpContext when curly braces are used. I have no idea how I'm supposed to get the product and product context from the HttpContext.
@KakashiDotaАй бұрын
Hey mate, are you still having this issue?
@AlexWorrellАй бұрын
@@KakashiDota yes, just been trying your tutorial over the last couple of days. Great for the most part, but this just doesn't want to work. Cheers.
@KakashiDotaАй бұрын
Join my discord community and share with me your code and I will help you
@KakashiDotaАй бұрын
discord.gg/EnTasXY2
@AlexWorrellАй бұрын
@@KakashiDota sorry, I went on holiday on the day you sent the invite and it appears to have expired now. Could you send me another? Thanks.
@thecodeiackiller26 күн бұрын
Hand positioning was close at 34:45 Lmao
@foxxyclipАй бұрын
fet !!
@KakashiDotaАй бұрын
Jajämen
@lêhoàng-b8l3 ай бұрын
I open it in the browser and display the message This page isn't working right now
@KakashiDota3 ай бұрын
Are you putting in the correct url and end point ?
@essence67982 ай бұрын
my database dosent wont to be create, hope u read comments
@KakashiDota2 ай бұрын
Sometimes it can take Azure 15 minutes to register the server. If you created the server wait a little bit and try to create the database again. It should work
@KakashiDota2 ай бұрын
I answered on the wrong video. What’s wrong with your database? What error du you get?
@NajahKhader-g7cАй бұрын
my web-api container crushes on migration
@KakashiDotaАй бұрын
Explain more, what is it that crashes? What’s the error?
@pieceofcode_2 ай бұрын
System.InvalidOperationException: Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date. excuted below command too. dotnet dev-certs https --trust
@KakashiDota2 ай бұрын
Did you setup your compose file correctly? You shouldnt need to execute that command.
@pieceofcode_2 ай бұрын
@@KakashiDota hey, thank you for your response. I just created pfx and imported in project and it's working fine. Now, I'm struggling with ocelot part where apigateway communicating with functional Microservice. :)
@DevNety2 ай бұрын
Hey buddy how's it going? I hope pretty Good! So, did you make it solving the trouble?!?
@pieceofcode_2 ай бұрын
@@DevNety Yeah, its resolved. I appreciate, thank you :)
@KakashiDota2 ай бұрын
@@DevNety The trouble was solveed, do you have any issues?