"FlubuCore - "Fluent Builder Core" is a cross platform build and deployment automation system. You can define your build and deployment scripts in C# using an intuitive fluent interface. This gives you code completion, IntelliSense, debugging, FlubuCore custom analyzers, and native access to the whole .NET ecosystem inside of your scripts.
https://github.com/flubu-core/flubu.core
Features:
* Intuitive an easy to learn. C#, fluent interface, and IntelliSense make even most complex script creation a breeze.
* Large number of often used built-in tasks like e.g. running tests, managing IIS, creating deployment packages, publishing NuGet * packages, executing PowerShell scripts and many more.
* Execute your own custom C# code.
* Reference any .NET library, NuGet package or C# source code in your scripts.
* Pass command line arguments, settings from json configuration file or enviroment variables to your script.
* Extending FlubuCore fluent interface by writing your own FlubuCore tasks.
* Asynchronous execution of tasks, target dependencies and custom code.
* Possibility to test and debug your build scripts.
* Easily automate deployments remotely via the FlubuCore Web API.
* Possibility to use FlubuCore tasks in any other .NET application.
* Improved developer experience with FlubuCore custom analyzers.
* Update dotnet-developer-projects.md
Added description for IdentityManager and note that it is no longer maintained.
* Updated URLs for many projects, especially those that were CodePlex.
* Update dotnet-developer-projects.md
Fixed issues highlighted by @rpetrusha; began standardizing descriptions to end with period.
Adding in link to the ServiceStack web framework (which I am not involved with or a representative of, but that I use and have contributed minor tweaks to)
AspectCore is an Aspect-Oriented Programming based cross platform framework for .NET Core and .NET Framework. Core support for aspect-interceptor,dependency injection integration , web applications , and more.
Added Polly to the Tools group in the .NET Open Source Developer Projects listing. Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
DotVVM is an open source Knockout JS based framework that lets you build modern web apps and SPAs using C# and HTML without writing any JavaScript code.
It is been developed for more than 2 years by now, in July 2016 there was a first stable release (1.0) and currently we have the version 1.1 RC with .NET Core support.
This framework is an interesting alternative to using ASP.NET MVC in combination with Angular, React or any other client-side framework. It is also interesting for client app developers because it uses the MVVM pattern which they are usually familiar with. It doesn't require to learn 20 different JS libraries, tools or frameworks to create a web app, the framework handles all the common tasks like client-server communication, validation, localization and SPAs and includes built-in controls like GridView, FileUpload etc.
The framework is open source and there is also a free Visual Studio extension which adds IntelliSense and project templates for DotVVM apps.
(My company also develops commercial extensions and we also have a paid version of the VS extension with more features.)
I am the founder of the DotVVM project. I have spoken about DotVVM on several conferences in Europe and we got a really great feedback, many people and companies are already using it, so I think it may be the right time for DotVVM to be listed here.