ASP.NET Core 2.0: Input Validation - Creating a Problem Factory

preview_player
Показать описание
When creating Web APIs we create endpoints that people can use to interact with our Web Service.

Often these endpoints will have a parameter that we can enter as part of the request.

These parameters that someone can enter are what we want to make sure we validate on.

We don’t want to be passing around input values that are not what we are expecting. We want to gracefully handle invalid values.

You can find a blog post on this topic on my blog site

You can find the code on my GitHub repo

If you liked this video, share, like and, subscribe.

Connect with me on social media:
Рекомендации по теме
Комментарии
Автор

Nice job. Very professional vids. It's fun watching someone else code. I always learn something. Small tip though, when you use the snippets, pressing tab will cycle through the elements of the snippet - you don't need to mouse click. Try not using your mouse for a day... it's fun :)

jonesienz
visit shbcf.ru