Advertisement
akram_0090

equinox project

Jul 17th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 1.87 KB | None | 0 0
  1.     http://casualient.com/4jE
  2.  
  3. What is the Equinox Project?
  4.  
  5. The Equinox Project is a open-source project written in .NET Core
  6.  
  7. 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
  8.  
  9. How to use:
  10.  
  11. You will need Visual Studio 2017 and the .NET Core SDK (released in March 07, 2017).
  12.  
  13. Also you can run the Equinox Project in Visual Studio Code (Windows, Linux or MacOS).
  14.  
  15. To know more about how to setup your enviroment visit the Microsoft .NET Download Guide
  16.  
  17. Technologies implemented:
  18.  
  19. ASP.NET Core 1.1 (with .NET Core)
  20. ASP.NET MVC Core
  21. ASP.NET Identity Core
  22. Entity Framework Core
  23. Dapper
  24. AutoMapper
  25. .NET Core Native DI
  26. Unit of Work
  27. Repository and Generic Repository
  28. FluentValidator
  29. Architecture:
  30.  
  31. Full architecture with responsibility separation concerns, SOLID and Clean Code
  32. Domain Driven Design (Layers and Domain Model Pattern)
  33. Domain Events
  34. Domain Notification
  35. CQRS (Imediate Consistency)
  36. Event Sourcing
  37. Disclaimer:
  38.  
  39. This is a sample application using some beta/pre-release versions (including ASP.NET Core 1.1)
  40.  
  41. NOT intended to be a definitive solution
  42. Beware to use in production way
  43. Maybe you don't need a lot of implementations that is included, try avoid the over engineering
  44. About the next versions
  45.  
  46. Watch our RoadMap to know the new changes
  47.  
  48. Pull-Requests are welcome!
  49.  
  50. Why Equinox?
  51.  
  52. 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
  53.  
  54. 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
  55.  
  56. We are Online:
  57.  
  58. See the project running on Azure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement