forked from EduardoPires/EquinoxProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
6 lines (6 loc) · 2.46 KB
/
params.json
1
2
3
4
5
6
{
"name": "The Equinox Project",
"tagline": "Full ASP.NET Core application with DDD, CQRS and Event Sourcing",
"body": "<img src=\"http://www.eduardopires.net.br/wp-content/uploads/2016/12/EquinoxLogo.png\" alt=\"Equinox Project\"> \r\n================================\r\n\r\nWhat is the Equinox Project?\r\n=====================\r\nThe Equinox Project is a open-source project written in .NET Core\r\n\r\nThe goal of this project is implement the most common used technologies and share with the technical community the best way to develop great applications with .NET\r\n\r\n##Technologies implemented:\r\n\r\n- ASP.NET Core 1.1 (with .NET Core)\r\n - ASP.NET MVC Core \r\n - ASP.NET Identity Core\r\n- Entity Framework Core\r\n- Dapper\r\n- AutoMapper\r\n- .NET Core Native DI\r\n- Unit of Work\r\n- Repository and Generic Repository\r\n- FluentValidator\r\n\r\n##Architecture:\r\n\r\n- Full architecture with responsibility separation concerns, SOLID and Clean Code\r\n- Domain Driven Design (Layers and Domain Model Pattern)\r\n- Domain Events\r\n- Domain Notification\r\n- CQRS (Imediate Consistency)\r\n- Event Sourcing\r\n\r\n##Disclaimer:\r\nThis is a sample application using some beta/pre-release versions (including ASP.NET Core 1.1)\r\n- **NOT** intended to be a definitive solution\r\n- Beware to use in production way\r\n- Maybe you don't need a lot of implementations that is included, try avoid the **over engineering**\r\n\r\n##About the next versions\r\nWatch your [RoadMap](https://github.com/EduardoPires/EquinoxProject/wiki/RoadMap) to know the new changes\r\n\r\nPull-Requests are welcome!\r\n\r\n##Why Equinox?\r\nThe Equinox is an astronomical event in which the plane of Earth's equator passes through the center of the Sun, which occurs twice each year, around 20 March and 23 September. [Wikipedia](https://en.wikipedia.org/wiki/Equinox)\r\n\r\nEquinox is also a series of publications (subtitle: \"The Review of Scientific Illuminism\") in book form that serves as the official organ of the A∴A∴, a magical order founded by Aleister Crowley :) [Wikipedia](https://en.wikipedia.org/wiki/The_Equinox)\r\n\r\n##We are Online:\r\nSee the project running on <a href=\"http://equinoxproject.azurewebsites.net\" target=\"_blank\">Azure</a>\r\n\r\n=====================\r\nThe Equinox Project was developed by [Eduardo Pires](http://eduardopires.net.br) under the [MIT license](LICENSE).\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}