In the Abp.Zero Module, there are 2 categories: Zero and ZeroCore? What's the purpose of them? Is ZeroCore related to .NET Core? Also insize the Zero category there is Abp.Sero.AspNetCore and Abp.Zero.EntitiFrameworkCore are these 2 related to ASP.NET Core? Quite confusing this module....
For Abp.Zero, it is based on Microsoft.AspNet.Identity.Core (used by ASP.NET 4.x).
For Abp.ZeroCore, it is based on Microsoft.AspNetCore.Identity (used by ASP.NET Core).
For EntityFramework inside Module Zero, there are 2 versions:
a) Abp.Zero.EntityFramework (uses EF6.x)
b) Abp.Zero.EntityFramworkCore (uses EF Core)
Most helpful comment
For Abp.Zero, it is based on Microsoft.AspNet.Identity.Core (used by ASP.NET 4.x).
For Abp.ZeroCore, it is based on Microsoft.AspNetCore.Identity (used by ASP.NET Core).
For EntityFramework inside Module Zero, there are 2 versions:
a) Abp.Zero.EntityFramework (uses EF6.x)
b) Abp.Zero.EntityFramworkCore (uses EF Core)