From a62721159c643a52ad9924096811bf31a964023a Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Wed, 26 Nov 2014 08:35:17 +0100 Subject: [PATCH] Change Cosmos entry. --- dotnet-developer-projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 29c4561..3689aef 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -5,11 +5,11 @@ There are many .NET open source developer projects. You can always use a search * .NET Implementations * [.NET Core](https://github.com/dotnet/corefx) - Core .NET Framework * [Mono Project](https://github.com/mono/) - Cross-platform implementation of .NET Framework. - + * [Cosmos](http://cosmos.codeplex.com/) - C# Open Source Managed Operating System, an operating system "construction kit". + * Platforms * [Castle Project](https://github.com/castleproject) - Umbrella project for ActiveRecord, DynamicProxy, MonoRail, Windsor * [Catel](http://catelproject.com/) - Application platform with IoC, logging, reflection and much more that serves as a base for applications that must be ready for future growth. - * [Cosmos](http://cosmos.codeplex.com/) * Languages * [ClojureCLR](https://github.com/clojure/clojure-clr) - A .NET implemention of the [Clojure](http://clojure.org) programming language, built on the DLR.