KalikoCMS / KalikoCMS.Core

Open source content management system (CMS) for the ASP.NET platform.
GNU Lesser General Public License v3.0
145 stars 64 forks source link

Migrate to EF Core #109

Open fschultz opened 7 years ago

fschultz commented 7 years ago

Telerik is retiring Data Access as of autumn 2016. Although the current solution works the data layer will be migrated to EF Core both to have a better future-proof data layer and to also take the first step towards ASP.NET Core-compatibility.

bbqchickenrobot commented 7 years ago

What about using the following library SharpRepository ... it has EF already included but .net core version is still in the works. I would imagine it would be finished before porting kaliko over so it may be a good choice considering all of the benefits it would provide. There is an in-memory repo, caching, EF and DI extensions, etc.