Why use the full .NET Framework with ASP.NET Core?

后端 未结 5 679
死守一世寂寞
死守一世寂寞 2020-12-24 06:52

With ASP.NET Core 1.0 release one can run on either .NET Core or the full .NET Framework per the documentation here. I\'m trying to understand the latter option of

5条回答
  •  [愿得一人]
    2020-12-24 07:33

    Having to leverage legacy technologies like OLE DB that will never be implemented in NET Core System.Data is another reason.

提交回复
热议问题