forked from EduardoPires/EquinoxProject
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (83 loc) · 5.23 KB
/
index.html
File metadata and controls
110 lines (83 loc) · 5.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>The Equinox Project by EduardoPires</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">The Equinox Project</h1>
<h2 class="project-tagline">Full ASP.NET Core application with DDD, CQRS and Event Sourcing</h2>
<a href="https://github.com/EduardoPires/EquinoxProject" class="btn">View on GitHub</a>
<a href="https://github.com/EduardoPires/EquinoxProject/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/EduardoPires/EquinoxProject/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="-" class="anchor" href="#-" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a><img src="http://www.eduardopires.net.br/wp-content/uploads/2016/12/EquinoxLogo.png" alt="Equinox Project"> </h1>
<h1>
<a id="what-is-the-equinox-project" class="anchor" href="#what-is-the-equinox-project" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What is the Equinox Project?</h1>
<p>The Equinox Project is a open-source project written in .NET Core</p>
<p>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</p>
<h2>
<a id="technologies-implemented" class="anchor" href="#technologies-implemented" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Technologies implemented:</h2>
<ul>
<li>ASP.NET Core 1.1 (with .NET Core)
<ul>
<li>ASP.NET MVC Core </li>
<li>ASP.NET Identity Core</li>
</ul>
</li>
<li>Entity Framework Core</li>
<li>Dapper</li>
<li>AutoMapper</li>
<li>.NET Core Native DI</li>
<li>Unit of Work</li>
<li>Repository and Generic Repository</li>
<li>FluentValidator</li>
</ul>
<h2>
<a id="architecture" class="anchor" href="#architecture" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Architecture:</h2>
<ul>
<li>Full architecture with responsibility separation concerns, SOLID and Clean Code</li>
<li>Domain Driven Design (Layers and Domain Model Pattern)</li>
<li>Domain Events</li>
<li>Domain Notification</li>
<li>CQRS (Imediate Consistency)</li>
<li>Event Sourcing</li>
</ul>
<h2>
<a id="disclaimer" class="anchor" href="#disclaimer" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Disclaimer:</h2>
<p>This is a sample application using some beta/pre-release versions (including ASP.NET Core 1.1)</p>
<ul>
<li>
<strong>NOT</strong> intended to be a definitive solution</li>
<li>Beware to use in production way</li>
<li>Maybe you don't need a lot of implementations that is included, try avoid the <strong>over engineering</strong>
</li>
</ul>
<h2>
<a id="about-the-next-versions" class="anchor" href="#about-the-next-versions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About the next versions</h2>
<p>Watch your <a href="https://github.com/EduardoPires/EquinoxProject/wiki/RoadMap">RoadMap</a> to know the new changes</p>
<p>Pull-Requests are welcome!</p>
<h2>
<a id="why-equinox" class="anchor" href="#why-equinox" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Why Equinox?</h2>
<p>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. <a href="https://en.wikipedia.org/wiki/Equinox">Wikipedia</a></p>
<p>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 :) <a href="https://en.wikipedia.org/wiki/The_Equinox">Wikipedia</a></p>
<h2>
<a id="we-are-online" class="anchor" href="#we-are-online" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>We are Online:</h2>
<p>See the project running on <a href="http://equinoxproject.azurewebsites.net">Azure</a></p>
<h1></h1>
<p>The Equinox Project was developed by <a href="http://eduardopires.net.br">Eduardo Pires</a> under the <a href="LICENSE">MIT license</a>.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/EduardoPires/EquinoxProject">The Equinox Project</a> is maintained by <a href="https://github.com/EduardoPires">EduardoPires</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>