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

preview_player
Показать описание
ASP.NET Core Web API .NET 8 2024 - 4. Controllers

Рекомендации по теме
Комментарии
Автор

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!

EverydayBeing-dequ
Автор

Dude, I love the way you explain concepts. I have experience with older versions, and it seems similar, but I’m coding along to refresh and update my skills. Thanks!

Sirioenelmic
Автор

Perfect Teddy !! You saved my time. I didn't find for .Net 8

denisgautier
Автор

I really enjoyed the way this teacher explains, it's extraordinary. I truly love .NET Core. 🥰🥰🥰🥰🧑‍💻🧑‍💻🧑‍💻🧑‍💻

mohamedabdiahmmed
Автор

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.

TheMahsoon
Автор

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!

abis
Автор

it is so good tutorial that i saw in .net 8.0

ohezigs
Автор

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!

elberghaswe
Автор

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

youkickedmydog
Автор

Nice but isnt it bad practice to start off your request names with get/delete etc.?

dumbeldor
Автор

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

alexandracrofoot
Автор

Hi Teddy, I'm curious why you did not use repository pattern here?

Snbdth
Автор

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

darlingtonazramshoniwa
Автор

i just follow the tutorial, but i have No operations defined in spec error after dotnet watch run. I dont know why

nhimbien
Автор

Wow never though that .NET is easier than Django

fahadalmaani
Автор

getting this error in swagger ui can any body help?
Error: Internal Server Error
(0x80131904): Invalid object name 'Stocks'.
at exception, Boolean breakConnection, Action`1 wrapCloseInAction)

muhammadasaad