How can I specify that constructor with no parameter should be used while creating the object? I know how to do it for the parameterized one but cannot find any help for the parameter less constructor.
I know how to do this through code but need solution for doing it through configuration.