All Projects → EduardoPires → Equinoxproject

EduardoPires / Equinoxproject

Licence: mit
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Equinoxproject

RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-99.43%)
Mutual labels:  cqrs, ddd, event-sourcing, asp-net-core, mediatr, asp-net-identity, automapper
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-98.28%)
Mutual labels:  swagger, event-sourcing, automapper, aspnetcore, jwt, ddd, cqrs
Christddd
🙌 ASP.NET Core 3.1 应用, 包含 DDD、CQRS、EDA 和ES事件回溯
Stars: ✭ 510 (-90.04%)
Mutual labels:  event-sourcing, automapper, aspnet-core, asp-net-core-mvc, ddd, cqrs
CleanArchitecture-Template
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
Stars: ✭ 60 (-98.83%)
Mutual labels:  cqrs, clean-code, asp-net-core, mediatr, ef-core, fluentvalidation
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (-55.37%)
Mutual labels:  aspnetcore, aspnet-core, architecture, ddd, clean-code
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-99.65%)
Mutual labels:  cqrs, ddd, event-sourcing, asp-net-core, mediatr
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (-95.57%)
Mutual labels:  automapper, aspnetcore, aspnet-core, ddd, clean-code
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-99.71%)
Mutual labels:  visual-studio, aspnetcore, clean-code, aspnet-core, ef-core
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+21.29%)
Mutual labels:  event-sourcing, architecture, ddd, cqrs, clean-code
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (-98.67%)
Mutual labels:  event-sourcing, eventstore, ddd, cqrs, clean-code
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (-96.84%)
Mutual labels:  event-sourcing, aspnetcore, aspnet-core, ddd, cqrs
Eventually Rs
Event Sourcing for Rust
Stars: ✭ 277 (-94.59%)
Mutual labels:  event-sourcing, eventstore, ddd, cqrs
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (-97.79%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core, asp-net-core-mvc
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (-99.1%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core, asp-net-core-mvc
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+61.13%)
Mutual labels:  ddd, clean-code, asp-net-core, asp-net-core-mvc
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (-98.3%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core, asp-net-core-mvc
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (-95.55%)
Mutual labels:  event-sourcing, ddd, cqrs, clean-code
OnlineUsers-Counter-AspNetCore
Display online users count in ASP.NET Core in two ways (Cookie - SingalR)
Stars: ✭ 29 (-99.43%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core, asp-net-core-mvc
Aspnetcore Webapi Course
Professional REST API design with ASP.NET Core 3.1 WebAPI
Stars: ✭ 323 (-93.69%)
Mutual labels:  swagger, automapper, aspnet-core, jwt
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-99.51%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core, asp-net-core-mvc

Equinox Project

What is the Equinox Project?

The Equinox Project is a open-source project written in .NET Core

The 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

Build status .NET Core License Issues open

Give a Star!

If you liked the project or if Equinox helped you, please give a star ;)

Want to learn everything? 🎓

Check my online courses at desenvolvedor.io

How to use:

  • You will need the latest Visual Studio 2019 and the latest .NET Core SDK.
  • Please check if you have installed the same runtime version (SDK) described in global.json
  • The latest SDK and tools can be downloaded from https://dot.net/core.

Also you can run the Equinox Project in Visual Studio Code (Windows, Linux or MacOS).

To know more about how to setup your enviroment visit the Microsoft .NET Download Guide

Technologies implemented:

  • ASP.NET 5.0 (with .NET Core 5.0)
  • ASP.NET MVC Core
  • ASP.NET WebApi Core with JWT Bearer Authentication
  • ASP.NET Identity Core
  • Entity Framework Core 5.0
  • .NET Core Native DI
  • AutoMapper
  • FluentValidator
  • MediatR
  • Swagger UI with JWT support
  • .NET DevPack
  • .NET DevPack.Identity

Architecture:

  • Full architecture with responsibility separation concerns, SOLID and Clean Code
  • Domain Driven Design (Layers and Domain Model Pattern)
  • Domain Events
  • Domain Notification
  • Domain Validations
  • CQRS (Imediate Consistency)
  • Event Sourcing
  • Unit of Work
  • Repository

News

v1.7 - 04/06/2021

  • Migrated for .NET 5.0
  • All dependencies is up to date

v1.6 - 06/09/2020

  • Full Refactoring (consistency, events, validation, identity)
  • Added NetDevPack and saving a hundreds of code lines
  • All dependencies is up to date

v1.5 - 01/22/2020

  • Migrated for .NET Core 3.1.1
  • All dependencies is up to date
  • Added JWT (Bearer) authentication for WebAPI
  • Added JWT support in Swagger

v1.4 - 02/14/2019

  • Migrated for .NET Core 2.2.1
  • All dependencies is up to date
  • Improvements for last version of MediatR (Notifications and Request)

v1.3 - 05/22/2018

  • Migrated for .NET Core 2.1.2
  • All dependencies is up to date
  • Improvements in Automapper Setup
  • Improvements for last version of MediatR (Notifications and Request)
  • Code improvements in general

v1.2 - 08/15/2017

  • Migrated for .NET Core 2.0 and ASP.NET Core 2.0
  • Adaptations for the new Identity Authentication Model

v1.1 - 08/09/2017

  • Adding WebAPI service exposing the application features
  • Adding Swagger UI for better viewing and testing
  • Adding MediatR for Memory Bus Messaging

Disclaimer:

  • NOT intended to be a definitive solution
  • Beware to use in production way
  • Maybe you don't need a lot of implementations that is included, try avoid the over engineering

About the next versions

Watch our RoadMap to know the new changes

Pull-Requests

Make a contact! Don't submit PRs for extra features, all the new features are planned

Why Equinox?

The 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

Equinox 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

We are Online:

See the project running on Azure

About:

The Equinox Project was developed by Eduardo Pires under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].