Browse by Tags

All Tags » .NET » C# (RSS)

Udi: 3.0 is Meh

Udi thinks 3.0 isn't all that great. His response to my recent post is: "...The whole 3.0 story, I've got to tell you, I'm pretty underwhelmed. Everybody seems to be jumping up and down about WPF, and yes, it's new and shiny, but...

C#->Javascript Compiler

You had to know it was only a matter of time. Google has their Java->Javascript compiler and the Xamlon guys have their C#->ActionScript compiler. Soon, we will have a C#->Javascript compiler thanks to Nikhil Kothari (Script#): http://projects...

Asynchronous "For" Loops

With processors set to scale at the CPU level instead of the Mhz level, wouldn't it be great if you could write some code like: StringBuilder output = new StringBuilder(); foreach (MyObj o in collection) { string val; async { val = doSomethingHard...
More Posts