DORSETRIGS
Home

fluentvalidation (15 post)


posts by category not found!

Fluent Validation vs. Data Annotations

Fluent Validation vs Data Annotations A Comprehensive Guide When it comes to validating data in NET applications developers often find themselves choosing betwe

3 min read 08-10-2024 17
Fluent Validation vs. Data Annotations
Fluent Validation vs. Data Annotations

Using FluentValidation's ruleset feature on Web API

Streamlining Validation in ASP NET Core Web API with Fluent Validations Rulesets In the world of web development ensuring data integrity and consistency is cruc

3 min read 07-10-2024 19
Using FluentValidation's ruleset feature on Web API
Using FluentValidation's ruleset feature on Web API

How to reuse data in FluentValidation

Reusing Data in Fluent Validation A Guide to Streamlining Validation Fluent Validation is a powerful library for NET that simplifies the process of validating y

3 min read 07-10-2024 14
How to reuse data in FluentValidation
How to reuse data in FluentValidation

Fluentvalidation Validator for multiple possible values

Validating Multiple Possible Values with Fluent Validation Fluent Validation is a powerful library in NET that simplifies the process of validating your data mo

2 min read 06-10-2024 37
Fluentvalidation Validator for multiple possible values
Fluentvalidation Validator for multiple possible values

ASP.NET Core Web API - FluentValidationMvcExtensions.AddFluentValidation(IMvcBuilder, Action<FluentValidationMvcConfiguration>)' is obsolete

Fluent Validation in ASP NET Core Web API Evolving with the Times The Problem You re updating your ASP NET Core Web API project and encounter the dreaded obsole

2 min read 05-10-2024 32
ASP.NET Core Web API - FluentValidationMvcExtensions.AddFluentValidation(IMvcBuilder, Action<FluentValidationMvcConfiguration>)' is obsolete
ASP.NET Core Web API - FluentValidationMvcExtensions.AddFluentValidation(IMvcBuilder, Action<FluentValidationMvcConfiguration>)' is obsolete

How to return only error messages in custom response model in c#

Returning Only Error Messages in Custom Response Models in C Problem In C you often want to create a structured response model for your APIs But when an error o

2 min read 05-10-2024 31
How to return only error messages in custom response model in c#
How to return only error messages in custom response model in c#

FluentValidation TestHelper: Handling OverridePropertyName in Unit Tests

Understanding Fluent Validation Test Helper Handling Override Property Name in Unit Tests Unit testing is an essential part of the software development lifecycl

3 min read 30-09-2024 43
FluentValidation TestHelper: Handling OverridePropertyName in Unit Tests
FluentValidation TestHelper: Handling OverridePropertyName in Unit Tests

How to Validate Immediately After Leaving Control with Fluent Validation + Blazor Server

How to Validate Immediately After Leaving a Control with Fluent Validation and Blazor Server When developing applications using Blazor Server user input validat

3 min read 24-09-2024 47
How to Validate Immediately After Leaving Control with Fluent Validation + Blazor Server
How to Validate Immediately After Leaving Control with Fluent Validation + Blazor Server

Blazor Validation 'From' must be less than '00:00' error

Understanding the Blazor Validation Error From Must Be Less Than 00 00 When working with Blazor a popular framework for building interactive web applications us

3 min read 19-09-2024 41
Blazor Validation 'From' must be less than '00:00' error
Blazor Validation 'From' must be less than '00:00' error

Use custom validation responses with fluent validation

Crafting Custom Validation Responses with Fluent Validation in NET Core Validating user input is crucial for building robust web applications In NET Core Fluent

2 min read 06-09-2024 41
Use custom validation responses with fluent validation
Use custom validation responses with fluent validation

Is there an existing validation rule that works on the sum of several properties, where the sum is not a property?

Validating the Sum of Properties in Your NET Application A Comprehensive Guide When building robust applications data validation is paramount You want to ensure

2 min read 04-09-2024 39
Is there an existing validation rule that works on the sum of several properties, where the sum is not a property?
Is there an existing validation rule that works on the sum of several properties, where the sum is not a property?

FluentValidation how to return message in several languages

Fluent Validation How to Return Messages in Multiple Languages Fluent Validation is a popular library in NET for building strongly typed validation rules for yo

2 min read 03-09-2024 41
FluentValidation how to return message in several languages
FluentValidation how to return message in several languages

Problem after autocomplete in FluentValidation

Fluent Validation and Browser Autocomplete A Common Pitfall Its quite common to encounter issues with Fluent Validation when browser autocomplete fills in forms

3 min read 02-09-2024 41
Problem after autocomplete in FluentValidation
Problem after autocomplete in FluentValidation

Fluent validation check to pass only one query parameter from given 2 query parameter

Validating Query Parameters with Fluent Validation Ensuring Only One Parameter is Passed In this article we ll explore how to implement Fluent Validation in ASP

2 min read 30-08-2024 47
Fluent validation check to pass only one query parameter from given 2 query parameter
Fluent validation check to pass only one query parameter from given 2 query parameter

Deprecation of Transform and TransformForEach methods How to use New way with Front End in Blazor

Modernizing Blazor Validation Evolving from Transform to Computed Properties The Fluent Validation library is a powerful tool for adding validation logic to you

3 min read 28-08-2024 47
Deprecation of Transform and TransformForEach methods How to use New way with Front End in Blazor
Deprecation of Transform and TransformForEach methods How to use New way with Front End in Blazor