From 5c18c2a232a9807792ead5b01f95065be72c5fc4 Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Tue, 25 Nov 2014 13:14:02 +0300 Subject: [PATCH] Added linq2db --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 90397af..796b562 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -147,6 +147,7 @@ There are many .NET open source developer projects. You can always use a search * [NMEA Parser](https://github.com/dotMorten/NmeaParser) - Library for handling NMEA message in Windows Desktop, Store, Phone and Xamarin (Android + iOS), coming from files, Bluetooth, serial port or any stream. * [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) * [SQL LocalDB Wrapper](https://github.com/martincostello/sqllocaldb) + * [linq2db](https://github.com/linq2db/linq2db/) - Lightweight ORM and LINQ provider with support for various databases including MS SQL, PostgreSQL, Oracle and MySQL * Games * [MonoGame](http://monogame.net) - One framework for creating powerful cross-platform games.