In the project I am currently working on we use a domain model with a quite deep nested structure of classes, code like the following is quite common. // do something with the Adress Console.Writeline(Contract.Parties.Client.Adress.Street); The problem
Read More...