Model Validation | Validation Attributes vs. FluentValidation | .NET 6

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • Become a Patreon & get the source code: / amantinband
    In this video, we'll learn how to use the built-in validation attributes for model validation and also how we can create custom validation attributes to match our needs.
    We'll then cover some of the reasons why we might prefer using the FluentValidation library instead.
    In the FluentValidation library, we'll cover the following:
    0. FluentValidation vs FluentValidation.AspNetCore
    1. FluentValidation built-in validators
    2. FluentValidation custom validators
    3. FluentValidation and Dependency Injection
    4. FluentValidation & nested objects
    5. FluentValidation & including rules from other validators
    6. FluentValidation's built-in Message Placeholders
    7. FluentValidation & Custom Placeholders
    Give FluentValidation a ⭐:
    github.com/FluentValidation/F...
    #dotnet
    00:00. The project we'll be using as an example
    02:15. Built-in Validation Attributes
    03:05. Returning a ValidationProblem when the ModelState isn't valid
    04:00. ApiController Attribute - Automatic 400 responses & Automatic binding
    05:00. Custom Validation Attributes
    06:14. Custom Validation Attributes: Custom Error Message
    07:12. Validation Attributes vs. FluentValidation
    08:31. Adding the FluentValidation Nuget package
    08:41. Implementing our first Validator
    09:38. Registering the Validator using the IValidator interface
    10:06. FluentValidation Manual Validation
    11:52. Adding the FluentValidation.AspNetCore Nuget package
    12:06. Registering the Validator using the AddValidatorsFromAssemblyContaining extension method
    12:56. FluentValidation Automatic Validation (AddFluentValidation extension method)
    13:32. FluentValidation Automatic Validation disclaimer
    14:20. FluentValidation Built-in validators (RuleFor, Must, NotNull, NotEmpty, CreditCard, Match)
    15:05. Validators & Dependency Injection
    16:05. FluentValidation RuleForEach & WithMessage
    17:11. FluentValidation Custom Validator (IRuleBuilderOptions, IRuleBuilder)
    19:55. Custom Validator & Custom error message
    20:20. Built-in Placeholders (PropertyName, PropertyValue)
    21:06. Custom Placeholders (ValidationContext, MessageFormatter)
    22:33. Updating the CreateBreakfastRequest to have a nested object
    23:50. Implementing the BreakfastDetailsValidator
    23:50. Implementing the BreakfastDetailsValidator
    24:40. Setting an external validator on nested objects (SetValidator)
    25:20. Splitting rules across multiple files (Include)
    26:51. Next video sneak peek
  • Наука та технологія

