About to finish my first 3 months as a junior .NET developer, this tutorial is where I started .NET! Thank you Teddy!
@santi73santi12 сағат бұрын
The best tutorial until now. Even in english its understandfull for me. THANKS from Argentina!
@chana-bhatura14 сағат бұрын
I am very confused, we are not actually performing these operations and just checking if we are able to hit those endpoints, right? We will be writing the actual logic of updating the pokemons later, I suppose? @TeddySmithDev
@saulgamba114 сағат бұрын
good short tutorial
@letresor290214 сағат бұрын
Hello I just want to know how to connect react and c#. Can you tell me which video is please ?
@kierankitaziburns29816 сағат бұрын
What a goat🐐. Completed the course and gonna try deploy it using a CI/CD Pipeline 🔥
@SongCoder21 сағат бұрын
Great explanation! Very straightforward and clear. Thank you for the video.
@facundozin388023 сағат бұрын
Sorry, what version of Node did you have when you created the project?
@KangHaerinLover911Күн бұрын
Thank you for this series
@sergiocastellani9823Күн бұрын
he man just a quick question: to connect to PostGreSQL is it enough to install Npgsql and modify the connection string accordingly? i ask this because i cannot install SQLserver in my company laptop...thanks in advance mate!
@shenth272 күн бұрын
Don't you need to add +1 when you calculate length?
@sergiocastellani98232 күн бұрын
Again another occasion in which KZbin often can substitute teachers form University. You have the drive, the passion and most important: you can speak and say sentences in a human/normal way. This seems like a joke, but if you listen to many (too many) university teachers, or colleagues.... well.. it's not the case at all. Thank you, im really enjoying it.
@bartomiejpotaman69732 күн бұрын
You're just copy pasting and not explaining anything.
@GayanKalinga3 күн бұрын
Damn Teddy you are an asset, for the last 10 years I have not found this much great explanations. WOW. thanks
@GayanKalinga3 күн бұрын
You should do a svelte course please
@GayanKalinga3 күн бұрын
can I use web storm for this project, es7, react snippet is not in their plugin library
@SSRBast3 күн бұрын
Thanks for the amazing videos. What macro do you use to make those fast changes on your code?
@SalohiddinZikrillayev3 күн бұрын
Thank You Teddy 🫡🫡
@JDK_243 күн бұрын
Bro, instead brring a structured dsa course for beginners in c++ Will get more views too😊
@TeddySmithDev3 күн бұрын
That's not bad idea. I prob will eventually but going to complete LC150 while I have the time.
@AnishMoktan-hk2wk4 күн бұрын
best dotnet guy to teach and explain
@GayanKalinga4 күн бұрын
dotnet 9 dropped the support for swagger
@JokerAob5 күн бұрын
Very good tutorial. Small remark, you can make the program run a little bit quicker, but calling the set with only one call: add instead of 2 calls: Contains and add. Like this: for (int num : nums) { if (!hashSet.add(num)) { return true; } }
@GayanKalinga5 күн бұрын
why cannot we use var stockModel = _context.Stocks.Find(Id); ?
@GayanKalinga5 күн бұрын
What's the drawing tool he is using ?
@TeddySmithDev3 күн бұрын
Microsoft Whiteboard
@masteryplayz37815 күн бұрын
By "container / bucket of data", do you mean classes?
@TeddySmithDev3 күн бұрын
yes
@DevJunior20246 күн бұрын
Thank you so much, Teddy! I’ve just finished your course today. Your guidance really helped me figure out where to start, and I truly appreciate it!
@masteryplayz37816 күн бұрын
your DeleteFirst function does not need to have a "temporary" variable - after all, all variables created within a function is temporary and cannot be called after leaving the function itself, unless you have an out function.
@JokerAob6 күн бұрын
Hi Teddy, Really amazing channel. Great explanations and very well presented. Thank you very much! And yeah, I totally smashed that like and subscribe buttons 🙂
@Terminator_Tim6 күн бұрын
why exactly do we need the String builder? Why dont we just use remove on the String itself?
@mccauleybacalla22287 күн бұрын
thank you so much!
@THETowandAA7 күн бұрын
the "dicemail " got me like WTF is going on for a solid 3 minutes....
@alfredodey7 күн бұрын
Can you make all your videos one, please?
@NaingLinHtet_K8 күн бұрын
Sir Thank You So Much! You really help me. Love Your Video Sir
@haoql.76868 күн бұрын
High quality video that gets underestimated ❤
@warpmaster78 күн бұрын
for some reason I am getting a 403 fobidden error with this route
@vvp65528 күн бұрын
Am i have to create database manually? Can programm code do it for me ?
@VikramHuggi-y2s9 күн бұрын
well
@gunbay50159 күн бұрын
Hi Teddy, thanks for the wonderful playlist. Could you please share what application you use for the slides? They look NEAT!
@TeddySmithDev9 күн бұрын
Software is called "Miro"!
@gunbay50159 күн бұрын
@ thanks!
@merveildjuidje990210 күн бұрын
j'ai pas un bon niveau de compréhension en anglais mais j'ai bien compris ce Tuto, Merci Teddy 😊
@habibullah742510 күн бұрын
great video bro
@VikramHuggi-y2s10 күн бұрын
well well well
@VikramHuggi-y2s10 күн бұрын
well well well!!!
@IliaFridland10 күн бұрын
Like for a joke on 5.19
@ThS1ver10 күн бұрын
Thank you Teacher
@slyandlethal10 күн бұрын
7:30 had me dead lol Thanks for these gems teddy
@AnishMoktan-hk2wk10 күн бұрын
fukin cool guy
@nedjm-eddinekadri931811 күн бұрын
Watching this playlist again in 2025 and still finding it very helpful. I'm using Eclipse rather than IntelliJ, but the lessons are still relevant. Thank you, Teddy.
@chinni46911 күн бұрын
I really love your way of teaching. Explaining the little details no one cares to explain. It really helps self-taught developers understand the concepts better.
@DaJellyMoon11 күн бұрын
I keep getting 401 Unauthorized even after passing the correct bearer token. Any help on that?