ASP.NET Web API Model Validation (Implemented in .NET 6 and C# 10)

preview_player
Показать описание
#aspdotnet #dotnet6 #modelvalidation

API Model validation in ASP.NET 6 (.NET 6 and C# 10) is extremely simple and straightforward.

Out of the box from the .NET framework, there is a couple of very handy feature available which makes model validation very simple. We can either use the attribute-based option, or we can use interface-based implementation.

Some of my popular videos:

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

Thank you, on point and just the right speed of information flow. Keep up the good work!

sooler
Автор

Hello Sir,
The course was really useful, I would like to thank you for sharing your knowledge.
Shahab

shahabjoon
Автор

how to have a [remote] attribute validation to check if user already exist

cbzusne