Skip to content

Commit 360f545

Browse files
Merge pull request #42 from stgelaisalex/master
adding descriptions
2 parents 3a0497f + 5ba5488 commit 360f545

37 files changed

+37
-37
lines changed

docs2/pages/linq/linq-dynamic-aggregate-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - Aggregate
22

33
## LINQ Dynamic Aggregate Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ Aggregate examples using an Expression Evaluator.
55

66
- [Aggregate - Simple](#aggregate---simple)
77
- [Aggregate - Seed](#aggregate---seed)

docs2/pages/linq/linq-dynamic-all-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - All
22

33
## LINQ Dynamic All Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ All examples using an Expression Evaluator.
55

66
- [All - Simple](#all---simple)
77
- [All - Grouped](#all---grouped)

docs2/pages/linq/linq-dynamic-any-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - Any
22

33
## LINQ Dynamic Any Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ Any examples using an Expression Evaluator.
55

66
- [Any - Simple](#any---simple)
77
- [Any - Grouped](#any---grouped)

docs2/pages/linq/linq-dynamic-average-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - Average
22

33
## LINQ Dynamic Average Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ Average examples using an Expression Evaluator.
55

66
- [Average - Simple](#average---simple)
77
- [Average - Projection](#average---projection)

docs2/pages/linq/linq-dynamic-combine-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - Combine
22

33
## LINQ Dynamic Combine Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ Combine examples using an Expression Evaluator.
55

66
- [Combine](#combine)
77

docs2/pages/linq/linq-dynamic-concat-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - Concat
22

33
## LINQ Dynamic Concat Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ Concat examples using an Expression Evaluator.
55

66
- [Concat - 1](#concat---1)
77
- [Concat - 2](#concat---2)

docs2/pages/linq/linq-dynamic-count-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - Count
22

33
## LINQ Dynamic Count Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ Count examples using an Expression Evaluator.
55

66
- [Count - Simple](#count---simple)
77
- [Count - Conditional](#count---conditional)

docs2/pages/linq/linq-dynamic-distinct-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - Distinct
22

33
## LINQ Dynamic Distinct Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ Distinct examples using an Expression Evaluator.
55

66
- [Distinct - 1](#distinct---1)
77
- [Distinct - 2](#distinct---2)

docs2/pages/linq/linq-dynamic-elementat-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - ElementAt
22

33
## LINQ Dynamic ElementAt Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ ElementAt examples using an Expression Evaluator.
55

66
- [ElementAt](#elementat)
77
- [Where - Simple 2](#where---simple-2)

docs2/pages/linq/linq-dynamic-equalall-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LINQ Dynamic - EqualAll
22

33
## LINQ Dynamic EqualAll Examples
4-
{{ page.description }}
4+
C# Dynamic LINQ EqualAll examples using an Expression Evaluator.
55

66
- [EqualAll - 1](#equalall---1)
77
- [EqualAll - 2](#equalall---2)

0 commit comments

Comments
 (0)