Click here to Skip to main content
15,890,724 members

Comments by Chris Randle (Top 1 by date)

Chris Randle 10-Jul-11 15:49pm View    
Deleted
Exactly right. The problem is that C# is used for many different programming paradigms now. When using something like Aspect Oriented Programming, it becomes invaluable to be able to substitute a declared variable with the VAR keyword. It is handy when you do not want to add an interface (e.g. for dependency injection) or when refactoring code.