Task WhenAll vs Parallel ForEach
6:04
Memory Cache in Dotnet API
8:28
4 ай бұрын
How to add Blazor Hot Reload
2:23
How to Run MongoDB in Docker
11:44
Basic Authentication in Dotnet API
13:15
Must Have API Controllers!
6:01
9 ай бұрын
Docker Compose for Beginners
16:57
11 ай бұрын
Seeding Data with DotNet
7:43
Жыл бұрын
Пікірлер
@njf0523
@njf0523 Күн бұрын
This is A+ content. Thanks so much, definitely a sub from me!
@scriptbytes
@scriptbytes 9 сағат бұрын
I appreciate that compliment, and the sub! Thanks for watching.
@diaconescutiberiu7535
@diaconescutiberiu7535 Күн бұрын
I did everything listed in the video, but i cannot connect to the db via dbeaver client (i'm getting request time out). I tried checking stuff with chatgpt (all settings are correct, i can ping the external ip, i can connect to the db via GC's shell .. but not from dbeaver. I'm on Mac (drivers were installed). I'm stuck
@francogionardo
@francogionardo 9 күн бұрын
Thanks so much. i was a suffering with a lot of issues, but your explanation is so clear. You have an image in docker, its necesary to tag, and to push to Artifact Registry and as a final step tu create a service in Cloud Ron to deploy the image.
@top_1_percent
@top_1_percent 10 күн бұрын
Thanks a ton. This is very helpful for Mac users who love Microsoft Business Products and Services.
@tiendatnguyen6758
@tiendatnguyen6758 11 күн бұрын
really detaille , I love it
@scriptbytes
@scriptbytes 5 күн бұрын
Glad you like it!
@marcosdayanmann3575
@marcosdayanmann3575 12 күн бұрын
Thank you so much! Helped me a lot. Your videos are amazing
@scriptbytes
@scriptbytes 5 күн бұрын
Happy to help!
@munirmohamed1494
@munirmohamed1494 12 күн бұрын
I didn't expect it will work on JetBrain Rider, but it works well Thanks 💯
@thomasyuen8833
@thomasyuen8833 13 күн бұрын
Thank you very much for this video!!!!! I need it so bad and i just cannot find the right one until i saw yours!!!
@haithamdarweesh8781
@haithamdarweesh8781 15 күн бұрын
What in case I already have a table and I want to append data
@emericpetitgenet3512
@emericpetitgenet3512 18 күн бұрын
Dude you make it practical and easy to understand basic concepts for running mongoDB in docker. Enjoyed the video
@scriptbytes
@scriptbytes 5 күн бұрын
I appreciate that, thank you!
@pegak
@pegak 19 күн бұрын
Awesome, I was looking for this, thank you very much!
@scriptbytes
@scriptbytes 5 күн бұрын
Glad I could help!
@hamadrehman853
@hamadrehman853 22 күн бұрын
Very useful video
@thomassansberro1869
@thomassansberro1869 25 күн бұрын
Thank you GOAT !
@VastIllumination
@VastIllumination 27 күн бұрын
Great video! So helpful worked right away.
@osr2004snd
@osr2004snd Ай бұрын
Would be nice another video describing how to use certificates to access sql server on docker (Linux)
@HamedDev
@HamedDev Ай бұрын
You are greate
@himanshikalra8602
@himanshikalra8602 Ай бұрын
Thanks a lot! really helped : )
@CongNguyen-fi5cd
@CongNguyen-fi5cd Ай бұрын
so helpful
@damarh
@damarh Ай бұрын
... Now show us how to license it to run production workload 😏
@scriptbytes
@scriptbytes Ай бұрын
There’s another environment variable for that: MSSQL_PID Pass it your product id and you should be set learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-2017#environment-variables
@shivanshsoni4603
@shivanshsoni4603 Ай бұрын
Thank you so much for this video! I spent hours grappling with docker, gcloud, and node/express cuz I kept getting errors with the container failing to start and the port not being defined. After watching the video though I finally got my Cloud Run server up and running (turned out it was platform problem as I'm on ARM). This video was fantastic, thank you.
@scriptbytes
@scriptbytes Ай бұрын
That error is a pain because it’s so generic and can mean anything! I’m glad you’re up and running now!
@hanskalders
@hanskalders Ай бұрын
sudo docker run --name some-postgres -e POSTGRES_PASSWORD=BestPasswordEver -v postgres:/var/lib/postgresql/data -p 5432:5432 -d postgres Thank you
@horger89
@horger89 Ай бұрын
Thank you, this was incredibly useful!
@scriptbytes
@scriptbytes Ай бұрын
Thanks for watching!
@vivekmahajan6752
@vivekmahajan6752 Ай бұрын
Awesome video. Learnt so much :)
Ай бұрын
Great content.
@scriptbytes
@scriptbytes Ай бұрын
Thanks!
@florisalexandrou1095
@florisalexandrou1095 Ай бұрын
I tried to do it with the same approach using supabase and was getting a react hydration error, I actually needed to add the 'use server' directive. Uploading with signed URLs is honestly underrated, couldn't find any official docs to show how to do it in NextJS. Thanks for saving me hours of headaches :D!
@scriptbytes
@scriptbytes Ай бұрын
I’m glad I could help!
@don_kavindu_prabhashitha
@don_kavindu_prabhashitha Ай бұрын
Thanks a lot, for Explaining it simply 🤩
@scriptbytes
@scriptbytes Ай бұрын
Thanks for watching!
@edward481
@edward481 Ай бұрын
Thanks so much for this video, very clear and helpful. Do you know why a second volume is created which has a name that looks like a long id of some kind?
@sonthai5990
@sonthai5990 Ай бұрын
Excellent instruction but how i can limit ram and memory usage in image . It alway use 70-80% ram ( i have 16gb ) . only find instruction for macos and linux
Ай бұрын
What would you recommend for production?
@DanielFantaneanu
@DanielFantaneanu Ай бұрын
great
@infinite_s902
@infinite_s902 Ай бұрын
Don’t forget about post number , [port] after server name and also to trust the certificate
@AliyProgrammer
@AliyProgrammer Ай бұрын
hello I faced to this error how to fix dotnet ef migrations add initialMigration Could not execute because the specified command or file was not found. Possible reasons for this include: * You misspelled a built-in dotnet command. * You intended to execute a .NET program, but dotnet-ef does not exist. * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
@guilhermematos1953
@guilhermematos1953 Ай бұрын
thats what i looking for, thanks!
@scriptbytes
@scriptbytes Ай бұрын
Glad I could help!
@VernonAdamsonIII
@VernonAdamsonIII Ай бұрын
Great video. Hey Community, If you are deploying a thirdparty docker image that runs on a default port other than port 8080, you will probably get a failed to start error. You'll need to modify your DockerFile to change the default port. ENV GF_SERVER_HTTP_PORT=8080 # Expose the port EXPOSE 8080 CMD ["grafana-server", "--homepath=/usr/share/grafana", "--config=/etc/grafana/grafana.ini", "cfg:default.server.http_port=${PORT}"]
@trafego-organico
@trafego-organico Ай бұрын
Amazing! Thanks and Congrats...
@adelprog
@adelprog Ай бұрын
Thanks for your excellent video, - You are exposing your credentials in the docker compose file, which will be shared with git, i prefer using .env here
@badsanta3180
@badsanta3180 Ай бұрын
Как можно сравнивать 2 ноутбука на разных архитектурах процессоров ? У одного apm у другого x84??
@hayoudoing
@hayoudoing Ай бұрын
This is gold. Thanks a lot
@scriptbytes
@scriptbytes Ай бұрын
Happy to help!
@packalacky
@packalacky Ай бұрын
Thank you. For reference, the order in which you type the docker flag commands is important, ie putting the port after postgres will throw an error
@davidpereira4026
@davidpereira4026 Ай бұрын
Which ide are you using to code?
@scriptbytes
@scriptbytes Ай бұрын
Jet brains Rider
@user-bz4hj2xf9z
@user-bz4hj2xf9z Ай бұрын
Hey, man! Thank you for your comprehensive guide! This helped me A LOT!
@scriptbytes
@scriptbytes Ай бұрын
You’re welcome, thanks for watching!
@morturismorturis
@morturismorturis Ай бұрын
You saved my life. This is better than the original Google Cloud videos. Thank you so very much!
@scriptbytes
@scriptbytes Ай бұрын
I appreciate that, thanks!
@jesperkped
@jesperkped Ай бұрын
Running dotnet 8.0.103 Nomatter how much I try to add my javascript to my index.html it does not show up in my loaded page. Using Firefox and the developer tools I don't even see it trying to be loaded. For a while it worked without any problems but now 3 days where I did not touch the project it suddenly is not loaded. ... <link rel="stylesheet" href="css/site.css" /> <script src="js/dialog.js"></script> </head> ... I tried to move it down to where the blazor.webassembly.js script is loaded - and no changes. It is like that line is filtered out by the backend.
@scriptbytes
@scriptbytes Ай бұрын
We’ve got dotnet 8 apps running at work with js in them and haven’t had this issue, so I’m not sure what it might be. I hope you find a fix!
@Glorpin
@Glorpin 2 ай бұрын
After stopping and starting my VM instance, i get the "Connection to refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections." Was working fine before I stopped my instance last night, any solutions? Edit: If i setup a new docker container it allows the connection through. Do I have to setup a new container everytime?
@scriptbytes
@scriptbytes Ай бұрын
You have to restart the container after the vm is restarted.
@bartlomiejuminski
@bartlomiejuminski 2 ай бұрын
how to setup https docker blazor wasm?
@scriptbytes
@scriptbytes Ай бұрын
I actually haven’t set up an ssl cert in the container itself. I usually have my apps running in something that provides the cert, like Google cloud run for example.
@jyothists1448
@jyothists1448 2 ай бұрын
Is this thread safe?
@scriptbytes
@scriptbytes 2 ай бұрын
From what I’ve seen online, yes it is.
@chillydill4703
@chillydill4703 2 ай бұрын
Great series! Looking forward to the rest (db and the editor page for posts).
@JakoBowBeatz
@JakoBowBeatz 2 ай бұрын
Thanks for the Video very good explanation !
@putinninovacuna8976
@putinninovacuna8976 2 ай бұрын
Why does connecting my web app to my database in Cloud SQL have to be so complex? I just want to connect my database to an AlloyDB, Cloud SQL, or some VM without so many complications. All I ask is to connect my web app so that it can be used and my embeddings can be saved. That’s all I want to do. But you say that I even need to know the IPs of the users who are going to use the app so that they can have access to save data in the database. It doesn’t make sense to have so much complexity.
@scriptbytes
@scriptbytes 2 ай бұрын
It’s all a balance of security and usability, and also it’s a result of using cloud managed services. However, you don’t need the IPs of all your users. That part is only for developers who need to connect directly to your database.
@totto4556
@totto4556 2 ай бұрын
Perfect!