1.

What Are The Different Visual Basic Features That Support Linq?

Answer»

Visual Basic includes the following FEATURES that support LINQ:

  • Anonymous types - Enables you to create a new type based on a query result.
  • Implicitly typed VARIABLES - Enables the compiler to infer and assign a type when you DECLARE and initialize a VARIABLE.
  • Extension METHOD - Enables you to extend an existing type with your own methods without modifying the type itself.

Visual Basic includes the following features that support LINQ:



Discussion

No Comment Found