Still thinking about upgrading your skills to #aspnetcore. My newly updated Pluralsight course covers #dotnet8, Razor Pages, #rest APIs, #minimalApis, #fluentvalidation, #entityframework, and #vue! Watch it here:
Still thinking about upgrading your skills to #aspnetcore. My newly updated Pluralsight course covers #dotnet8, Razor Pages, #rest APIs, #minimalApis, #fluentvalidation, #entityframework, and #vue! Watch it here:
New Coding Shorts Video: Minimal API Endpoint Filters for Model Validation #aspnetcore #minimalapi #fluentvalidation
I just learned that #FluentValidation added a "ChildRules" method, which allows you to validate nested objects without any additional validators.
That's helpful when you have a #dotnet object graph that is not used outside the root. Sweet.