Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
How can you find average of student marks from student tables (Columns are StudentID, Marks)?
ASP.NET
>>
LINQ
Next Page »
How can you find average of student marks from student tables (Columns are StudentID, Marks)?
(C#)
Public void LinqToSqlAverage()
{
var query = (from p in db. student. Marks).Average();
Console.WriteLine(q);
}
Next Page »
What is Lambda Expressions? How can we optimize our linq code using this Expression?
Lambda expressions can be considered as a functional superset of anonymous methods, providing the following additional functionality........
What is “OfType” in linq?
What is “OfType” in linq?
How can we find Sequence of Items in two different array (same Type) in the same order using linq query?
How can we find Sequence of Items in two different array (same Type) in the same order using linq query?
Post your comment
Related Content
ASP.NET - Part 1
ASP.NET - Part 2
ASP.NET - Part 3
ADO.NET Interview Q & A
Advanced ASP.NET Q & A
ADO.NET FAQs
ASP.Net Validation Control
ASP.NET State Management
ASP.NET Caching
ASP.NET Exception Handling
ASP.NET Master Pages
ASP.NET Session State Management
ASP.NET Authentication Authorization
ASP.NET Globalization Localization
.NET Mobile
LINQ
LINQ for experienced
LINQ to SQL
Silverlight - Part 1
Silverlight - Part 2
CSharp - Part 1
CSharp - Part 2
CSharp for Freshers
CSharp Tutorial
CSharp FAQs
VB.NET
VB.NET FAQs
DOT.NET Interview
.NET Remoting
.NET Remoting 2
ASP.Net Tutorial
Follow us
CareerRide on YOUTUBE
CareerRide on INSTAGRAM
MCQs
English
Tutorials
Download
▲