From 66c894268dedb579a42d480ff5bc3de1db422019 Mon Sep 17 00:00:00 2001 From: Diego Guidi Date: Fri, 21 Nov 2014 11:23:33 +0100 Subject: [PATCH] Update dotnet-projects.md Added two GIS libraries that I contribute to --- dotnet-projects.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet-projects.md b/dotnet-projects.md index b9825af..07fe62b 100644 --- a/dotnet-projects.md +++ b/dotnet-projects.md @@ -44,6 +44,8 @@ There are many .NET open source projects. You can always use a search engine to * [Math.NET Numerics](http://numerics.mathdotnet.com/) Provides methods and algorithms for numerical computations in science, engineering and every day use. * [DiffSharp](http://gbaydin.github.io/DiffSharp/) Automatic Differentiation Library * [Cricket](http://fsprojects.github.io/Cricket/) Actor library + * [NetTopologySuite](https://github.com/NetTopologySuite/NetTopologySuite/) A .NET GIS solution that is fast and reliable for the .NET platform + * [SharpMap](https://sharpmap.codeplex.com/) An easy-to-use mapping library for use in web and desktop applications * Mvvm * [Caliburn Micro](http://caliburnmicro.com/)