chinmay.sahoo
New member
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.
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.