Task WhenAll vs Parallel ForEach
6:04
Memory Cache in Dotnet API
8:28
8 ай бұрын
How to add Blazor Hot Reload
2:23
11 ай бұрын
How to Run MongoDB in Docker
11:44
Basic Authentication in Dotnet API
13:15
Must Have API Controllers!
6:01
Жыл бұрын
Docker Compose for Beginners
16:57
Seeding Data with DotNet
7:43
Жыл бұрын
Пікірлер
@vornamenachname906
@vornamenachname906 Күн бұрын
Danke!
@vietnguyen2521
@vietnguyen2521 Күн бұрын
how to on visual studio sir
@lukemanning3825
@lukemanning3825 3 күн бұрын
Had so much trouble getting the MongoDB setup for my new Unifi controller, no one else seems to document the username/password configuration options, thanks a bunch.
@y0dasmydad
@y0dasmydad 10 күн бұрын
Very helpful video, was pulling my hair out trying to figure out why this wouldn't work. Thanks for 'highlighting' 👀the link to that page in the docs
@pal-v3d
@pal-v3d 11 күн бұрын
Try Thinkpad with Debian 12 instead pls.
@BedirBayar
@BedirBayar 12 күн бұрын
It's a clear tutorial but you never show problem cases. It always works with you perfectly and you never fix a problem in your tutorial. For example in connection stage, I could not connect from azure data studio. The rest of the tutorial for me was google.
@sksohelrahaman3898
@sksohelrahaman3898 12 күн бұрын
great video sir thank you
@pavelpichugin-nd7ox
@pavelpichugin-nd7ox 13 күн бұрын
God bless you, the documentation is unclear and your video saves a lot of time. Thank you
@Buckanian
@Buckanian 15 күн бұрын
Does it expire after a time limit lets say 30 days or 90 days?
@williambonvini5806
@williambonvini5806 16 күн бұрын
Congrats, this is the only resource on the internet that I've found to deploy an Angular app using a Dockerfile!
@caiorodrigues6871
@caiorodrigues6871 16 күн бұрын
Thanks! That was great!
@filiperossell6138
@filiperossell6138 17 күн бұрын
Thanks. Happy codding.
@themcr413
@themcr413 19 күн бұрын
Very nice tutorial ! One mention, in the handler code, at line 50, when you wrote username != “like” && password != “subscribe” you shouldn’t use the AND operator but rather the OR operator. With the AND operator, if just one is different and the other is equal it will pass with a success result. If you put OR, if either one is different and one is equal, it will fail (as it should because both need to be equal in order to succeed).
@raphaellukas3328
@raphaellukas3328 20 күн бұрын
Thank you very much for this video. This is what I was looking for :-)
@developmentroselino
@developmentroselino 20 күн бұрын
for publishing i think should add this, to automate build tailwind on .csproj : <Target Name="Tailwind Build Command" BeforeTargets="Build" Condition="'$(Configuration)' == 'Release'"> <Message Text="build tailwind" Importance="high"/> <Exec Command="npm run build"/> </Target> on package.json : "scripts": { "watch": "npx tailwindcss -i .\\tailwind.css -o .\\wwwroot\\app.css --watch", "build": "npx tailwindcss -i .\\tailwind.css -o .\\wwwroot\\app.css --minify" },
@nostew1604
@nostew1604 21 күн бұрын
i have a question about how it know if your working env are dev / staging / prod so it could render the swagger
@UtkarshKoppikar
@UtkarshKoppikar 26 күн бұрын
Never learnt docker in a better way! Found a gold mine
@scriptbytes
@scriptbytes 25 күн бұрын
Great to hear! Thanks!
@WaqarArshad-fq9ls
@WaqarArshad-fq9ls 27 күн бұрын
I am unable to connect using sa username
@abc_cba
@abc_cba 29 күн бұрын
You have such an easy way of explaning without complexity being added over it. Best wishes, I wanted to sub you but I guess, that you stopped posting videos. All the greetings from India.
@scriptbytes
@scriptbytes 25 күн бұрын
Ya I haven't posted in a while. Between kids, family, summer, and a new position at work, I've taken a break. I'm hoping to start posting again now that summer is over and things are slowing down. Thanks for watching!
@abc_cba
@abc_cba 24 күн бұрын
@@scriptbytes Take all your time, i only wanted to appreciate you, you're an awesome teacher. Best wishes.
@carterrhea3490
@carterrhea3490 Ай бұрын
Thank you for the really excellent video!
@scriptbytes
@scriptbytes 25 күн бұрын
Glad you liked it!
@AjaySingh-jz8qx
@AjaySingh-jz8qx Ай бұрын
Nice please do next js file upload with aws s3
@faisalahamedrahat1359
@faisalahamedrahat1359 Ай бұрын
Can i run other containers as well, alongside the PostgreSQL container. Like node app, redis etc.?....
@scriptbytes
@scriptbytes 25 күн бұрын
You certainly can. Just keep an eye on resource usage if you try and stay in the free tier. It's a pretty small sized server and you may need more resources soon.
@prasunsharma5495
@prasunsharma5495 Ай бұрын
New to google cloud and been trying to upload docker image to the artifact registry and got a lot of errors. Couldn't find solution anywhere, not in documentation or chatgpt. This finally worked. Thanks alot
@scriptbytes
@scriptbytes Ай бұрын
I'm glad this helped!
@vmdcortes
@vmdcortes Ай бұрын
Hey, thanks for that, this is pretty useful, specially to do POC and stuff. Thanks again!
@iam.devangmp
@iam.devangmp Ай бұрын
Great explanation, thanks a lot for saving time.
@DhananjaySingh-kp3jx
@DhananjaySingh-kp3jx Ай бұрын
Hi sir, gettin this error Error generating signed URL: TypeError: url__WEBPACK_IMPORTED_MODULE_1__.URL is not a constructor at URLSigner.getSignedUrlV4 (signer.js:154:22) at URLSigner.getSignedUrl (signer.js:96:28) at File.getSignedUrl (file.js:2386:14) at eval (index.js:57:28) at new Promise (<anonymous>) at File.wrapper (index.js:42:16) at GetSignedUrl (VM4006 actions.ts:18:34) at HandleSubmit (index.tsx:12:35) at HTMLUnknownElement.callCallback (react-dom.development.js:19467:14) at Object.invokeGuardedCallbackImpl (react-
@PsychPatric
@PsychPatric Ай бұрын
Thank you so much for this great video!
@nofx4u
@nofx4u Ай бұрын
you greatly helped me with my project too. Thank you so much for spending the time to make this content. I owe you.
@valeriy9862
@valeriy9862 Ай бұрын
Great video! Thanks! My question is how do I allocate volumes if I decide to host my container let's say on Google Cloud?
@personal2477
@personal2477 Ай бұрын
Thank you, an organized, clear and precise explanation to achieve the objective.
@marketfinds
@marketfinds Ай бұрын
Brilliant, love that you showed the SQL and tips on optimizing the queries.
@fatimarani6544
@fatimarani6544 2 ай бұрын
PS D:\mongoDB> docker compose up no configuration file provided: not found got this error
@celebrando_a_vida
@celebrando_a_vida 2 ай бұрын
Thank you for the demonstration. I created a table with specific columns and want to import .csv file but which will import only the columns you define in the table.
@JorgeBenavidesQ
@JorgeBenavidesQ 2 ай бұрын
Hi, thank you. Just one question, I'm getting 403
@soorajkj1564
@soorajkj1564 2 ай бұрын
Even if the file is too large it will work fine on your localhost but in production it will definitely break. I got this error on my production build and it’s still not fixed. Still trying to figure it out with api routes do you have any idea?
@scriptbytes
@scriptbytes 2 ай бұрын
You probably want to look into using Put SignedUrls. I’ve used those for large file uploads before and they work well
@sir_ken9767
@sir_ken9767 2 ай бұрын
Great videos, Even works on the M3 mac
@timtrueblood6734
@timtrueblood6734 2 ай бұрын
the mac m1 info is gold! thank you, you saved me hours of troubleshooting
@scriptbytes
@scriptbytes 2 ай бұрын
Glad it helped!
@CD-xd6fm
@CD-xd6fm 2 ай бұрын
Hi , how to send email notifications for failed cloud scheduler cron jobs?
@scriptbytes
@scriptbytes 2 ай бұрын
Probably the easiest way is to set up an Alert. There are a couple ways to create it, but the easiest might be: Go to the Logs Explorer and add the filters you would like that apply to your cloud scheduler jobs. Once your filter is right, there is a "Create Alert" button on the the Logs Explorer page. Click that and follow the wizard to set up an alert to email you.
@flaviocorreia4462
@flaviocorreia4462 2 ай бұрын
Muito bom me ajudou bastante, fico te devendo um café
@tafadzwatapera1820
@tafadzwatapera1820 2 ай бұрын
How would you go about using authenticated user in a website environment to add permission to view a link within the google cloud when you are getting this message This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>AccessDenied</Code> <Message>Access denied.</Message> <Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details> </Error>
@scriptbytes
@scriptbytes 2 ай бұрын
I think you mean how to allow users on your site to view objects stored in a private bucket? If so, you'll want to look into a GET SignedUrl in the GCS bucket.
@tafadzwatapera1820
@tafadzwatapera1820 2 ай бұрын
@@scriptbytes thank for the tip, it really helped with the problem, I have been struggling with for 2 days and now I can finish development of the system
@navinkumar6388
@navinkumar6388 2 ай бұрын
Thanks 👍 With Love from India 🇮🇳
@mikegreiling
@mikegreiling 2 ай бұрын
Thank you. Clear, concise and exactly the information I was looking for.
@scriptbytes
@scriptbytes 2 ай бұрын
Glad it was helpful!
@srikalyanlingamaneni8089
@srikalyanlingamaneni8089 2 ай бұрын
nce video.I need to authenticate an api which has username and password.I will try this basic authentication.
@atakanozkan1598
@atakanozkan1598 2 ай бұрын
nice video
@renanvolkers
@renanvolkers 2 ай бұрын
Thanks for you Nice nice
@SupriyaDeshmukh-nl8si
@SupriyaDeshmukh-nl8si 2 ай бұрын
i dont have index.cshtml page. I just have app.razor
@scriptbytes
@scriptbytes 2 ай бұрын
My demo is using blazor WASM. I assume yours is a server side app? I haven't done this with a server app, but I think as long as you put the js link in whichever file has the <head> tag in it, I think it'll work.
@amnashahid9464
@amnashahid9464 2 ай бұрын
how to call sp in PostgreSQL that returns rows ?
@scriptbytes
@scriptbytes 2 ай бұрын
You would probably want to use FromSql<T>: learn.microsoft.com/en-us/ef/core/querying/sql-queries
@amnashahid9464
@amnashahid9464 2 ай бұрын
@@scriptbytes thanks for ur reply. Actually I did use it. But in postgresql, if ur sp returns rows it has to have a refcursor which will contain rows and when u call sp from c# u need to run call ur_sp(params, 'cur'); fetch all in "cur". So this command not working if we use ef
@miles6875
@miles6875 2 ай бұрын
Great presentation
@PilotGT
@PilotGT 2 ай бұрын
well done, thanks for posting
@Tyjarjar
@Tyjarjar 3 ай бұрын
I love u