0
kicks
Interface methods versus Extension methods
Having used extension methods heavily in SyncLINQ, there’s something I wanted to highlight when it comes to choosing between regular methods and extension methods.
Combining extension methods with interfaces can be very powerful.