Skip to content

Demo app to show how easy is to use Linq2Db in EF Core based projects

License

Notifications You must be signed in to change notification settings

plukawski/efcore-linq2db-demo

Repository files navigation

DEMO application for using Linq2Db with EF Core

This application demonstrates some most common scenarios when using a Linq2Db engine can greatly extend the abilities to projects based on Entity Framework Core.

Its main purpose is to show how easy it is to integrate Linq2Db to an existing, EF Core based, applications.

Requirements

  1. Visual Studio 2022 or newer
  2. SQL Server instance with Northwind database available under Northwind name and accessible using Windows Authentication of the current user (this application is using hardcoded Server=localhost;Database=Northwind;Trusted_Connection=True;TrustServerCertificate=True connection string to connect to SQL Server database). A script named northwind.sql included in this repository can be used to create mentioned database.

About

Demo app to show how easy is to use Linq2Db in EF Core based projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published