How to reference .NET framework from ASP.NET Core -
i have asp.net mvc 5 / .net 4.7 project want upgrade asp.net core.
the mvc frontend references service layer project (sl) in uses datalayer (dal) project built using entity framework.
our assessment entity framework core still missing features need , should not upgrade dal project .net core.
what framework should projects target able work together? can upgrade 1 project .net core , keep rest in .net framework?
if want switch .netcore , still able use older libraries should tagret .netframework.
when creating new project select:
asp.net core web application (.net framework)
in addition month(actually yesterday) .netcore 2.0 along efcore 2.0 released. both frameworks have more features, suggest migrating 2.0 project.
efcore 2.0 should have features needed go well.
Comments
Post a Comment