Click here to Skip to main content
15,907,392 members
Home / Discussions / C#
   

C#

 
QuestionHow to compare two different pictures in search of the same object Pin
OviDeus17-May-07 4:42
OviDeus17-May-07 4:42 
QuestionDelete a directory Pin
MicealG17-May-07 4:27
MicealG17-May-07 4:27 
AnswerRe: Delete a directory Pin
Paul Brower17-May-07 4:37
Paul Brower17-May-07 4:37 
GeneralRe: Delete a directory Pin
MicealG17-May-07 4:48
MicealG17-May-07 4:48 
AnswerRe: Delete a directory Pin
Manoj Kumar Rai17-May-07 4:45
professionalManoj Kumar Rai17-May-07 4:45 
GeneralRe: Delete a directory Pin
MicealG17-May-07 4:57
MicealG17-May-07 4:57 
GeneralRe: Delete a directory Pin
jayart17-May-07 5:12
jayart17-May-07 5:12 
GeneralRe: Delete a directory Pin
MicealG17-May-07 5:18
MicealG17-May-07 5:18 
GeneralRe: Delete a directory Pin
MicealG17-May-07 5:22
MicealG17-May-07 5:22 
AnswerRe: Delete a directory Pin
Jimmanuel17-May-07 5:18
Jimmanuel17-May-07 5:18 
Questionhow to connect to http servers/My website and download the files Pin
pashitech17-May-07 4:16
pashitech17-May-07 4:16 
AnswerRe: how to connect to http servers/My website and download the files Pin
led mike17-May-07 4:42
led mike17-May-07 4:42 
GeneralRe: how to connect to http servers/My website and download the files Pin
pashitech17-May-07 5:03
pashitech17-May-07 5:03 
GeneralRe: how to connect to http servers/My website and download the files Pin
led mike17-May-07 6:16
led mike17-May-07 6:16 
QuestionStringBuilder and ASCII. [modified] Pin
Russell Jones17-May-07 3:20
Russell Jones17-May-07 3:20 
AnswerRe: StringBuilder and ASCII. Pin
led mike17-May-07 4:54
led mike17-May-07 4:54 
GeneralRe: StringBuilder and ASCII. Pin
Russell Jones17-May-07 5:32
Russell Jones17-May-07 5:32 
QuestionNew in .NET 2.0 Pin
Blumen17-May-07 3:20
Blumen17-May-07 3:20 
AnswerRe: New in .NET 2.0 Pin
Christian Graus17-May-07 3:22
protectorChristian Graus17-May-07 3:22 
GeneralRe: New in .NET 2.0 Pin
Blumen17-May-07 3:27
Blumen17-May-07 3:27 
GeneralRe: New in .NET 2.0 Pin
Christian Graus17-May-07 3:30
protectorChristian Graus17-May-07 3:30 
GeneralRe: New in .NET 2.0 Pin
Judah Gabriel Himango17-May-07 5:18
sponsorJudah Gabriel Himango17-May-07 5:18 
I'd add C# 2's yielding iterators to that, as well as delegate inference. These save so much typing...see my reply here[^] to Jim Taylor's question for an example of what I mean.

Christian Graus wrote:

anonymous methods ( although these are not so great, and have potential for misuse )


Well, I agree that the syntax is too verbose and ugly. C# 3 does a bit better using lambda expression syntax. However, I find anonymous methods very powerful. Being able to pass captured locals in anonymous methods lets you do some pretty powerful stuff - we've built a mini LINQ-like library in .NET 2 using them; and we've found the resulting library consistently useful and beneficial, resulting in shorter and more concise consuming code. We also use them when posting background work to other threads, or posting work to the UI thread from some IO threads.



Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Funny Love
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


AnswerRe: New in .NET 2.0 Pin
Russell Jones17-May-07 3:52
Russell Jones17-May-07 3:52 
AnswerRe: New in .NET 2.0 Pin
Nissim Salomon17-May-07 5:24
Nissim Salomon17-May-07 5:24 
Questionhow to get textbox control? Pin
newtocsharp17-May-07 3:14
newtocsharp17-May-07 3:14 

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.