Click here to Skip to main content
15,913,487 members

Comments by Behzad Talebpour (Top 3 by date)

Behzad Talebpour 3-May-11 15:52pm View    
Deleted
You are talking about static cases. This works only when you want to initial the collection. In most cases and real applications, you usually add object dynamically on the fly based on the conditions. Is there any alternative for those cases when it comes to using .add()?
Behzad Talebpour 27-Feb-11 22:05pm View    
Deleted
The block could be as big as whole code in that file or class. I.e., if it's required, you can do so for the last bracket and whole code will be formatted. But in most cases, you only modify part of the code in different times.
Behzad Talebpour 24-Jan-11 10:14am View    
Deleted
It's always a good practice to add the required "using"s at the top of each class.