We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Validation (markdown)
Changed 'public class UserValidator : AbstractValidator<Validated>' to 'public class UserValidator : AbstractValidator<User>' because the UserValidator class is validating the User class, not the Validated class.
Updated Validation and Error Handling (markdown)
More validation and error support
added auto-wire feature
syntax highlighting
Updated Validation (available in the next release of ServiceStack) (markdown)
added note
Update classes