Aspnetboilerplate: Abp.Zero: Zero and ZeroCore

Created on 7 Aug 2017  路  1Comment  路  Source: aspnetboilerplate/aspnetboilerplate

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....

question

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)

>All comments

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)

Was this page helpful?
0 / 5 - 0 ratings