Obviously, when it comes to simple value types like int, "new" is not needed. But I have noticed that the "new" keyword is not used in other, not-so-obvious cases (e.g. DataColumn).
How can I determine if the "new" needs to be used? Thanks!
How can I determine if the "new" needs to be used? Thanks!