百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
E

EquinoxProject

> DevOps
开源

Web 应用程序 ASP.NET 9 采用了干净架构、DDD、CQRS、事件源以及许多良好实践

6.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Web 应用程序 ASP.NET 9 采用了干净架构、DDD、CQRS、事件源以及许多良好实践

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

Give a Star! :star:

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

Want to learn everything? :mortar_board:

Check my online courses at desenvolvedor.io

How to use:

  • You will need the latest version of Visual Studio and the latest .NET Core SDK.
  • Please check if you have installed the runtime version
  • 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 9.0
  • ASP.NET MVC Core
  • ASP.NET WebApi Core with JWT Bearer Authentication
  • ASP.NET Identity Core
  • Entity Framework Core 9.0
  • Custom Automatic Mapping (no more AutoMapper)
  • FluentValidator
  • NetDevPack.SimpleMediator (no more MediatR)
  • NetDevPack (DDD, CQRS, UOW and more)
  • Swagger UI with JWT support

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.10 - 04/08/2025

  • Migrated to .NET 9.0
  • Replaced MediatR with NetDevPack.SimpleMediator for lighter and native CQRS handling
  • Removed AutoMapper in favor of lightweight custom mapping extensions
  • Architecture Tests with NetArchTest.Rules
  • Added built-in SQLite support with automatic EF Core migrations (just run and go — no setup required)
  • Updated all dependencies to the latest stable versions

v1.9 - 06/31/2024

  • Migrated for .NET 8.0
  • Full refactoring of Web and Api configuration
  • Now all ASP.NET Identity configurations are inside the project, without external dependencies
  • All dependencies is up to date

v1.8 - 03/22/2022

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

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

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.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#architectureasp-net-coreasp-net-core-mvcasp-net-identity

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理