This question is locked. New answers and comments are not allowed.
Hi
Are there any general best practices for when to use List? I mean, how do I decide whether to include an Address class List in my Person class or not? I could just use a LINQ call to find the relevant Address objects, so what's the difference? Performance?
Re
Dennis
Are there any general best practices for when to use List? I mean, how do I decide whether to include an Address class List in my Person class or not? I could just use a LINQ call to find the relevant Address objects, so what's the difference? Performance?
Re
Dennis