We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa43694 commit 889ec25Copy full SHA for 889ec25
README.md
@@ -1,6 +1,6 @@
1
### Why the fork?
2
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.
+- The original MSDN C# examples use the SQL Query / DSL Linq syntax instead for the more generally accepted Extension method/lambda syntax.
4
- which is very similar to Dart
5
- 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)
6
- This fork uses more up to date C# syntax, including the `var` keyword wherever possible and string interpolatation
0 commit comments