Old in the New [dotNET]
Perhaps you’ve heard about the new dynamic language features coming in the next release of C# (C# 3.0). Did you know that JScript .NET already implements some of these features? Take a look at this new feature that is being offered in C# 3.0: var o = new {greeting = “Hello”, audience =”World”, thisIsACoolNewIdea = […]