Sample LINQ Queries

Sample LINQ Queries

Sample LINQ Queries In this section, you will learn some complex LINQ queries. We will use the following Student and Standard collection...
C# - Predicate Delegate

C# - Predicate Delegate

C# - Predicate Delegate A predicate is also a delegate like  Func  and  Action  delegates. It represents a method that contains a set of...
C# - Object Initializer Syntax

C# - Object Initializer Syntax

C# - Object Initializer Syntax C# 3.0 (.NET 3.5) introduced  Object Initializer Syntax , a new way to initialize an object of a class or...
Expression Tree

Expression Tree

Expression Tree You have learned about the  Expression  in the previous section. Now, let's learn about the Expresion tree here. E...