nein-linq

(β˜… 541)

NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • build.props
  • codecov.yml
  • global.json
  • icon.jpg
  • LICENSE
  • nein-linq.slnx
  • nein-linq.snk
  • nuget.config
  • pack.props
  • README.md

πŸš€ Installation Guide

1. Get the code
git clone https://github.com/axelheer/nein-linq

Downloads the entire project code from GitHub to your computer.

cd nein-linq

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
cd src/NeinLinq.EntityFramework

This project's files live in a subfolder, so move into it first.

dotnet restore

Downloads the packages the project depends on.

dotnet run

Builds the project and runs it immediately.

βœ… After dotnet run, check the message or address shown in the terminal.
// repository documentation