I would like to know if there is any overhead incurred through the use of anonymous methods when creating a Background worker.
for example:
public void S
It's mainly affecting readability - large amounts of code in one place are almost never good ;-)
In terms of performance see When is optimization premature?