Buy Questpond's video subscriptions on
huge discount
.
Online: 1384
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
LINQ
>
Loading ...
What is the output of the following query?
var query = from student in students
group student by student.Last[0];
Posted by
Kmandapalli
on 1/22/2014 | Category:
LINQ Interview questions
| Views: 3809 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
In this students in a table name and student is the alias name given to it.
This query is used for grouping the students based on the first letter of their LastName.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Write a program using Linq to create a sequence th ...
Next > :
Which of the following statemet(s) is correct with ...
Comments or Responses
Login to post response
More Interview Questions by Kmandapalli
Which of the following statemet(s) is correct with respact to ArrayLis ...
Can we have different access modifiers for the get and set methods? Ju ...
Can you call a native function that is exported from a dll, if so how?
What is meant by satellite assembly?
How can you define Delay signing?
Is there a possibility to create multilanguage, multifile assembly? If ...
How does C# support properties of array types?
What is the output of the query, SELECT * from Table1 CROSS JOIN tabl ...
Latest Interview Questions
What are Cursors in Sql-Server?
What are the values that @@Fetch_Status Function return while dealing ...
What is the return type of @@Fetch_Status Function?
What do we mean by @@Fetch_Status in Cursor?
Suppose,i have one table named competency_details which has one column ...
Suppose,i have one table named competency_details which has one column ...
How to calculate column values in Sql-Server?
What will happen when we execute below query? select avg('123 ...
More ...