What is the difference between System.Web.Mvc
's FileStreamResult
and Microsoft.AspNetCore.Mvc
's FileStreamResult
? Is there any significant take away of using the latter over the first one?
Edit:
Is it possible to have .Net Core
project but still use System.Web.Mvc
? I don't know how but just asking for possibility here, is it or is not?