Craig Stuntz expressed precisely :
> Brad White wrote:
>
>> This Delphi can do with interfaces and C# can't without
>> using the 'using' clause.
>
> Again, it's not really a good analogy, since you *must* clean up 95%
> of what you allocate in Delphi (exceptions being things like interfaces
> and ownership) and you don't need to do that for 95% of what you write
> in C# (exceptions being things like file handles and DB transactions).
>
> Really, it's just different there. C# "can't do" what it largely
> doesn't need to do.
>
> Go ahead and show us new things. But, btw, don't use your skills to
> convince us that the language must be kept as is <vbg>. We really
> need an 'using' keyword. Of course, imho.