Questions tagged as 'dryioc'

1
answer

What are the best practices for implementing DryIoc, FluentValidation and Lazy?

I'm building an architecture based on the use of Lazy, DryIoc e o FluentValidation . I intend to do all validations with the object. When I actually use the object I will instantiate it (Start). I do not know if I'm sinning in any det...
asked by 03.07.2017 / 16:14
2
answers

How do you record all validation classes with DryIoc?

How can I log all of my validation classes using DryIoc dynamically? I'm trying the following way down; using DryIoc; using FluentValidation; using System; using System.Linq; using System.Reflection; namespace TesteDryIoC.IU { class Pr...
asked by 04.07.2017 / 19:28