.Net Core web API – how to handle required fields for create and update
I’ve been building an ASP net core web API recently using .Net Core, and whilst I built my object model class quite quickly, as I was developing the endpoints for both create (POST) and update (PATCH) I could see a conflict relating to required fields. I wanted to know how to build the model class … Read more