No video

ASP.NET Core Web API .NET 8 2024 - 4. Controllers

  Рет қаралды 32,090

Teddy Smith

Teddy Smith

Күн бұрын

ASP.NET Core Web API .NET 8 2024 - 4. Controllers
Github for project: github.com/ted...
Twitter: / teddysmithdev
Github: github.com/ted...
Linkedin: / teddy-smith-015ba61a3

Пікірлер: 30
@EverydayBeing-de1qu
@EverydayBeing-de1qu 7 ай бұрын
Been through so many tutorials and all of them go from 1 - 100 and it all becomes too confusing but this is the best balanced approach tutorial for me, thank you for this!
@denisgautier213
@denisgautier213 3 ай бұрын
Perfect Teddy !! You saved my time. I didn't find for .Net 8
@mohamedabdiahmmed
@mohamedabdiahmmed 3 ай бұрын
I really enjoyed the way this teacher explains, it's extraordinary. I truly love .NET Core. 🥰🥰🥰🥰🧑‍💻🧑‍💻🧑‍💻🧑‍💻
@stanleyjekwu6810
@stanleyjekwu6810 7 ай бұрын
Following up...but yet to start ❤
@user-oh4ez2ig1s
@user-oh4ez2ig1s 13 күн бұрын
it is so good tutorial that i saw in .net 8.0
@TheMahsoon
@TheMahsoon 2 ай бұрын
nice video but i wished that you talked about different options for parameters like body, not only URL. Or if you include an example of post.
@abis4508
@abis4508 4 ай бұрын
I can only say waouh and mashAllah, unbelievably light, clean, which is I've B1 level, but I can get it all. Thank you Teddy!
@simplemath_01
@simplemath_01 7 ай бұрын
Thanks Boss
@TeddySmithDev
@TeddySmithDev 7 ай бұрын
No prob my guy
@nazanindd3902
@nazanindd3902 Ай бұрын
Perfect 🎉
@Khal_Rheg0
@Khal_Rheg0 3 ай бұрын
Thank you!
@elberghaswe2761
@elberghaswe2761 7 ай бұрын
I started this new tutorial after finish the Pokemon Tutorial, in the poke app i added JWT w/ cookie by myself, im curious about identity, anyway, nice work! Thanks 4 all Teddy!
@TeddySmithDev
@TeddySmithDev 7 ай бұрын
Sweet!!!! Thanks for watching!
@BlurExdins
@BlurExdins 3 ай бұрын
Can you give source code, if it is possible for you?
@youkickedmydog0
@youkickedmydog0 4 ай бұрын
The [ApiController] attribute makes model validation errors automatically trigger an HTTP 400 response. Consequently, the following code is unnecessary in an action method: if (!ModelState.IsValid) { return BadRequest(ModelState); } -msft
@kvelez
@kvelez 3 ай бұрын
Great.
@alexandracrofoot9154
@alexandracrofoot9154 3 күн бұрын
Ease of use question, what settings/extension do you have that allows you to auto-fill using directives and ctrl click to see the origin of something? I have had VSCode for a couple years and somewhere along the way I screwed with the settings or something because I'm pretty sure I used to be able to do those things
@TeddySmithDev
@TeddySmithDev 3 күн бұрын
you want the following extensions. C# Dev Kit (by Microsoft) and C# Extensions (by JosKreativ)
@dumbeldor100
@dumbeldor100 25 күн бұрын
Nice but isnt it bad practice to start off your request names with get/delete etc.?
@nhimbien1041
@nhimbien1041 5 ай бұрын
i just follow the tutorial , but i have No operations defined in spec error after dotnet watch run. I dont know why
@TeddySmithDev
@TeddySmithDev 5 ай бұрын
Only thing I can think of is restart terminal
@Snbd26th
@Snbd26th 4 ай бұрын
Hi Teddy, I'm curious why you did not use repository pattern here?
@TeddySmithDev
@TeddySmithDev 4 ай бұрын
i introduce repos later. Many people on last course mentioned that repository was confusing, so I try to incrementally build up to repo.
@Snbd26th
@Snbd26th 4 ай бұрын
@@TeddySmithDev I see, I was anticipating it in the earlier parts of this tutorial. I finished your 2022 Pokemonreview app and it was splendid! Thank you very much
@darlingtonazramshoniwa2535
@darlingtonazramshoniwa2535 6 ай бұрын
Teddy man you are the best i am following up and i am doing as we go but i have a question from where we are now ! do why didnot we create the delete update post here in the controllers
@TeddySmithDev
@TeddySmithDev 6 ай бұрын
we make them in next videos!
@darlingtonazramshoniwa2535
@darlingtonazramshoniwa2535 6 ай бұрын
thank you man @@TeddySmithDev
@muhammadasaad1314
@muhammadasaad1314 5 ай бұрын
getting this error in swagger ui can any body help? Error: Internal Server Error Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid object name 'Stocks'. at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
@TeddySmithDev
@TeddySmithDev 5 ай бұрын
The column does not exist in SQL. Try to run migration. If you can’t get it to work that way, delete database and re run migration.
@lavasch6954
@lavasch6954 3 ай бұрын
had the same problem, turns out I accidentally named the column Stock instead of Stocks, in case anybody has this issue later
ASP.NET Core Web API .NET 8 2024 - 5. DTOs
8:27
Teddy Smith
Рет қаралды 25 М.
ASP.NET Core Web API .NET 8 2024 - 3. Entity Framework
12:58
Teddy Smith
Рет қаралды 46 М.
WHO CAN RUN FASTER?
00:23
Zhong
Рет қаралды 44 МЛН
الذرة أنقذت حياتي🌽😱
00:27
Cool Tool SHORTS Arabic
Рет қаралды 24 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 18 МЛН
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 60 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 151 М.
Forget Controllers and Minimal APIs in .NET!
14:07
Nick Chapsas
Рет қаралды 65 М.
ASP.NET Core Web API .NET 8 2024 - 2. Models
13:58
Teddy Smith
Рет қаралды 55 М.
Coding Short: Using Bearer Tokens in .NET 8 Identity
14:31
Shawn Wildermuth
Рет қаралды 27 М.
Good APIs Vs Bad APIs: 7 Tips for API Design
5:48
ByteByteGo
Рет қаралды 230 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 117 М.
Svelte 5's Secret Weapon: Classes + Context
18:14
Huntabyte
Рет қаралды 18 М.