Excellent!!! What a clarity, simple and elegant narration!! Keep up the good work!!! Much appreciate it!!
@net-programmer10 ай бұрын
Thanks!
@darshanapatil2920 Жыл бұрын
Thanks Bro!
@mehdi-vl5nn8 ай бұрын
if i use auto automapper do i need FluentValidation
@net-programmer8 ай бұрын
These packages do different things, so it depends on your given scenario. FluentValidation is used to validate user input (check if it meets the conditions, for example if the email has proper format). AutoMapper is used to map objects from one class to another (for example from string to custom Email class that you've created).