Click here to Skip to main content
15,923,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Network... Need Suggestions. Pin
Blake Coverett26-Oct-03 6:12
Blake Coverett26-Oct-03 6:12 
GeneralRe: C# Network... Need Suggestions. Pin
fadee26-Oct-03 6:22
fadee26-Oct-03 6:22 
Generalstatic variable Pin
hkl24-Oct-03 10:43
hkl24-Oct-03 10:43 
GeneralRe: static variable Pin
Guillermo Rivero24-Oct-03 10:57
Guillermo Rivero24-Oct-03 10:57 
GeneralRe: static variable Pin
hkl24-Oct-03 10:58
hkl24-Oct-03 10:58 
GeneralRe: static variable Pin
Rocky Moore25-Oct-03 2:48
Rocky Moore25-Oct-03 2:48 
GeneralRe: static variable Pin
leppie25-Oct-03 3:15
leppie25-Oct-03 3:15 
GeneralRe: static variable Pin
hkl27-Oct-03 8:33
hkl27-Oct-03 8:33 
GeneralGenerating a unique serial Pin
Sassan K.Z.24-Oct-03 8:30
Sassan K.Z.24-Oct-03 8:30 
GeneralRe: Generating a unique serial Pin
Guillermo Rivero24-Oct-03 8:35
Guillermo Rivero24-Oct-03 8:35 
GeneralRe: Generating a unique serial Pin
Sassan K.Z.24-Oct-03 9:41
Sassan K.Z.24-Oct-03 9:41 
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 
GeneralRe: C# 2.0 Specs now available Pin
Blake Coverett25-Oct-03 23:19
Blake Coverett25-Oct-03 23:19 
The improved locality is a win from a syntax and encapsulation perspective, but must more important to me is the fact that anonymous delegates have closures semantics. This opens up new programming idioms that are just not reasonable otherwise. Yay!!

On the other hand, I pouted to see that 'yield' was specialized for iterators and not generalized into support for arbitrary coroutines. Then I winced a bit a 'yield return' replacing just 'yield'. I'd rather a little pain now with a new keyword/breaking change than an ugly syntax forever after.


-Blake

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.