Validate the model state globally in .Net Core MVC: .Net Core Quick posts

You can find all of my  .Net core posts here. In this post, we will see an awesome feature of .Net Core which will make the developer's life bit easy. We are talking about the Auto-validation of the models in .Net Core. I remember putting ModelState.IsValid check in almost all POST, PUT, DELETE etc action methods of … Continue reading Validate the model state globally in .Net Core MVC: .Net Core Quick posts