60 likes | 182 Vues
Quiz question. Session :NET 3.5 – Language Improvements, LINQ. Which of these is a feature in the new version of C#?. Automatic Delegates Anonymous Delegates Anonymous Functions Anonymous Types.
E N D
Quiz question Session :NET 3.5 – Language Improvements, LINQ
Which of these is a feature in the new version of C#? • Automatic Delegates • Anonymous Delegates • Anonymous Functions • Anonymous Types
What's the new feature in C# that enables you to add methods to existing types without creating dervied types? • Anonymouse Types • Extended Methods • Extension Methods • Anonymous Methods
Which of these is not a LINQ enabled data-source? • LINQ to Objects • LINQ to XML • LINQ to HTML • LINQ TO SQL
What does LINQ stand for? • Language Integration Querying • Language Integrated Query • Lambda In Query • Language Integrated Queue
Which of these assemblies is not a part of .NET Framework 2.0 • System.Core • System.Data • System.Design • System.Configuration