Skip to content

Commit 889ec25

Browse files
authored
Update README.md
1 parent aa43694 commit 889ec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Why the fork?
22

3-
- The original MSDN C# examples use the SQL / DSL Linq syntax which is "baby-speak" for the more generally accepted Extension method/lambda syntax.
3+
- The original MSDN C# examples use the SQL Query / DSL Linq syntax instead for the more generally accepted Extension method/lambda syntax.
44
- which is very similar to Dart
55
- has all the methods such as Distinct, Take, Union First etc so that you don't have to mix the styles (see mixed syntax example below)
66
- This fork uses more up to date C# syntax, including the `var` keyword wherever possible and string interpolatation

0 commit comments

Comments
 (0)