Click here to Skip to main content
15,920,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# 2.0 Specs now available Pin
WillemM24-Oct-03 5:52
WillemM24-Oct-03 5:52 
GeneralRe: C# 2.0 Specs now available Pin
Eric Gunnerson (msft)24-Oct-03 6:43
Eric Gunnerson (msft)24-Oct-03 6:43 
I think the anonymous delegates are somewhat a matter of taste, and should be used wisely ("If swelling persists, contact a professional programming practitioner immediately"...)

There is the opportunity to make your code much more ugly, but there are also cases where you can make it much more local. If you want to be able to have a named iterator that can take some code, or you want to specify the MatchEvaluator for a Regex.Replace(), you can make your code more understandable (probably...) with an anonymous delegate.

But I don't view them as a replacement for standard delegates.
GeneralRe: C# 2.0 Specs now available Pin
Blake Coverett25-Oct-03 23:19
Blake Coverett25-Oct-03 23:19 
GeneralRe: C# 2.0 Specs now available Pin
Nick Parker24-Oct-03 6:41
protectorNick Parker24-Oct-03 6:41 
GeneralRe: C# 2.0 Specs now available Pin
Eric Gunnerson (msft)24-Oct-03 7:14
Eric Gunnerson (msft)24-Oct-03 7:14 
GeneralRe: C# 2.0 Specs now available Pin
Paul Riley25-Oct-03 4:06
Paul Riley25-Oct-03 4:06 
GeneralRe: C# 2.0 Specs now available Pin
leppie25-Oct-03 6:41
leppie25-Oct-03 6:41 
GeneralRe: C# 2.0 Specs now available Pin
Paul Riley25-Oct-03 23:54
Paul Riley25-Oct-03 23:54 
GeneralRe: C# 2.0 Specs now available Pin
Paul Riley26-Oct-03 0:25
Paul Riley26-Oct-03 0:25 
GeneralRe: C# 2.0 Specs now available Pin
leppie26-Oct-03 0:47
leppie26-Oct-03 0:47 
GeneralRe: C# 2.0 Specs now available Pin
Paul Riley26-Oct-03 2:07
Paul Riley26-Oct-03 2:07 
GeneralRe: C# 2.0 Specs now available Pin
Blake Coverett25-Oct-03 23:23
Blake Coverett25-Oct-03 23:23 
GeneralRe: C# 2.0 Specs now available Pin
Paul Riley26-Oct-03 0:20
Paul Riley26-Oct-03 0:20 
GeneralRe: C# 2.0 Specs now available Pin
Corinna John26-Oct-03 5:39
Corinna John26-Oct-03 5:39 
GeneralRe: C# 2.0 Specs now available Pin
Blake Coverett26-Oct-03 6:03
Blake Coverett26-Oct-03 6:03 
GeneralLarge databases Pin
WillemM24-Oct-03 3:02
WillemM24-Oct-03 3:02 
GeneralRe: Large databases Pin
Eric Gunnerson (msft)24-Oct-03 5:19
Eric Gunnerson (msft)24-Oct-03 5:19 
GeneralRe: Large databases Pin
WillemM24-Oct-03 5:24
WillemM24-Oct-03 5:24 
GeneralRe: Large databases Pin
Eric Gunnerson (msft)24-Oct-03 7:18
Eric Gunnerson (msft)24-Oct-03 7:18 
GeneralRe: Large databases Pin
WillemM24-Oct-03 20:39
WillemM24-Oct-03 20:39 
GeneralSetup Questionn Pin
Mazdak23-Oct-03 23:11
Mazdak23-Oct-03 23:11 
GeneralRe: Setup Questionn Pin
antoine@orchus-tech24-Oct-03 4:33
antoine@orchus-tech24-Oct-03 4:33 
GeneralRe: Setup Questionn Pin
Adam Turner26-Nov-03 19:39
Adam Turner26-Nov-03 19:39 
GeneralRe: Setup Questionn Pin
Mazdak27-Nov-03 8:31
Mazdak27-Nov-03 8:31 
GeneralTimeout WebException of GetResponseStream().Read Pin
PrimeYork23-Oct-03 21:49
PrimeYork23-Oct-03 21:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.