From 3b968671edfec5d535e9f50a57662768103afed6 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Fri, 21 Nov 2014 10:15:15 +0100 Subject: [PATCH] Added: - ADO.NET provider category - Npgsql & Firebird ADO.NET providers - Algorithmia library Didn't sort the contributions, but it's perhaps a good idea to sort them alphabetically and add 1 line descriptions? --- dotnet-projects.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotnet-projects.md b/dotnet-projects.md index b9825af..d4d1cad 100644 --- a/dotnet-projects.md +++ b/dotnet-projects.md @@ -22,7 +22,12 @@ There are many .NET open source projects. You can always use a search engine to * Web Frameworks * [Nancy](http://nancyfx.org) +* ADO.NET providers + * [Npgsql] (https://github.com/npgsql/npgsql) PostgreSQL + * [Firebird .NET client] (https://sourceforge.net/p/firebird/NETProvider/) Firebird + * Libraries + * [Algorithmia] (https://github.com/SolutionsDesign/Algorithmia) Algorithms and Data structures * [AngleSharp](https://github.com/FlorianRappl/AngleSharp) * [ArcGIS.PCL](https://github.com/davetimmins/ArcGIS.PCL) * [AzureNetQ](https://github.com/Roysvork/AzureNetQ)