Use the Correct Return Types in Your ASP.NET Core Web API Applications

preview_player
Показать описание

When you create your Web API projects, how do you decide what return types to use in your actions? There are different return types that we can use inside the controller, and each has its specifications.

Well, in this video, I will talk about different return types that we can use with ASP.NET Core Web API actions and when should we use those different types.

In ASP.NET Core Web API we can return different types from the controller action methods:

Specific Types
IActionResult
ActionResult
HttpResults

LINKS MENTIONED IN THE VIDEO

FOLLOW US ON SOCIAL MEDIA!
Рекомендации по теме
Комментарии
Автор

Thank you all for watching and for your support.

CodeMaze
Автор

Your videos are always the best thank you.

Totti
Автор

do you have this in the newly update api book

gidolasajaye