问题
Might be a dumb question for many but we are thinking of adopting ASP.NET Boilerplate for our next project. Just a bit confused as there seems to be 2 different websites for it and 2 different Git repositories.
First one is
https://aspnetboilerplate.com/
and second is
https://abp.io/.
Both have their own Git repositories and Stack Overflow tag. I'm totally confused as to which one is the most correct project to use.
Any guidance is much appreciated.
Many thanks.
回答1:
ABP Framework (abp.io) is vNext of ASP.NET Boilerplate (aspnetboilerplate.com).
Both are actively maintained.
ASP.NET Boilerplate
- mature framework, since February 2014
- current version: 4.9.0, released September 2019
- has commercial base solution ASP.NET Zero (aspnetzero.com)
Tech
- monolith architecture, but supports modules
- supports ASP.NET Core and ASP.NET MVC 5
- supports EF Core and EF 6
ABP Framework
- modern framework, since June 2018
- current version: 0.21.0, released September 2019
Tech
- microservices architecture
- supports ASP.NET Core only
- supports EF Core and MongoDB
来源:https://stackoverflow.com/questions/58090626/which-is-the-real-asp-net-boilerplate-project