Base solution for your next web application
Open Closed

ASp.net 5.x + Angular2 #2467


User avatar
0
hkcf created

Hi,

Would you consider to add one more project template which is ASP.NET 5.X + Angular2?

It would provide us one more option for the migration road map , i.e. ASP.NET 5.X + AngularJS ==> ASP.NET 5.X + Angular2 ==> ASP.NET Core + Angular2

Alternatively, would you add the feature "Ng2 proxy service generation" on ASP.NET 5.X ?

The fact is we are ready to use Angular 2 but we think Asp.Net 5.x is enough at the moment because our company is purely in MS platform.

Thank you very much for your help.

Ivan Lee


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Unfortunately, we don't think to create such a template. Because, creating and maintaining more templates is very time consuming for us.

    I suggest you to move AspNet Core too, even you run on Windows Servers (actually, you can not run it on Linux because we don't support .net core yet). Moving to AspNet Core from ASP.NET MVC 5.x is easier than moving to Angular 2, because it's more backward compatible. Also, as you know, AspNet Zero creates Web API dynamically, so you don't need to re-write API layer.

    A side note: While ABP supports both AspNet MVC 5.x and AspNet Core, we will be more focused on the ASP.NET Core side (as like Microsoft does).

    Have a nice day.

  • User Avatar
    0
    hkcf created

    Maybe it is the time moving to asp.net core as well as EF core. I understand that is the future.

    Thank you for sharing your team strategy.