Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrissainty/FluentValidationWithRazorComponents
Sample code for blog - Using FluentValidation for Forms Validation in Blazor
https://github.com/chrissainty/FluentValidationWithRazorComponents
aspnetcore blazor blazor-server csharp fluentvalidation razor-components webassembly
Last synced: 2 months ago
JSON representation
Sample code for blog - Using FluentValidation for Forms Validation in Blazor
- Host: GitHub
- URL: https://github.com/chrissainty/FluentValidationWithRazorComponents
- Owner: chrissainty
- License: mit
- Created: 2019-03-26T09:08:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T21:21:11.000Z (about 5 years ago)
- Last Synced: 2024-11-09T03:20:20.649Z (2 months ago)
- Topics: aspnetcore, blazor, blazor-server, csharp, fluentvalidation, razor-components, webassembly
- Language: C#
- Homepage: https://chrissainty.com/using-fluentvalidation-for-forms-validation-in-razor-components
- Size: 271 KB
- Stars: 50
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Using FluentValidation for Forms Validation in Blazor
This repo contains the code sample to go with my blog post, [Using FluentValidation for Forms Validation in Blazor](https://chrissainty.com/using-fluentvalidation-for-forms-validation-in-razor-components).