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

C#

 
GeneralRe: Generating a unique serial Pin
leppie25-Oct-03 2:00
leppie25-Oct-03 2:00 
GeneralRe: Generating a unique serial Pin
mistery2225-Oct-03 2:26
mistery2225-Oct-03 2:26 
GeneralRe: Generating a unique serial Pin
Anonymous25-Oct-03 23:33
Anonymous25-Oct-03 23:33 
GeneralOpenFileDialog Pin
Gary Kirkham24-Oct-03 7:56
Gary Kirkham24-Oct-03 7:56 
Generalgetting unicode for a char Pin
Den2Fly24-Oct-03 7:42
Den2Fly24-Oct-03 7:42 
GeneralRe: getting unicode for a char Pin
leppie24-Oct-03 9:02
leppie24-Oct-03 9:02 
GeneralCustom control Pin
Lasse Johansen24-Oct-03 6:23
Lasse Johansen24-Oct-03 6:23 
GeneralRe: Custom control Pin
leppie24-Oct-03 9:21
leppie24-Oct-03 9:21 
GeneralRe: Custom control Pin
Anonymous27-Oct-03 14:47
Anonymous27-Oct-03 14:47 
GeneralC# 2.0 Specs now available Pin
Eric Gunnerson (msft)24-Oct-03 5:21
Eric Gunnerson (msft)24-Oct-03 5:21 
GeneralRe: C# 2.0 Specs now available Pin
Guillermo Rivero24-Oct-03 5:29
Guillermo Rivero24-Oct-03 5:29 
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 

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.