Answer:
1). The INTO keyword is used in LINQ,which is used to create a temporary local variable which is used to store the results of a group,join,or select clause into a new identifiers.
2). INTO keyword is used when there is a need to perform an operation on grouped data.
3). INTO keyword Hides the previous variable when used in a query.
Asked In: Many Interviews |
Alert Moderator