Search Results

1
vote

Why are ‘out’ parameters in .Net a bad idea?

It's like the Tanqueray guy likes to say- Everything in moderation. I definitely would stress against over-use, since it would lead to "writing c in c#" much the same way one can write jav …
0
votes

With the advent of extension methods, are abstract classes less attractive?

I think it depends on your use- If your main concern is refactoring to minimize the number of source files and/or classes in an assembly, then yes, extension methods are definitely the way …