КОМЕНТАРІ • 68

  • @MilanJovanovicTech
    @MilanJovanovicTech 2 роки тому +9

    Such a great introduction to the FluentValidation library. I loved that you showed that DI is supported inside of validators. Great job!

  • @iliyan-kulishev
    @iliyan-kulishev Рік тому

    I've been using FluentValidation for some time now and was stunned by what I saw you doing with this custom validator. Great video, thanks !

  • @joshmeyers2034
    @joshmeyers2034 2 роки тому +18

    Love your videos! Every time you say "Yes" whenever the copilot autofill's syntax is really satisfying. Co-pilot is really great

  • @faisalalhoqani6151
    @faisalalhoqani6151 Рік тому

    Thank you dear for your detailed, quick, and straightforward demonstration.

  • @wvanlosser
    @wvanlosser Рік тому

    Thanks for this great introduction into the FluentValidation library.

  • @branislavpetrovic7486
    @branislavpetrovic7486 2 роки тому

    Great overview of FluentValidation package, I realy like last parts about custom validators.
    Thanks!

  • @DarkMetroid777
    @DarkMetroid777 Рік тому

    Great video. Been diving into a dotnet project at work and needed some refreshers over this.

  • @haskell3702
    @haskell3702 Рік тому

    This video has everything I was looking for, incredible, thank you!

  • @DanielTames
    @DanielTames 2 роки тому +1

    you are the best .net technology teacher I have ever seen.

  • @ugursesen7629
    @ugursesen7629 2 роки тому

    excellent tutorial as always, you are awesome

  • @danielschmitt5750
    @danielschmitt5750 Рік тому +1

    Hey Amichai :) I have been subscribed to your channel since your first video came out and I though it was about time to leave a comment. I really enjoy watching your videos. They are informative and at the same time fun to watch (at least for someone interested in coding and software archtiecture). At work we already use a lot of the technologies and patterns you introduced in your last videos. Nevertheless, I still learned one or two new things or got a different perspective on things. Thank you for that.

    • @amantinband
      @amantinband  Рік тому

      Wow, that's awesome to hear. It's rare to have an opportunity to impact on such a scale, one of the reasons I created this channel. Thanks, Daniel!

  • @hasan_shans
    @hasan_shans 2 місяці тому

    Great video! Thanks!

  • @opachshwee5589
    @opachshwee5589 Рік тому

    Bro your channel is small but you are making some of the best .NET 6 content already. Keep up the good work.

  • @dicusardenis922
    @dicusardenis922 Рік тому

    Thanks for the great content, it really inspires me to improve myself to become a better developer. Your are doing great, keep going 👍

    • @amantinband
      @amantinband  Рік тому

      Best comment I could get. Thanks, Denis!

  • @silvertek
    @silvertek 2 роки тому +3

    Great pacing and information, keep up the great work. My only complaint is I cant get videos fast enough! :D

  • @ugursesen7629
    @ugursesen7629 2 роки тому

    looking forward to your new videos.

  • @reynaldorodriguez7161
    @reynaldorodriguez7161 2 роки тому

    Loving your videos

  • @alexwexov4298
    @alexwexov4298 2 роки тому

    As always, great !

  • @Ran_Gsharim
    @Ran_Gsharim Рік тому

    Amichai you are the best! ❤️

  • @ugochukwuumerie6378
    @ugochukwuumerie6378 Рік тому

    Such a great content. Keep it up. Yes! :)

  • @keyable
    @keyable Рік тому +1

    Nice video! Could you make more detailed video about Attributes and how to use them for validation? Also making Custome Attribute validators?

  • @androidsavior
    @androidsavior 3 місяці тому

    what is the name of the screen recorder you're using to do marks during recording ?

  • @akalankagajasinghe5239
    @akalankagajasinghe5239 Рік тому

    Fantastic playlist. Can this use for domain entity validation ?

  • @RakeshChintalacheruvu
    @RakeshChintalacheruvu Рік тому

    Excellent!

  • @alaamohammed3491
    @alaamohammed3491 Рік тому

    if I did have the same rule for multiple proprieties (with only different parameters like max Length), Is there a way I could make a delegate or any think like this that could point at the same rule. And use it with different proprieties and there corresponding parameters.
    As it will be easier to make everything consistent, in case I wanted to change anything in the rule itself. Specially, that I have many Models and Dto that use the same rule.
    Thanks.

  • @HueHueHue23
    @HueHueHue23 Рік тому

    Hey!
    What's the shell and theme you're using in your integrated terminal?

  • @khaledsaleh286
    @khaledsaleh286 Рік тому

    I liked this "Yes" to the copilot autofill :D. I didn't get the idea behind the IAssemblyMarker, can you please elaborate more?

  • @DrunkyDude97
    @DrunkyDude97 11 місяців тому

    How can we use fluent validation to validate the DTO like the behavior of Datanotations?
    Because when the validation happen later on, some of the null fields might have taken their default values by the framework.
    ex: int --> 0
    Which would miss my validations.
    So how can we validate beforehand?

  • @androidsavior
    @androidsavior 3 місяці тому

    What is the tool that suggests the code to you ?

  • @bookuha
    @bookuha Рік тому

    Thank you!

  • @g0keyn
    @g0keyn 7 місяців тому

    Which extentions do you use in vs code? I realy need this info.

  • @ankitpanwar1494
    @ankitpanwar1494 14 днів тому

    Did you know how we convert fluent validation responses to custom class responses while using auto validation feature?

  • @evilTano
    @evilTano Рік тому +5

    Hi, great video as always. But I have doubts about the rules for the creation of Breakfast. I'm using a "DDD approach", so Breakfast is an Entity that has a static method "Create()" that works as Factory Method. In your example, you put the "sunrise" rules inside the DateTimeValidators and not inside the "Create()" method of Breakfast class. Is this a good approach? I have to put all the creation rules inside my “BuberBreakfast.Contracts” project and Validators or should I put the creation rules inside the Entity Breakfast?
    In short, the creation logic of an entity must be put inside our contracts or inside the Entities?
    Thanks!

    • @amantinband
      @amantinband  Рік тому +4

      Hey Gaetano, that's an awesome question. I spent a lot of time thinking about it myself, questioning some of the recommendations, reading several blogs, and checking how some solutions behave at scale within Microsoft projects.
      For large projects with several teams/team members - I would recommend having the application layer validate the command/query, and the domain layer validate the object in the Create method, as you said.
      Will you have multiple duplicate validations? Yes. But allowing the domain models to be in an invalid state because it was already validated in the application/presentation layer assumes only the client provides invalid values when in actuality, we should also be defending our domain models from developers.
      Of course, the behavior on failure is different in each layer. Invalid request details? No problem - 400. Invalid values when trying to create a domain model? That's probably an internal error

  • @badr6896
    @badr6896 9 місяців тому

    how to return custom response ?

  • @jimkoro664
    @jimkoro664 Рік тому

    Fantastic playlist/work! Thank you! How would you approach fluent validation in a project with application services (without mediatr). Automatic or manual validation -> which means no pipeline behavior, but instead doing the work manually for each action?

    • @amantinband
      @amantinband  Рік тому +1

      Thanks, Jim! I'd use automatic validation. If async validations are needed, I'd see if it's possible to implement some middleware/filter to do the work. Never looked into it though

  • @atifsaeedkhan9207
    @atifsaeedkhan9207 2 роки тому

    Excellent one

    • @atifsaeedkhan9207
      @atifsaeedkhan9207 Рік тому

      I have become a big fan of urs now. If you noticed I recently joined and start learning from ur videos. Is there any new video coming about Clean Architecture series where you already have I guess 7 videos.

  • @fakhrulhilal
    @fakhrulhilal Рік тому

    I love your videos, it's very straightforward. Can you share your setup when recording (VScode, screen recorder, etc) in the future?

    • @amantinband
      @amantinband  Рік тому

      Thanks, I'll probably do something like that in the future. For now, if you're interested, I have a video all about vscode for .NET: ua-cam.com/video/m9HvsB1-hAo/v-deo.html
      For recording the screen, I use OBS Studio.

  • @56kgofawesome
    @56kgofawesome Рік тому +1

    Great video! Nice structured and explained.
    What extension or customization are you using for your terminal? The color state of the branch and path looks gorgeous.

    • @amantinband
      @amantinband  Рік тому +3

      Thanks, Humberto! I followed Scott Hanselman's tutorial. You can find it via "Scott Hanselman windows terminal" on YT or on his blog.

  • @AlexRadevichPlus
    @AlexRadevichPlus Рік тому

    Will you proceed with the CQRS version of this application? Just want to see FluentValidation + MediatR Behaviors work together.

    • @amantinband
      @amantinband  Рік тому +1

      ua-cam.com/video/FXP3PQ03fa0/v-deo.html 😉

  • @iliyan-kulishev
    @iliyan-kulishev Рік тому

    17:13 Does it make much difference that you define NotBeEmpty() as static?

  • @musazulu7013
    @musazulu7013 2 роки тому

    i have to say i love your videos, i always check to see if you have uploaded new content, are you going to build the front-end as well or it's just going to be a service ?
    Greate Video by the way!

    • @amantinband
      @amantinband  2 роки тому +3

      Haha thanks, Musa! I'm not planning any from-end work as part of this series. This can be a fun .NET MAUI series for when I feel I know the topics well

  • @LindenMikus
    @LindenMikus Рік тому

    great vid, which software do you use to draw those arrows on screen?

  • @kamarchand
    @kamarchand Рік тому

    Where do you get your Idatetimeprovider from? thanks

    • @amantinband
      @amantinband  Рік тому

      It's a simple wrapper around the built in DateTime

  • @rezarezash
    @rezarezash Рік тому

    Should not this be a continuation of BubberDinner?

  • @dayv2005
    @dayv2005 Рік тому

    I misheard. Is it recommended to use manual or automatic validation?

    • @amantinband
      @amantinband  Рік тому +1

      It is recommended to use Manual validation

  • @kinax2
    @kinax2 Рік тому

    Thank for the video but AddFluentValidation is deprecated and is not working with Minimal API.
    Please can make a newer video with Minimal API and show us how to validate a request without using [FromServices] IValidator

  • @LouisWaweru
    @LouisWaweru Рік тому

    Oh, you switched to dark mode. Thank you, from all of us night owls. hoot🦉🌠

    • @amantinband
      @amantinband  Рік тому

      Haha yeah it bothered me for a while 😂

  • @sunefred
    @sunefred Рік тому

    Great library and greate demo.
    I am a bit dissapointed however that you put the validation in the controller layer and did not keep your structure, with domain and application layers, from previous chapters. If anything, validation is the core of domain functionality.

    • @amantinband
      @amantinband  Рік тому +4

      26:51 😉. This video was an introduction to FluentValidation. In the next video we'll integrate it with our Buber Dinner application as part of the application layer. We'll also discuss and the difference between application layer validations and domain layer validations.

    • @sunefred
      @sunefred Рік тому

      @@amantinband Cool, looking forward to it!

  • @patrykk.4630
    @patrykk.4630 2 роки тому

    Wow, pretty detailed explanation about this library. Do we use it? Of course 🙂 but more for a simple validations like 'greaterThaZero', 'notEmpty', etc. and several custom validators like '...doesExist'