Hello,
F#-language is very powerful .NET-language. It uses mainly combination of recursion and pattern matching.
SQL has also support for recursion * and pattern matching *.
Both operations are advanced and "higher level" than basic CRUD (create/read/update/delete)
Could we get some kind of synergy benefits here?
For example, to use F# expression trees to advanced EntityFramework SQL-statements.
F#-language is very powerful .NET-language. It uses mainly combination of recursion and pattern matching.
SQL has also support for recursion * and pattern matching *.
Both operations are advanced and "higher level" than basic CRUD (create/read/update/delete)
Could we get some kind of synergy benefits here?
For example, to use F# expression trees to advanced EntityFramework SQL-statements.