Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.41 KB

LINQ to DB Code Examples

Access

Firebird

PostgreSQL

  • GetStarted. Get started with LINQ to PostgreSQL.

SqlCe

SQLite

  • GetStarted. Get started with LINQ to SQLite.
  • HowToUseOldVersion. This project demonstrates how to use LINQ to DB nugets with older SQLite nuget version.

SqlServer

Linq over WCF

  • ASP.NET Host. Get started with LINQ over WCF using ASP.NET WCF Service as a host.
  • Windows Host. Get started with LINQ over WCF using Windows Console application as a host.