Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
381 views
in Technique[技术] by (71.8m points)

aspnetboilerplate - Which is the real ASP.NET Boilerplate project?

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

ABP Framework (abp.io) is a rewrite and the next version of ASP.NET Boilerplate (aspnetboilerplate.com) based on lessons learned and with less backward compatibility to maintain.

Both are actively maintained.

ASP.NET Boilerplate

  • mature framework, since February 2014
  • current version: v6.0, released November 2020
  • 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: 4.0.1, released December 2020
  • also has an extended commercial edition (commercial.abp.io)

Tech

  • microservices architecture
  • supports ASP.NET Core only
  • supports EF Core and MongoDB

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.9k users

...