From 9cab3079bd2db674d2d813ddbc53cb1ec283a7c5 Mon Sep 17 00:00:00 2001 From: RolandPheasant Date: Fri, 28 Nov 2014 12:37:04 +0000 Subject: [PATCH] Added Dynamic Data to the listing --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 0c63853..d4244bd 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -54,6 +54,7 @@ There are many .NET open source developer projects. You can always use a search * [Cricket](http://fsprojects.github.io/Cricket/) - Actor library * [DiffSharp](http://gbaydin.github.io/DiffSharp/) Automatic Differentiation Library * [DotNetOpenAuth](https://github.com/DotNetOpenAuth) - Library that adds support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page. + * [DynamicData](https://github.com/RolandPheasant/DynamicData) - Brings the power of Rx to collections * [EasyNetQ](https://github.com/mikehadlow/EasyNetQ) - An easy to use .NET API for RabbitMQ. * [FeatureToggle](https://github.com/jason-roberts/FeatureToggle) - Simple, reliable feature toggles in .NET. * [FluentBootstrap](https://github.com/somedave/FluentBootstrap)