Little ORM which provide the LINQ queries to unknown sources(views, tables, stored procedures, table-valued functions) at compilation time 🤘
Documentation here.
Linq2Shadow supports MS SQL only today.
- Known
System.Linq.IQueryable
interface - Dynamicly typed models(you don't need typed models more)
- Ready pack of helpers
- Good documentation
- .NET Core SDK 2.2.103
- MS SQL instance(to run tests)
A quick setup which you needed to build an assembly.
dotnet restore
dotnet build
Few steps to run tests.
dotnet restore
dotnet test
Tools preparing: Use DocFX as a command-line tool.
Templates directory: <root>/doc_templates
Destination directory: <root>/docs
Build via powershell:
build-doc.ps1
Demo serve via command line:
docfx doc_templates/docfx.json --serve
The code in this project is licensed under MIT license.