C# ASP.NET Core 3 - Voting System - Ep12 - Controllers - (Beginner Tutorial)

preview_player
Показать описание
Today we disect controllers & model binding, as well as calling in to one of our services.

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

Great tutorials! Very practical and your explanations are easy to understand.

MarekRadiměřský
Автор

what is the difference between useRouting endpoints and UseMvc routing?

LifeAtlas
Автор

Unfortunately, I'm struggling with API testing when I'm using postman. Passing argument by query provide Request object with all fields equal null - either when I'm trying to put the variable into the body of request.

I think it can be related to SSL - I can see that your localhost is https, and mine is not (HTTP actually) - can I do any quick action to provide a certificate for localhost? And of course I've had to disable SSL certificate verification in postman to make any request to localhost.

I know it's slightly out of topic, but maybe you can help with this?

Great content anyway, thank you!

Thepawlak