Sample LINQ Queries In this section, you will learn some complex LINQ queries. We will use the following Student and Standard collection...
- Home Archives for January 2019
C# - Predicate Delegate
10:49 /
Muhammad Sohail /
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
10:48 /
Muhammad Sohail /
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
10:46 /
Muhammad Sohail /
Expression Tree You have learned about the Expression in the previous section. Now, let's learn about the Expresion tree here. E...