Setting Menu options Dynamically based on Role in ASP.NET using LINQ Step 1. Add Menu control to aspx or master page. <asp:Menu ID=”menuRoleBased” runat=”server” Font-Names=”Verdana” […]
Category: LINQ Articles
Aggregate functions in LINQ query
Aggregate functions in LINQ query Avearage – Returns the average value in sequence Count – Returns count of elements in sequence Max – Returns maximum […]
LINQ to ADO.NET
LINQ to ADO.NET A .NET application can write LINQ queries to SQL, Entities and Dataset. LINQ to SQL and LINQ to Entities have direct connection […]
LINQ Simplified
Anonymous Method , Lambda Expressions and LINQ in C# 3.0 LINQ stands for Language Integrated Query. List contains flower name below : List flowerList = […]
