DISQUS

DISQUS Hello! Thinking inside a bigger box is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Finally C# gets to be usable!

Started by jhannes · 10 months ago

The best thing to happen since the inceptions of C#: “anonymous methods” are .NET delegates cum closures. Finally we can write syntax like:

addButton.Click += new EventHandler(object sender, EventArgs e) {

list.Add(new ListItem());
}% ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login