Tag: 'web api'

Using FluentValidation in ASP.NET Core
Using FluentValidation in ASP.NET Core
November 18, 2019

I'm working on an example to explore some more complex modeling in EF (for SQL and NoSQL) but that's not ready so I thought I'd use it as a bed for some Validation testing I'm doing. The result is some exploration of the FluentValidation project that I haven't had time to dig into until now.