Which is the real ASP.NET Boilerplate project?

北城余情 提交于 2020-06-08 19:17:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!